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 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. We also host a community project page dedicated to the New Relic Python Agent.

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-12.1.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

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

newrelic-12.1.0-cp314-cp314t-win_arm64.whl (852.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

newrelic-12.1.0-cp314-cp314t-win_amd64.whl (856.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

newrelic-12.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (952.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (958.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (962.9 kB view details)

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

newrelic-12.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (955.0 kB view details)

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

newrelic-12.1.0-cp314-cp314-win_arm64.whl (850.5 kB view details)

Uploaded CPython 3.14Windows ARM64

newrelic-12.1.0-cp314-cp314-win_amd64.whl (853.4 kB view details)

Uploaded CPython 3.14Windows x86-64

newrelic-12.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (919.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (921.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (924.0 kB view details)

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

newrelic-12.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (920.5 kB view details)

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

newrelic-12.1.0-cp313-cp313t-win_arm64.whl (853.4 kB view details)

Uploaded CPython 3.13tWindows ARM64

newrelic-12.1.0-cp313-cp313t-win_amd64.whl (857.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

newrelic-12.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (952.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (958.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (962.9 kB view details)

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

newrelic-12.1.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (955.0 kB view details)

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

newrelic-12.1.0-cp313-cp313-win_arm64.whl (851.7 kB view details)

Uploaded CPython 3.13Windows ARM64

newrelic-12.1.0-cp313-cp313-win_amd64.whl (854.3 kB view details)

Uploaded CPython 3.13Windows x86-64

newrelic-12.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (920.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (922.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (924.3 kB view details)

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

newrelic-12.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (921.6 kB view details)

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

newrelic-12.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (920.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (922.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (924.2 kB view details)

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

newrelic-12.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (921.5 kB view details)

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

newrelic-12.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (913.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (915.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (916.7 kB view details)

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

newrelic-12.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (913.4 kB view details)

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

newrelic-12.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (912.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (914.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (916.2 kB view details)

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

newrelic-12.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (913.0 kB view details)

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

newrelic-12.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (912.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-12.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (914.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-12.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (915.7 kB view details)

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

newrelic-12.1.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (912.5 kB view details)

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

File details

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0.tar.gz
Algorithm Hash digest
SHA256 309e515ae3cb7981919dd2eaf9d2c0510e46e3e3a60b915e5c79b8257ececa82
MD5 4554fd4ac8496e5758b955a528778509
BLAKE2b-256 56164dd1efc8443e50ddb7f3b83ea35a45b08ded6e9bd4694e73720d90df9b8b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 1b37f10844fd27b81d80351d1c3623e0fda434b86b01e3942ff4511161df5eee
MD5 34a4972a405c4a31a55b0b9e9afa7ecf
BLAKE2b-256 11cf60db73f4af7c5e4fe06a926b2553e51ae0fe5a5fc60ba80c18c22932950d

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bf618a355b49aac3118266aa743a159201247266f330bccd7c0035a9939c396a
MD5 ce2e6386f38e252222aa06ac8881d862
BLAKE2b-256 9eb297cf773ff6921353c109eb6763313651d91da38302bde9f62f8d7c813410

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fbd2adcf20f4ef0cae3379feb0c354c1d34ac139035d1f21f69669f488a907d
MD5 26c5b7c2b656996899b0822539afaa6c
BLAKE2b-256 8eab72cae97164de845590c23d9c9b930a4242ec7aa7cc44454ea07ded5697be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dc1833bbd271390cbf9a671f50566924344efdd68025dca12230321d3d5dc2d
MD5 a3afa14bb1945f115c9005eaa4630fbf
BLAKE2b-256 c1676efae990302d435511867a83e2c61433489d421355fca1388c8e9fd950c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 214a06e33af8c973909b272a9508feaa11feddb924494157944cdf8dd51c8239
MD5 6679e5d898e7208a569c1e3129ce1e2f
BLAKE2b-256 e6acf24078c8aa40ba6340faa3ababf0503c47d5c73944b102254c7a3db8493b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6f32c4d5cae4bea17d385480f86ca98d841480af166243271b233244c3c7a4e0
MD5 ffd80df7bfa916fe5226e8ae527a42a7
BLAKE2b-256 da107f844635367fcf9721970a850105affc7793f749f80862f0fc20b42e4657

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a2057b4379c6f8e6349840433998c9df7abc1175b7ec66229e70ce0a6b66aa0d
MD5 517ec11e2b8f1032431bf65f70eb1fdd
BLAKE2b-256 beae489d56517d58844cd53facd7c36ced6458e884988ceae9a14a19988cea05

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 13d4ec1f00db7868237d30cc92d4191139b38b5215f0f0ff194736749800ccc6
MD5 d3807aad6316b79f6e8f50e81a81ac9f
BLAKE2b-256 92fe96bb83fc0919843aaa161ff02d1a78ab58574e8e63cb2c09d88fa71b20de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f220830707cb4af47d403b22c5934854ac1331460ddda9204d42882b55059dde
MD5 a6d45074a37dbf6391d0dca1447d97ae
BLAKE2b-256 c5b8fecad76aa1b9e4aa7572d15dd42f9b65a909027953ad83b852e1bb84feef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cb2c1b7d93a3c7945bed0d9c61f91dab1e93de8f803679db76ca2056b864ec4
MD5 a01f460e20beea542f90ba3e2372b1e7
BLAKE2b-256 002c9ae170a9e13bc4c9125a7c85b7d0a031c69b3c7dbe51861b2ee9b7dcdee1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97b2bc236fec4fbfcd9e53b3bb7f63344fc89b3b2021dece5608ee6f009845bf
MD5 4741cdafa718dff3881da3dd8b049d0d
BLAKE2b-256 33b0bf5219829f0b2f3bfdbcea5171a022ad6f4c979f1f430bff59ad52f4f716

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 65eaa0eb614594c9892601f7a0e4e7b9c6efbc16f2c95aeb10178c5a693cd344
MD5 fbe5c8f2052f62507d91c6e3cd0b780d
BLAKE2b-256 3b7d1f53b4a73619d39ee18cdbb1003b24c153ac846ebaaccfa37e20d6886306

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 7764cab572224217931a7bd473c39038d316781ba0693c7adfb50a1da04b78fe
MD5 6667553ad357dc869fe681eac6276ec7
BLAKE2b-256 593758ae0d6fd2e3469493e709354ef457eef855a858612546eb6b98589e5c54

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0f08278968698ab03983959b09fa4ad71e85d3c110c550a9162644fc499c4167
MD5 477e8d67216b0b2c3d2fcc731741039d
BLAKE2b-256 3173a46c488c06f383b842dc9a6622f827d8cd29a1ad64b4cb984191a788ad39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03f1a9709a807365bfb1d3fb9ced04c9e4fe052f0214010d7f40c6cb31c033b2
MD5 09c5904af3fca61de5c3d75d29a13d6d
BLAKE2b-256 50310486249881c921ad9e854fea1f0ccc58ce476a6f9f695c92b4fdaabcd86e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dafb7806c67b39e32559ab4845a0fc91a8f5fa137c6e7df9b8951b8478e75ac
MD5 32351f10eb58d4a4141ab7fb8970e35f
BLAKE2b-256 68c8c5cee15cbee6ff7da6de61f0b3c593f0b8115e5e0e09a5a652a4fb81a2f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44b44b792ea5bd90fbc54e6b2a87fbba0c26d2a1b1d219a44ee1154e86aa4f75
MD5 9910b283509de2a6000069b852f3a545
BLAKE2b-256 07f0aca49eddfd6ce128ee9de84eaefc6e3efd23cc1935316f261a3dd5da3bba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 820de18c42571949c0f3f9a4601a36cde1915fc8f1debea6f57ce405c3ae423f
MD5 60640e4d3b499bf44730fe2cdf7ec6c1
BLAKE2b-256 d40486025e13562e45234dfb7ba4a5115e4b7ddf56b6154ce079ed89bd419b6e

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bdef608293bd28ca658baa5c775cb26695bdcbbd226ed16771aed6f1a4e71e7a
MD5 14ac3143d22a1e46bf8661f05958cf62
BLAKE2b-256 39a010a3861a27597430ecb9df0cd4d28dbc5f03075d7854d7fc39105d20e8ee

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f21308e5cc63359e646c3322f2272f66b125e5c2e537ae3aad8f266e762ee2f7
MD5 c3226cd73d0d602980390d3e9fc432c9
BLAKE2b-256 e3e7d4e5fa2a8b8c66732bd8bbe02f74c1ea565128a3a60413701baca0d19083

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42620fffffade5852cd48ea52aaf594b3da280341f16bd2573b1664643bf30c5
MD5 1ee54b539797bb798f55d954f51dc5e7
BLAKE2b-256 51e333e6f03ac5d105616dfdc7140d4d191a9c7957ee8f7c7d4e521c5cff4fd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee10572d76136d3f2975bb02870a133ed1ddf203ff210a96de3081c620eddad3
MD5 2bac919ffe18509f09ef1bcb3c0f8e12
BLAKE2b-256 68f86463c67f16c661cb02ab7797d0f8fc70d3842213aede2c7342ed5311eb07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fdef1de8c7c505bc7a8fb3e7ce443b3faa93bf95b3a66179cce52de558c28aa
MD5 fcef35dae9094a2a808d427f95e44e0e
BLAKE2b-256 fc031cfa7279245f815bf0bcb168e7592bb7e1821153ebc3af3ff2d7c79fbd2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9295aed7fb26304cd6efc5d7d56ce6426251349f18889d2e0ef265583b65aa62
MD5 01acfd8a6e3068bc44aeb17316454a99
BLAKE2b-256 f2641b675cf46b18f99f940a374056654bfd7cf622fc26f087f06ac4e55ea78d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4441a44afdc399b72db338a17c1d7aa5a111047c011a8883a318fafe858fcb23
MD5 117ade265aa040b7f1c5f8c4e3165a43
BLAKE2b-256 09a92e7a7dbcb807e7d0ac4ae926ec4b47e2818c01721f681d1ecaf8c4672adf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9c561c3d80c6193683b354c424228fb9904b82efe408ded56b2093f39458ba2
MD5 65b998a30f3dc652042ba5ec5d96cafb
BLAKE2b-256 d077eda9e5864b2ef6f1ce39ae51c2762b6cdc9125ff2fb74804973f913aa155

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b926f57e8845a0a29524e9c3ca3bb14bbfc90caac7ea481f0fe9f94fadb3998
MD5 d05395403686a36131ff792489e7d363
BLAKE2b-256 9fbb00784e122376da6482733ff9404c051bb382e20da4c477263b1f291f25b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 38121407bf50c2acfd25a3d4fc2f09d81a43adb23b746b8671dfd1be785946cf
MD5 8173e19f0523834d40274bb800219375
BLAKE2b-256 29f2379a75db8f974b941019effc6756539f4fb816e6dc0fb816c4b7ba70ddea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef292df6ee99202bd49b9757546ed7f76e413c10a0a6d4d608d07833d6cdf375
MD5 439d3988328208929c9d87e236f233f8
BLAKE2b-256 d14ddecefdf71004637470b01ff4df3f3fefdbf99a87ec5d20e8bbc160a7fd1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3da859a78a8a4033ecab5d65c861fc45d13bd641edcabe3cc69d2894c9a1f8c
MD5 044bbf1dad17a74bdc96e06727117841
BLAKE2b-256 7e8a9746bff80776710d03af4d0811ebfad907375b901b86b705c1d0d0061684

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 977865ee5f9852963463d9eb4d5efc6c1147d1d0469b9d081604335de1b345fa
MD5 c3afa742e52018dd96e8358ca1d6454b
BLAKE2b-256 43ef51a02c8ef47d1544f886948d85a3531b289bc8fa8cd118644401760b51d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d45a99ea8499d9a922ce61dba490c50ed603b5d19f66e7927c8f7bc8543abb21
MD5 9f77a207691456abdf13cf39bc629f71
BLAKE2b-256 13ed42511d2044eeabfe42e4f7f53b2f6454e351e9cebbc24ce5f96a1621ca8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26a3b2b45b28f2cec8ff220930a2d8edef96b3f70be95be1fdb3e1089adb3a40
MD5 3e34e6a5fe35b844c0102fcaa6a349cf
BLAKE2b-256 5b5b33dc281831673605c993d5d9e90b5e2c58ed6777ad54a54ae44345bc1136

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff29d0d32f52638b63fae969d4d8fdd574277f6b97411cbfaaae6c95f538dcab
MD5 b55791a7599baffaf8dafe4ee0add925
BLAKE2b-256 79a70f06e8589c9cc1c3ab2da7ec4c7d9f670f09df05450cd09515d3a4c9f25d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36e99ee022661f0b83d33d10efde7538cfe9c75e104ae2260edb3831887e35f3
MD5 c407377c4d444fd92ef41288b8cf4ea8
BLAKE2b-256 7994065d6f5deee4a778505fe79d8667847eb436591201aac46b664d52594fab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ec2dda00fbd1bf6d6b499bb49ed7698b54d893f375e77f0a43bf4fc6e7eceb95
MD5 aff1c4e857a59c1aaa5b103414ff2764
BLAKE2b-256 316a4cde031ed6e21fcec1a9e3ba294487225aa553ed46d3fc268f0ce82530c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 443b6526ec00af730d68a199fa756b09063c81295a0cfbc658e4a5e02c64dd56
MD5 c64fc763b7ed237ae3703caf6be09671
BLAKE2b-256 fe68ed99d4bd5b84af7d81adcc8e9eec1e63888c8f4deaa41765f8325bbb5d91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7da837f5ca33158e79b5993f7d9e4691f44fcbdecbf418583293e67265bb0e2
MD5 6b429b222c1600f8d27f7f1bf7c49d28
BLAKE2b-256 1005587fe5236958f79f58b46de95d43a1670c0035a7615e4be277e28a260ff8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a8a83ae8e1ca6e3cd5b24602c0e539d73ec01fca7de621d3a7b486d21df82d5
MD5 f0a4ee86caed69c2b1dd869be4c313a8
BLAKE2b-256 b8011e54fc4397b5537974d6a24e87c9546d4967d08776b5d4f021e25cc5975f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-12.1.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b1655c4012f616b512fb014549458b091f3ca5665f71fc42c6bf46de5fa3ae5b
MD5 06ff5fd919de52ab9ba5ed8513307fbc
BLAKE2b-256 8643abcc6930d0893473beb8a0e0a0006e70a1c19afc5986f297563c7612cc47

See more details on using hashes here.

Provenance

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

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