Skip to main content

New Relic Python Agent

Project description

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.

Project details


Release history Release notifications | RSS feed

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.0.1.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.0.1-cp314-cp314t-win_arm64.whl (862.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

newrelic-13.0.1-cp314-cp314t-win_amd64.whl (865.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

newrelic-13.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (962.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (968.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (972.5 kB view details)

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

newrelic-13.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (964.6 kB view details)

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

newrelic-13.0.1-cp314-cp314-win_arm64.whl (861.1 kB view details)

Uploaded CPython 3.14Windows ARM64

newrelic-13.0.1-cp314-cp314-win_amd64.whl (861.9 kB view details)

Uploaded CPython 3.14Windows x86-64

newrelic-13.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (929.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (931.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.7 kB view details)

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

newrelic-13.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (930.1 kB view details)

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

newrelic-13.0.1-cp313-cp313t-win_arm64.whl (863.9 kB view details)

Uploaded CPython 3.13tWindows ARM64

newrelic-13.0.1-cp313-cp313t-win_amd64.whl (864.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

newrelic-13.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl (962.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (968.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (972.5 kB view details)

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

newrelic-13.0.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (964.6 kB view details)

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

newrelic-13.0.1-cp313-cp313-win_arm64.whl (862.2 kB view details)

Uploaded CPython 3.13Windows ARM64

newrelic-13.0.1-cp313-cp313-win_amd64.whl (862.9 kB view details)

Uploaded CPython 3.13Windows x86-64

newrelic-13.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (930.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (931.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.9 kB view details)

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

newrelic-13.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (931.2 kB view details)

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

newrelic-13.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (930.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (931.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.8 kB view details)

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

newrelic-13.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (931.1 kB view details)

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

newrelic-13.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (922.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (925.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (926.3 kB view details)

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

newrelic-13.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (923.1 kB view details)

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

newrelic-13.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (922.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (924.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (925.9 kB view details)

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

newrelic-13.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (922.6 kB view details)

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

newrelic-13.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (921.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-13.0.1-cp39-cp39-musllinux_1_2_aarch64.whl (924.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-13.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (925.4 kB view details)

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

newrelic-13.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (922.1 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.0.1.tar.gz.

File metadata

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

File hashes

Hashes for newrelic-13.0.1.tar.gz
Algorithm Hash digest
SHA256 71e2f8dc26a90cebfa4f4d16f27699d6a948c7dfe8c8832d77fea4722f95d9e1
MD5 bc330f36c31a600be83c3c2879434004
BLAKE2b-256 5ca8acf14ccec2fff3107e423fad40929988537a6561e4c6efbce607207090c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1.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.0.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 862.2 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3b7f17b9ae5bc91b7fd678ad7e79ad135ffc39f6db304112c86e243e50479b1a
MD5 297425db865bf2f66ad0e65fb3a294b5
BLAKE2b-256 0b6e50d15b1303f926513a4ef04d856b14eabacbaafd90444cefb3139cbce0b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9cf787ef88a2c1e9cb482ea6dd2dcb6c5c6b7e7bc9df8af242cb726d70bf6b2d
MD5 9bbee9c021e0acb42bd233c975014480
BLAKE2b-256 7074624eab6d533ffcd693a7afe95967c752e40535d61b3755d0462c6f81a523

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6dcc1423323b4c16c8fdd72685bbde005b02afb8b133f427740e74759102e570
MD5 1d1d16b037237b4996b01b5eda62479d
BLAKE2b-256 b1fd2fda151c3229b56f309610c2b5c680e25eb7892973009132918c23db07c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8dca61da9eef4621ef2ca5ff584eac1f3acc5ce67c20a07c6feb72ebf50edc51
MD5 18990c26e9ab0e19ab234d643511b872
BLAKE2b-256 c91c1977622b46e7e37c0b4809932e686eadc7eb6c6f73351b45e8a19bd865b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7abb6535e93566ce46a8843ee55c48eca8fa94f9fd01c73441ad8ee7b0434f9e
MD5 e3eae92d12ed409f72612ab5597e755a
BLAKE2b-256 7ccf7ff8a42b04e1ebe205b6fef29ab56706e506c730a12474e93afe37137ec7

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a4f69139fc88d9d262e7f8d9436874e1fe530a8ecd63db2575afa8c9845fd959
MD5 41ba07ffa722e1541e06ac0e24bc3b5a
BLAKE2b-256 991d0aa3ed69992be70da22e9bd8f457689a1a92cd8ef9329091101ebcf68714

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 861.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fdb4e7584ee4d3f0092f9a6834699ca66e48fdeebbb542be683001110726d4ee
MD5 ff5594ded96d809cfe38a0b1e0d17ef5
BLAKE2b-256 e3b413e592d87a905fd1c9e4e81e59d6992695b43c9d1da73da585787848fc98

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 861.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d61454eae932e308c97cbf4a9310a18fc540fb604be09df5f6da7222dddf7751
MD5 4888e29ff1f170100f461cd2453ec9a1
BLAKE2b-256 de0584e9724ecc45d8cf42786a69902d801acc85b7b030a20bb12b6d58a420b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71d31ec981c13c992a6ae819e992a01745ae0dd33c1daad013283945df8cb5c9
MD5 516e75a5aa157e1afadf1ba07a5aa060
BLAKE2b-256 9d1d047b27ae508806019f015d80a0abfb0def7adafcc7f84581216a7b72da1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92d7461d84ea170a0b0650b55c4987f7a32226f53aef4848e4c95fd7ac2c41ba
MD5 2458f75f04f7852f1cdd7ce83a5545f7
BLAKE2b-256 8d130924359c3d6521994cb346d17012c52f9a56e8658b8afbbc51b1f8659102

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62e2cc73230821076e75ed6d877cf7560379968b7030a2418573c8d6c56de2b8
MD5 219d058830167896ef567a795dbd0176
BLAKE2b-256 d015579b9ad24182be99ff135aa5493ccd48e74fef8f641593ade504febf3284

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cb06f3da9a4440740851ca29149b9ced3ddc9df8297e83b6c378568aefc9db3f
MD5 76cfda0e2643df6d67fee1558cf5424a
BLAKE2b-256 abe11b4f9f74a2ac551eea67570aa66605dbb803f4e261ecde115c109460c8dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 863.9 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 4337f0dd5da227133dd0e5882cf27e96e0f4c69485eefdfcddf19e61e61a2a4d
MD5 962fe62f9ba5977c85db71345f7bdf5e
BLAKE2b-256 acb63569194c26f60e0754635f0d68efd7d94332b35e89b9433f72eecb8838cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-win_amd64.whl.

File metadata

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

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 4548d9eb8c83c20c121ca281cd8c9548e112dca0bc06ea4b9e06acb03178c11f
MD5 4faa4900673a7246b2e809f5f9464b4d
BLAKE2b-256 8d8c8d206d1e7d828aa3515ed28d069599066aa64649b048c7a7976a6ac52a81

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26f737a018b9534961958bb06713458a174e987d1bb221148fe5953aedc74488
MD5 c97430106d2a1550608ea2b4c7a31712
BLAKE2b-256 01d88e1f1923f8eb03651a13396d5609fd6be46649158af98d0694980735caa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c69eea5f79cbeec2351ff11d0598758b317f558c41e24ea51d216e25fd71ffd
MD5 e1bb944dd52c22b77a3d1c9e4bad6acd
BLAKE2b-256 25ba916913804790263ac621b9723e9dfb641db25939316a823e9247a4d7a5a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed03e1dcc815b710f44c13843955416ea45e2b8a071062ecd14cb206da2931b7
MD5 e281d9166cb6fbcb880d4777c4b751fd
BLAKE2b-256 0959e52b3d157d83bb013ee984f5822055d71ba50ba3fb75ea9f4a0339ef2a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 945b108c23f77b036363dd0cd3f04da7b69b024cb947a58bfb190427fbcfa730
MD5 3cbbe85fc05f7dd0a2c3150fa27647ef
BLAKE2b-256 1aadc1f44532d70a275cbb6d8dab59085e16e62fdfa21e693f48572cfe911646

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 862.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4c87216d84e6f1c69947ca4b39f044710940d513865c84554de2771cb75c55fc
MD5 a9ba8d3d9a10c4ad73674699e5c3fae5
BLAKE2b-256 23d46ddc660801529d57dea46b5859493873c40c6cc0b0f80e4b842eb9373a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: newrelic-13.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 862.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 52e516fea16a4c4805715e6fd35704e68b07d55ac8505c184f68e563969a5603
MD5 7351deaeda0b2d87d169c53037bd8b62
BLAKE2b-256 d3833282204983c69b9bc16514624771f1b31071799fa94f82013c6462267273

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0044943ca77cbc42725042a203c328dba61e410dea5588702de3a113be7cec1
MD5 341cd11d2d463fef7bbc265ad0dc3f6e
BLAKE2b-256 ad42600e26694357bc3ff80887a1a8cfe6b167f9b6609e47facf4f9a8b9ea36f

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 002cd7925edc5b784dd6f20ade5f4472009db41a25ba0f716fb3b5c54bcfc864
MD5 04d8a11ee9eb1afc5aee35321bc6f0cf
BLAKE2b-256 c2dbba457b0b1a70c8316a15c99254469e540a5ca1109dd948c17f68c4beb762

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10a9cabcc2ce34a229bb9b489f8b3bf78cd188ec1d8cff9fcbea9bf808669d35
MD5 18716540ef7264110a13f2d364daca48
BLAKE2b-256 b001629d3ba293ec1799071b243372adefba78284ea520b63059a658e52ca9b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 330eccf52e0237ac56da4e4519986b570eaf212b23997dc648d71dea712c92cc
MD5 10e446834fa6b99ca995901e6bde4890
BLAKE2b-256 82cb9db038a87c58e6879f5ef68776ee6b001d0e0d98f53ef76961ca1001edd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70cdf49bbfa91da440cce086fd0ef3344483015aa96af56b0c36a4b79cb37459
MD5 3d1e29391852effa7ce21767f75c4f4a
BLAKE2b-256 ae37e390db8755e9240ecbe22858ef0ce4b7c11e9b7c815e744264629883f047

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82238adf6c45a98adb1b230518459562ebdf90ebe5a154adc13bfd6d4d9925e8
MD5 8b9c4bfcbdd4fb2210db0e0f506bc765
BLAKE2b-256 af870eaca575fa6a159528505821de2392fbb784729c9c8715870dada0f02d71

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4021a261ba032e4a1345cdd5bc609d753c1d854a958b856734c61d9998d949e7
MD5 0805861cce6cb4e84b748de06ceb68ea
BLAKE2b-256 7e42fc28486316616bc5a135081cf1fc5b5d7e6f8154e84b9f35edc07fc9bdd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ec3edf84f1d42fe9a4f73604f045c5b01936e286a38dc4b229eec5790fa5f4fd
MD5 e4a775f1a0a20e7daf2242a6fa395203
BLAKE2b-256 675b84ebaba4d484ddbe590ba90aeb3cb40fa9daa175cddd3a83408f5151a7f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfe0afb6b61df4c410bf307b1fd51118b177706413e74e12f7330816cbff1c99
MD5 194acc293ebc8da04d7855bfc8557ab4
BLAKE2b-256 1aec02bc5b581db608237c3ee8fe3db280599c23ed1e90cc32f9d7d81303a1d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb9d2da4a2425af4d88aca39ebe5f1cc72236feafc88b5a7c236596ba946ce67
MD5 c5cd14eb5b8fed3a5017181edec87505
BLAKE2b-256 f6a617b6f5b04f920968f4fc3c03cfa8726b6de61423239719277144f94e3712

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bc55a02348c312496ff5d19360eb4beb99a1240d41b31cdf19d6abb56031421
MD5 deca8ae49ef2526067e035fc2db8eb98
BLAKE2b-256 70098330ba10380d77339b444a2e8e548afb454efde67d8250760675b4a8202a

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1ef79ad6ec5c0c7511229f4f5063d0600c42d8f0820b120549ad7c7d3307d1af
MD5 bc176066f208a1555a32242a41ba874e
BLAKE2b-256 87f66f279a06f48c0bcfe00da7845320c00b8157343b577dcb70d446ab5ff672

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3e302df11d6d63102c9cdd6abbbb6403798c3ad35da9148806fb0995e2490c8
MD5 7f057bb62074ee40f658447fd0d4dfd6
BLAKE2b-256 4ec906ee4790e3f52eeb506eacdb13fde8adb76ed27b03345a4ca3b591144937

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0fb39a079142d48dc6354d364f298c1e6097e29a438aa63321fbf140c9dd7a3
MD5 80e7b46688bf2a1b8f43257cc4fd20cb
BLAKE2b-256 9c5ed697dd114887f7f7e28c5efdd5375e85bc6dd21746a30957db4cdb0e2344

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e44af05e19da758f9eb0decfb039673e793cd71b397f138ca5663f9070b80bf
MD5 a48a67b9011c32d0dcf867827d758710
BLAKE2b-256 b5df5ae456ac8abe4636c9aa1db8803f0e69c58b1ba9fe1b2f6ccfd24c76b944

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0c454d6f343bffd53baf32219d777325ce3021b953528efcf48e021e7bee79a8
MD5 ee09c013730948b0fd9fc8d690416de4
BLAKE2b-256 b7be198aa8da1536cba5af10795345a4b97e2af4f69883511d69fa6a9437fe36

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e55ae011befef648a57c5ee12994312221df67761b8bf9da2176ae217f3bf2f
MD5 04a9f3f3932f4f7f873c4fa47d903adf
BLAKE2b-256 32178d0adbc75983a5e09a74f4d5622bfa81b4ab52a27bc6608445b7660b0147

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4143365db462e7d7221048cf9d5f34baaf29e9bed8763aff067eb3dc86aaa7b6
MD5 e4f00c9bcdf14555b8113593aa5f8a29
BLAKE2b-256 4c802658a0f97552bd6e0cd3f948e74cdea7ac6e4237db194f988ffe5b1d30ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 060a56b1a06a818cb4d08da16f863b910d11f3f404c03306eb50961b3cbd8392
MD5 bbacc37a7351bb01ac32762820ece3c9
BLAKE2b-256 0b651538e050a41eec78675c78a59be6520d3b2b8e8a4df30778a7859b0be654

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-13.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1967bf96423cf8776414e52df2f5402507692f530db981998111a38500c50d5f
MD5 e63904f675883ae5ec79514aa20ba48e
BLAKE2b-256 760d25d03363c1df0c4987dcd081a4a1ec1c07f1d543e3b0b868e8cf20d6fd1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.1-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page