Skip to main content

New Relic Open Source community project banner.

New Relic Python Agent

GitHub release image image PyPI Downloads

Tests Ruff MegaLinter codecov Secured with Trivy

The newrelic package instruments your application for performance monitoring and advanced performance analytics with New Relic.

Pinpoint and solve Python application performance issues down to the line of code. New Relic APM is the only tool you'll need to see everything in your Python application, from the end user experience to server monitoring. Trace problems down to slow database queries, slow 3rd party APIs and web services, caching layers, and more. Monitor your app in a production environment and make sure your app can stand a big spike in traffic by running scalability reports.

Visit Python Application Performance Monitoring with New Relic to learn more.

Usage

This package supports Python 3.9+, and can be installed via pip:

pip install newrelic

(These instructions can also be found online: Python Agent Installation Guide.)

  1. Generate the agent configuration file with your license key.

    newrelic-admin generate-config $YOUR_LICENSE_KEY newrelic.ini
    
  2. Validate the agent configuration and test the connection to our data collector service.

    newrelic-admin validate-config newrelic.ini
    
  3. Integrate the agent with your web application.

    If you control how your web application or WSGI server is started, the recommended way to integrate the agent is to use the newrelic-admin wrapper script. Modify the existing startup script, prefixing the existing startup command and options with newrelic-admin run-program.

    Also, set the NEW_RELIC_CONFIG_FILE environment variable to the name of the configuration file you created above:

    NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program $YOUR_COMMAND_OPTIONS
    

    Examples:

    NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn -c config.py test_site.wsgi
    
    NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program uwsgi uwsgi_config.ini
    

    Alternatively, you can also manually integrate the agent by adding the following lines at the very top of your python WSGI script file. (This is useful if you're using mod_wsgi.)

    import newrelic.agent
    
    newrelic.agent.initialize("/path/to/newrelic.ini")
    
  4. Start or restart your Python web application or WSGI server.

  5. Done! Check your application in the New Relic UI to see the real time statistics generated from your application.

Additional resources may be found here:

Support

Should you need assistance with New Relic products, you are in good hands with several support diagnostic tools and support channels.

This troubleshooting framework steps you through common troubleshooting questions.

New Relic offers NRDiag, a client-side diagnostic utility that automatically detects common problems with New Relic agents. If NRDiag detects a problem, it suggests troubleshooting steps. NRDiag can also automatically attach troubleshooting data to a New Relic Support ticket.

If the issue has been confirmed as a bug or is a Feature request, please file a GitHub issue.

Support Channels

Privacy

At New Relic we take your privacy and the security of your information seriously, and are committed to protecting your information. We must emphasize the importance of not sharing personal data in public forums, and ask all users to scrub logs and diagnostic information for sensitive information, whether personal, proprietary, or otherwise.

We define "Personal Data" as any information relating to an identified or identifiable individual, including, for example, your name, phone number, post code or zip code, Device ID, IP address and email address.

Please review New Relic's General Data Privacy Notice for more information.

Contribute

We encourage your contributions to improve the New Relic Python Agent! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.

If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at opensource@newrelic.com.

A note about vulnerabilities

As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.

If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through our bug bounty program.

If you would like to contribute to this project, review these guidelines.

To all contributors, we thank you! Without your contribution, this project would not be what it is today.

License

The New Relic Python Agent is licensed under the Apache 2.0 License. The New Relic Python Agent also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

newrelic-13.5.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

newrelic-13.5.0-cp314-cp314t-win_arm64.whl (879.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

newrelic-13.5.0-cp314-cp314t-win_amd64.whl (880.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

newrelic-13.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (978.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (984.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (989.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (981.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp314-cp314-win_arm64.whl (877.6 kB view details)

Uploaded CPython 3.14Windows ARM64

newrelic-13.5.0-cp314-cp314-win_amd64.whl (878.4 kB view details)

Uploaded CPython 3.14Windows x86-64

newrelic-13.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (945.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (948.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (950.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (946.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp313-cp313t-win_arm64.whl (880.4 kB view details)

Uploaded CPython 3.13tWindows ARM64

newrelic-13.5.0-cp313-cp313t-win_amd64.whl (881.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

newrelic-13.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (978.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (984.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (989.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (981.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp313-cp313-win_arm64.whl (878.7 kB view details)

Uploaded CPython 3.13Windows ARM64

newrelic-13.5.0-cp313-cp313-win_amd64.whl (879.4 kB view details)

Uploaded CPython 3.13Windows x86-64

newrelic-13.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (946.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (948.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (950.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (947.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (946.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (948.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (950.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (947.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (939.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (941.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (942.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (939.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (938.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (941.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (942.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (939.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-13.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (938.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-13.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (940.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-13.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (941.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

newrelic-13.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (938.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

File details

Details for the file newrelic-13.5.0.tar.gz.

File metadata

  • Download URL: newrelic-13.5.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0.tar.gz
Algorithm Hash digest
SHA256 d48a1e29a51fe93ca3ac723bff564ce2c6abb319f884b815c069c3083db4ee6a
MD5 0beaa95fef453c752b9f8684dd79e048
BLAKE2b-256 4b5d1fdd4dd9bfdbacb96da1d63f82ee52b87f37d470b5438403c544c94cf400

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0.tar.gz:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 879.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d6f13e2c9751856173939b631e51f77d72019b336ace3b7caf8605b7328bf694
MD5 ef543b168a2cd39fcfc4365ef27318be
BLAKE2b-256 8b0bc6316f73749e0ff4ec67eb7b2603f1aa25cf2dbcc7a530a743b7a5484a9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-win_arm64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 880.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 773c082e55bd1132fbe5a262fd483a7fd3a5e2489f89f73dc08c6d73f0ba40f4
MD5 a61f46d833958009d3b0f7e3b55a39c2
BLAKE2b-256 b12e76469f728d3657be958040ab078e745c857da82eb6d36201a9967388cade

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-win_amd64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05810b8c0d749b645b0f9ceebab09117fe0adb946fda9938958d7b2e0588ac9f
MD5 a625bc8e828c6f8ef630ed374780fc7e
BLAKE2b-256 5291c68a3c00bb4e20474538c3a6c3eab4b579d76ea0a84cfc309c23a5aec267

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7eb667dfb9639c7e816ccebeae8997c36312b84bad7ae7fef511450ef73af1ab
MD5 4769aca570a457bfc8ebb65dbe75c68d
BLAKE2b-256 996fe6295a116eac69f829a4f105491bb283b03b8f4f3cd9c2ce7128c9df1bde

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 867eb3c4f2ac00488574f9cc89ba0cdaae11445aa158b1f122c733e18eedab44
MD5 d69498c0c0bc304bd3ee310a919763e5
BLAKE2b-256 939bfe89d8c1e93a18c90cfef7705a72d16b78be06b0823c1e2c44206a3d5d36

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e49b578b48923a828bec467a55116c252d373a4bd1fb659594f2bb5af8da7078
MD5 692fa2d88935f1ff6100adf0970e031a
BLAKE2b-256 5fdd511b055a234ccd3cf19304a2e5f332746bee51408d6f2fc18756697a9a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 877.6 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5962900053fefceaa1916dbd0ab11c66f322bf187847c727e40f487d27bbeb09
MD5 9b2166a37a90a551d0c208ae93f13db9
BLAKE2b-256 7ca031b04b0979aac996741e0fa20d45d3712be1ca23d1b14035381dc12117db

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-win_arm64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 878.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b5f3118429bfef66c6872baa9f6a297ba102ae816788ae23cefedeedee50c6a1
MD5 5a0486573b08bad5483d1fa93fe9a7e3
BLAKE2b-256 fa92953a40bd8ae62ab97fb2667a5de67d78b5e78aaf3f8e40c8b22b17ede050

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-win_amd64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9aea2a2e30d15f10a84b74516272097ac6f0721a985eeb3cb407bba4d90d3cb
MD5 6f058e2d3ea845f8ee188b92947e78d5
BLAKE2b-256 c373c6be503a98853e6a47568ff5c78b7f06d9f5a4b3289eb0c02616e26e754e

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9577f15f238486beb7bc10cfae78423e4abddf62bdfd93512e350bdc68dc926
MD5 7ba576bcb47e656e5660eb02e89a28ba
BLAKE2b-256 810c7c53d6c9bb95d82ca0f785035baa50116b2dc4d1957fa04b7db952bf9bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3aa57e7032bc073baf2f0ba2a58531534320d64cabb97cd9cb9d40eb0bb3ca38
MD5 aa74b1eacd920b151af6ee93c34d2b87
BLAKE2b-256 a7e0d37fda75e943ebcd6fc9de83e4d801d0c76d8153679dc218a1b970b4f5e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f5afc2a7c2981678bc16366a93dbd33011ccc46c009e58829e87fbc6af4cb878
MD5 c779447ae57569a6433d07086f912c1a
BLAKE2b-256 a595768ec8100b6ceaeed7d549338bbbd54c2e4755d7f2900249fd6856c1de74

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 880.4 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e7a4be198216304bfe7b35a8cbf2bdeaf9d29768dff1709fd75d7d1cefb57a04
MD5 dc581d0147fdf018a2b74e4f558b3a93
BLAKE2b-256 db019a78fc2b452b9440b4aacef375dd755e83c202e17fd73b965d1ca7f5f270

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-win_arm64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 881.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 47c1328de2e81827a7fe76a819166d322b7057703a5ebaf1c9868246a45e039b
MD5 b827fb5da1f52076c352a0d75f21b132
BLAKE2b-256 4d841821909c3878fd51e58d566f64700300d06751f04fd3c9fb9336345529da

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-win_amd64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91a69c57afe51f0a61d6169f9631659e150e69d94d2925a7000eb02665a8e529
MD5 100ed1f88fdfcf9737202830ea39fa0c
BLAKE2b-256 0234af734a9dffa9f43ab87dc1989fa14c60de0b3de2140d399bcb54243362b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fa95435835cdddec131237ac85e87117116b1d7e9ce6dafa2ae79d073a7fd14
MD5 e2a95f7043bb596561397097a1ea4c3e
BLAKE2b-256 2d1e003607772abe94e268be45cfbdb1624cdee96bfde72b583335e2ec905d62

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17a73c28cb7a22073c598b5758665e91b063cce2f93fa5d4d298c1906bcfbfd2
MD5 3d036a58231fa19733ec98fa1eac6ad6
BLAKE2b-256 70dac6938802a29be5b47c19d4316fcad93661e2bfc010666f07e7c46d9e6e05

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 86168bf2116be537454660810c8156b94707c43b9e61f63fe6655514895027c3
MD5 80cd53d54358e6fc006807eee1de446d
BLAKE2b-256 85a5a0e2aabc7085aa15953f80e7c6430ce1c9a0d4afcd82ab3c4d3484dcb9ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 878.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 eca8314614c8b37f673fba2d0eded143375533649e5d569f8144aa2104e47030
MD5 2065567de4d62c9d4c8fa08bddab222b
BLAKE2b-256 dbb20d1d4196074e3a3b22e978010dc55b3a20d90180f65fc7df4b7acb7f429e

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-win_arm64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 879.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6b5456b31470be910b2eabaa3f636ff3e81978f317145bc577cb71626a0652d6
MD5 f5fe0a97ea5097f2d32d5f12a7358665
BLAKE2b-256 cb0b561dab5acba75aa92a70fc4b4781ef5bcb8117c12382e9dc52fe1baa32a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-win_amd64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5470cf7d1caa589749a8d5d0d0020b0944010e262d4af62360810c588de9d7a6
MD5 0f2e4cdd6ab96b06077ee5e559ab6658
BLAKE2b-256 baa4970985dc4b347f62970513e1626478e0038e8b06df956fad86319c143960

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d70d03b70f546f55f979842269f137c6fa88e8d70516e59cd5ca484f3b32d61e
MD5 56ca56c81a3ae2b96946db13847b4390
BLAKE2b-256 00044495ded7c01df9e0b5ad5c7dfac0177b9bfb8f9283ef0429a4ad05a60948

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d458dc13d9ea4c273c7006de58aa91db9f86977c7a126aa5123385d090eb391
MD5 231a9eb712baf56a60f201563f6a39aa
BLAKE2b-256 927e947a9e8b3027d123478728fb33d4ff31ce6995809c2ed3a9bd89680df594

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 09c87688089cfd6dba7dbb50c7379c39970fe167acb3bd78bd33a9804722711c
MD5 3e3caea82cfde3870c56357dbdf9c4f9
BLAKE2b-256 ce147862f5ad97bbbd7b130dd77a17c66f77186661a8d2b40c7c025e00b240c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35db100028c0dcedb54efa4dde38d529c13e84c84065cfcbb21765b1ac866fe2
MD5 267a3ecddcdc3b491f3a930dfef31d67
BLAKE2b-256 e079854c09b2bb76e9c4a697d383ae775eff96705e129b6d9445f084185bb8e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f0738ec1627620131b5a98cc8007916dc6a721444a2afc595568a1a39df105e
MD5 9d5a70d9dfd9d9b65a7379c8533bbeb0
BLAKE2b-256 1231a16d29cc09cc44623fc2555f3a5b383cb7d7c6eac02ecc23156cfd0a634b

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9164419e8aae8ce95a5a5e86fac0356b40be34245a6dcb13ebce291a218a6ed
MD5 4ad389c0fdc788aa8d569178678bdc2b
BLAKE2b-256 6c310f29b028bc93b9cbebdcc0c3ffcacbd4afaa1f10c8503e6ddf1b41bea6f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 39db645ae124b7ec00e86a9c366fa25a81affb212c18c1086265862f5ff057c0
MD5 0a3c9db9a3aa9166e0543db097047706
BLAKE2b-256 b38d9d970beb7f530dc5fdf7f59165b86a600899e3a6be9d245138cf96f54635

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9f94625f38c42e8693933bef53fd6e4b11b7128586759ef7431887f5215b75d
MD5 c3640ee590fd30dd176332625b3b6b90
BLAKE2b-256 3b0cff99347121a452f8c54acdea17c0f141616b9cda9d2c5d75552977301d6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02a1188eaadc48eeaf74a3abc23305ccc7c30130602bb689c9fa74cd06cd075b
MD5 dba0ac6e70fefb2993ac6367ec3b89be
BLAKE2b-256 58bc5a8864e0df897482f07c051d31d213654c18e10b35f80aa595adfe69e180

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 033b4bf18df90a969dba2498b7cbe2469709ab2d6436f712e37c10ed95f0b95d
MD5 4a81a56dadc0eccfa8a9b685d792b5f0
BLAKE2b-256 24b611ce770f961262395d025bb025ceda6068fa39df07bb6ed10c3201a1b2b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 92e451937a7fc7d26790f5fae501bfede9615840ce8cd42aa69eb36b2b8de533
MD5 f5683ad73c94eae6d7e6e1a2ae1cea5a
BLAKE2b-256 3cefd03b0354ca6a66efe449d98d620151f6af97139ec907fc32ab49496f187d

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 122d2e8eb1947d49dd3fb20f39ab2a87d430e79c7eb08589465f7498a02c8b66
MD5 af256b415485413290f70e3caa232a85
BLAKE2b-256 bac6b8c888a66d2caff9365738329fbf91ee13893bbeb0917f442c3f1c462bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e72f1dbf9b3c2343dec771eb20cb01054530bc0bef070dcb6be7c53e849dd24a
MD5 71b3a40c5f0de8f93aada42b9b904564
BLAKE2b-256 0a803101d1299496e79611c2d0b4a8680b5fa20c6882c9fd4da92ff341c3867a

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54e2518144d5590f3d5e4d898f30b52d331f51adc943ed52783faae63dcc5d83
MD5 f3c7379ab40015ebd97b5e7ce62086da
BLAKE2b-256 5e65a8ea4e3b974b8ce0043d401681c53cf31f20e434377c3e8f10a42ccc3ac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 097dc1ce5103a02cf9fff56d74d940d70ad5116eea914a5700f26dcf9d3b19e1
MD5 303bfa478c2a32b5305c5e74e6e5eabd
BLAKE2b-256 881bed0ea2588702818c08ad8b4e1b2d674c53df28a810af1aa250b8465e3fea

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a03a12076eda91857a6b552fb44a5cff25e1b5b7c3b5519c28915334f0a7d5a6
MD5 d53f31ec4a0b0430dfc4819fe6555640
BLAKE2b-256 68fe05fc6b02df1c248218a2d61e9c01f6365a58aa9bac55de9c6ebb53f9dafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cf55708d32ea752b8d98589ff63b32bcf617d706958897a7c8200b72ed74fa0
MD5 2ffb6cd8a4b988267d0f8eb6e5bfa073
BLAKE2b-256 4e54cbc86dd9b120f733cad289abb6239e9a4d651387efc9927df98419a7bfea

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 587520d4b48c44b8cc4c54e7ee19c798ab66fcadb65d4339f17cb4c0ece147c0
MD5 f1a63bd24839a3caf8d20f665d0f9256
BLAKE2b-256 449365467b0c9cca5ded1533f71feefc9a500b1cec23694b56110ae5b2e135d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newrelic-13.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5e86cf21bba8961031413134f63181176305fdbe936d723ce84633a9f308e527
MD5 57aa525685063f9ae2cac770f5dbf9f4
BLAKE2b-256 0fbf08c84b78c262f0d7ff73aaebecd8b079186e41e1ff5ebae80d57d00e6467

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.5.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: deploy.yml on newrelic/newrelic-python-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

13.5.0 This release

41 files

13.4.0

41 files

13.3.0

41 files

13.2.0

41 files

13.1.1

41 files

13.1.0

41 files

13.0.1

41 files

13.0.0

41 files

12.1.0

41 files

12.0.0

41 files

11.5.0

29 files

11.4.0

29 files

11.3.0

29 files

11.2.0

29 files

11.1.0

29 files

11.0.1

25 files

11.0.0

25 files

10.17.0

29 files

10.16.0

29 files

10.15.0

29 files

10.14.0

29 files

10.13.0

29 files

10.12.0

29 files

10.11.0

29 files

10.10.0

29 files

10.9.0

29 files

10.8.1

29 files

10.8.0

29 files

10.7.0

29 files

10.6.0

29 files

10.5.0

29 files

10.4.0

29 files

10.3.1

29 files

10.3.0

29 files

10.2.0

29 files

10.1.0

29 files

10.0.0

25 files

9.13.0

29 files

9.12.0

29 files

9.11.0

29 files

9.10.0

29 files

9.9.1

29 files

9.9.0

29 files

9.8.0

29 files

9.7.1

29 files

9.7.0

29 files

9.6.0

29 files

9.5.0

29 files

9.4.0

29 files

9.3.0

15 files

9.2.0

15 files

9.1.2

15 files

9.1.1

15 files

9.1.0

15 files

9.0.0

15 files

8.11.0

15 files

8.10.1

15 files

8.10.0

15 files

8.9.0

15 files

8.8.1

15 files

8.8.0

15 files

8.7.1

15 files

8.7.0

15 files

8.6.0

15 files

8.5.0

15 files

8.4.0

15 files

8.3.0

15 files

8.2.1

13 files

8.2.0.181

13 files

8.1.0.180

13 files

8.0.0.179

13 files

7.16.0.178

15 files

7.14.0.177

15 files

7.12.0.176

15 files

7.10.0.175

15 files

7.8.0.174

15 files

7.6.0.173

15 files

7.4.0.172

15 files

7.2.4.171

15 files

7.2.3.170

15 files

7.2.2.169

15 files

7.2.1.168

15 files

7.2.0.167

13 files

7.0.0.166

13 files

6.10.0.165

13 files

6.8.1.164

13 files

6.8.0.163

13 files

6.6.0.162

8 files

6.4.4.161

8 files

6.4.3.160

8 files

6.4.2.159

8 files

6.4.1.158

8 files

6.4.0.157

8 files

6.2.0.156

11 files

6.0.1.155

11 files

6.0.0.154

11 files

5.24.0.153

13 files

5.22.1.152

13 files

5.22.0.151

13 files

5.20.1.150

13 files

5.20.0.149

11 files

5.18.0.148

11 files

5.16.2.147

11 files

5.16.1.146

11 files

5.16.0.145

1 file

5.14.1.144

1 file

5.14.0.142

1 file

5.12.1.141

1 file

5.12.0.140

1 file

5.10.0.138

1 file

5.8.0.136

1 file

5.6.0.135

1 file

5.4.1.134

1 file

5.4.0.132

1 file

5.2.3.131

1 file

5.2.2.130

1 file

5.2.1.129

1 file

5.2.0.127

1 file

5.0.2.126

1 file

5.0.1.125

1 file

5.0.0.124

1 file

4.20.1.121

1 file

4.20.0.120

1 file

4.18.0.118

1 file

4.16.1.117

1 file

4.16.0.116

1 file

4.14.0.115

1 file

4.12.0.113

1 file

4.10.0.112

1 file

4.8.0.110

1 file

4.6.0.106

1 file

4.4.1.104

1 file

4.4.0.103

1 file

4.2.0.100

1 file

4.0.0.99

1 file

3.4.0.95

1 file

3.2.2.94

1 file

3.2.1.93

1 file

3.2.0.91

1 file

3.0.0.89

1 file

2.106.1.88

1 file

2.106.0.87

1 file

2.104.0.86

1 file

2.102.0.85

1 file

2.100.0.84

1 file

2.98.0.81

1 file

2.96.0.80

1 file

2.94.0.79

1 file

2.92.0.78

1 file

2.90.0.75

1 file

2.88.1.73

1 file

2.88.0.72

1 file

2.86.3.70

1 file

2.86.3.69

2.86.2.68

1 file

2.86.1.66

1 file

2.86.0.65

1 file

2.84.0.64

1 file

2.82.1.63

1 file

2.82.0.62

1 file

2.80.1.61

1 file

2.80.0.60

1 file

2.78.0.57

1 file

2.76.0.55

1 file

2.74.0.54

1 file

2.72.1.53

1 file

2.72.0.52

1 file

2.70.0.51

1 file

2.68.0.50

1 file

2.66.0.49

1 file

2.64.0.48

1 file

2.62.0.47

1 file

2.60.0.46

1 file

2.58.2.45

1 file

2.58.1.44

1 file

2.58.0.43

1 file

2.56.0.42

1 file

2.54.0.41

1 file

2.52.0.40

1 file

2.50.0.39

1 file

2.48.0.38

1 file

2.46.0.37

1 file

2.44.0.36

1 file

2.42.0.35

1 file

2.40.0.34

1 file

2.38.2.32

1 file

2.38.0.31

1 file

2.36.0.30

1 file

2.34.0.29

1 file

2.32.0.28

1 file

2.30.0.27

1 file

2.28.0.26

1 file

2.26.2.24

1 file

2.26.0.22

1 file

2.24.0.21

1 file

2.22.1.20

1 file

2.22.0.19

1 file

2.20.1.18

1 file

2.20.0.17

1 file

2.18.1.15

1 file

2.16.0.12

2.14.0.11

2 files

2.12.0.10

1 file

2.10.1.9

1 file

2.10.0.8

1 file

2.8.0.7

1 file

2.6.0.5

1 file

2.4.0.4

1 file

2.2.1.3

1 file

2.2.0.2

1 file

2.0.0.1

1 file

1.13.1.31

1 file

1.13.0.30

1.12.0.56

1.11.0.55

1.10.2.38

1.10.1.36

1.10.0.28

1.9.0.21

1.8.0.13

1.7.0.31

1.6.0.13

1.5.0.103

1.4.0.137

1.3.0.289

1.2.1.265

1.2.0.246

1.1.0.192

1.0.5.156

1.0.3.138

1.0.2.130

0.5.58.122

0.5.52.109

0.5.50.107

0.5.49.105

0.5.48.104

0.5.47.103

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page