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

Uploaded CPython 3.14tWindows ARM64

newrelic-13.0.0-cp314-cp314t-win_amd64.whl (864.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

newrelic-13.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl (961.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl (967.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (971.7 kB view details)

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

newrelic-13.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (963.8 kB view details)

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

newrelic-13.0.0-cp314-cp314-win_arm64.whl (859.7 kB view details)

Uploaded CPython 3.14Windows ARM64

newrelic-13.0.0-cp314-cp314-win_amd64.whl (860.8 kB view details)

Uploaded CPython 3.14Windows x86-64

newrelic-13.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (930.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (932.8 kB view details)

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

newrelic-13.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (929.3 kB view details)

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

newrelic-13.0.0-cp313-cp313t-win_arm64.whl (862.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

newrelic-13.0.0-cp313-cp313t-win_amd64.whl (864.9 kB view details)

Uploaded CPython 3.13tWindows x86-64

newrelic-13.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl (961.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl (967.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (971.7 kB view details)

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

newrelic-13.0.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (963.8 kB view details)

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

newrelic-13.0.0-cp313-cp313-win_arm64.whl (860.8 kB view details)

Uploaded CPython 3.13Windows ARM64

newrelic-13.0.0-cp313-cp313-win_amd64.whl (861.8 kB view details)

Uploaded CPython 3.13Windows x86-64

newrelic-13.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (929.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (930.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.1 kB view details)

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

newrelic-13.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (930.3 kB view details)

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

newrelic-13.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (929.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (930.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.0 kB view details)

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

newrelic-13.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (930.3 kB view details)

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

newrelic-13.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (921.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (924.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (925.5 kB view details)

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

newrelic-13.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (922.2 kB view details)

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

newrelic-13.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (921.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (923.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (925.0 kB view details)

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

newrelic-13.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (921.8 kB view details)

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

newrelic-13.0.0-cp39-cp39-musllinux_1_2_x86_64.whl (921.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-13.0.0-cp39-cp39-musllinux_1_2_aarch64.whl (923.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-13.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (924.5 kB view details)

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

newrelic-13.0.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (921.3 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.0.tar.gz.

File metadata

  • Download URL: newrelic-13.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 aa72edaa9ede8cbf4db8f637725ccfc3cf5decb70aea8566166d6e904c0105c8
MD5 8a973268d41ec997865e75809080c9df
BLAKE2b-256 0394ed6e1bbb776d363e00795c1e49a717e49e1f205493027e68d92543b331bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 861.3 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.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8950ece6302f426e8a13adb6a264b8fdf633573b57e466ddf7d1874070829d2e
MD5 b5e35d781ef874f8de3c4c85ead3dd8e
BLAKE2b-256 057e77d5781d7306d71d170c3115415d4df9936784f9e25f3045b9199f123360

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 864.2 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3ef0d4833c6ca833c4a060f9268195b0a96469444ccde70858ea49e9655e3947
MD5 6c7af79fbe8b05d4f6bf2cb7ca0b3c15
BLAKE2b-256 8c366179f9e8871a867895e2782477e21d38379c46801c07c31bb742bf55f6bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8f1d8d8b426c4e9c10b8e4275eda43dc6a3fee406df62fcd9236c79feae7cc8
MD5 8c11e707be36b871a7ef769998a5cbe1
BLAKE2b-256 2061f006c42ae48870f33430774bb4d5b6987a18efd2d9be224d693bbce4e76d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd2633619270af19051a0247694bb5b71d982bc904314cdab38c93770dff28ab
MD5 cfcdfdfaa7d606bf373d0e71d7f53ada
BLAKE2b-256 5bca6c28ccec70ea338a3f1856350c57767e743cb40d68a25d216e1724699467

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dcb28b1e7410c7872825377fbaaee8bb34629d4ef413f4ea0b674a7d671ba2f
MD5 3969038b25f04e1713bf61b1117b8620
BLAKE2b-256 b99028d67a94772db1dcfb24ea8544253aa9551c73c04070c2f4acb42e7fd043

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 dd9e4da5f3760621fcfe5cb63b21074f7c607a5d5f19bd41bfb5cafc2164ef50
MD5 92df4b09a223d63c2d2061163cf80433
BLAKE2b-256 20b8e96f5465be2e4237713d4ff939896b3d2a1d35cb8a3419c8c3fd5a0c0575

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 859.7 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.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 799c57b904106a8f134b8447bd57b50d49dc531df8fb91a406c0e0dc3cd810e8
MD5 a08004a101021c82f207fff63dae1c15
BLAKE2b-256 2ee03bcb1b39f2abbc9a342c484ee305a01f67405567a8c4c541c2d8d325e26e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 860.8 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8e18517a91c47cb7a97e7d84bd2b2498f8acd691dd962218007722b225eb0066
MD5 27e625b34fd0f6d532941f383fbd902d
BLAKE2b-256 faf849c0b322dadde99d2d3c9b6a65d83d825ba249210223a3649970d5b2f6a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6f4c281786511a8843ea62c506349e069e3e5406c0ace2ecc2b09b6bbdd33a3
MD5 b32fc4791db04b0cd0e90977b5de07e9
BLAKE2b-256 52b0fded4c4afa3bb63c0226b4c33171d41f23178e00811e3fade190afbf7533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b999fde1526e69e3370345891a1f64cf10667189fa21ac1e569baa9eb71eaee1
MD5 3b202452a4d93e16e307de62e78e3b6c
BLAKE2b-256 a978761b7f61158caa948ee03e17a6f9d56a0eb2789a723a95765fc099e6bf32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d0b27cb9370846ab5da9cf842494227d73d8bdfffba2d69e6c6858ab13011b1
MD5 9146e8382209ff1614e424f916715ae7
BLAKE2b-256 af775d1876a435a47b3c743ddaeb7d009d67b21351ae29548c8e3b88f4c92220

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cd375e5e8f148bda61054ed22beeabb983e12c5a7f67b596ce3e80bb59e08cb2
MD5 edb0c4840e0c9368aa3685a3cc9d5a56
BLAKE2b-256 74c8139cb1963527f5b54a2a9acd18ec167967f7cac382f25bcf9c5e73fa8b3e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 862.6 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.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 93f1eca5a0e77651c6f05458ee0bb39d6e8ee6fb3e5bfc0cfd7d5b2c0a23f8f7
MD5 695ed381b5c8cd6c8707a6704fda9859
BLAKE2b-256 905a7895945da4037bc523d3143cea5333cd4fb879e4cd844fe24ac325f40dd4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 864.9 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.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 5c23b834f1790688244b69be6f776174f5b12a8968ab6bad4e586f8a8edb9341
MD5 f8b877a24d8833cc89f5494365b84f02
BLAKE2b-256 7f29c1bad3a9e26d7ee512ae4d9acd8de676c196d9168da6d4b62d8722b81421

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ced230219a49063c15555b835315e5943a930d2442a6d7a256a003eaad49d44
MD5 5f57b7ef19b3e67867a71ed35d8e1d36
BLAKE2b-256 e53e9c1f0f552a303f3d76b7cbc3c4dde7a2fe5c5f555fec7ccd501edcb43433

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2955ae3b6744daab32937bd79207063a91500ed846058108db8603c113b76b0
MD5 b8af81680e41367adb18b5092e6a3409
BLAKE2b-256 7c07c90d8d2c9e4a01d3110b4bf0cd029d0c5fc44c9585c14f7cd504016bfb9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e6b0c46c84a41828fd030fd0575ac485c86b83693da59210575f56462b8a235
MD5 3ba3ecbfa4171a09d0e81b49a5b68ec7
BLAKE2b-256 69c127a03cebbe689f392269d0789a3a73743bc6bfb0a44f988920f71739b135

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b45e4592335d767cca6a8ac2bae684e2d7f2026e4e7b1e5cda56750e3e6480c8
MD5 9c138d4abdef7ea692e204fe268af353
BLAKE2b-256 f24ab00166dc21cb0356472e339a5b44f9c84b18d9796f9ff2dccc0ef9106eae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 860.8 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.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 629662514543267958120bf9f04c6d702c8cb7e5e9cb404a2d1a69ec922e55e1
MD5 5170803e3f443b11ae542250f953ccf3
BLAKE2b-256 6df7960b26063082ec7c45929c887ccc242529e964e018ff5340e29ef43bd6ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.0.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 861.8 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8f59c088dd1f3112102097117c732c6e0e868355164537a449b78382354c4b83
MD5 b6fbbbc12f263c8cb1236e3cf3f71ec9
BLAKE2b-256 f45bbf161ad0b359d773c6b7bd810aff20b9aed352bcc7e9e7dde9733ba59bf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20ebd478e8ad5579a252ba9b2720f8e53c0a6c87738f90622e6bcf40164cf2a6
MD5 2f2a67db2986bee00489c772b8a9980b
BLAKE2b-256 31f4bf069328496faa70cc4db9353415eb33c5644e9800786559b0f39ef53835

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9d864dfaac12eab914bfcfc9a056b7834d9e33a28b19be2abcd13a5df6b1bc9
MD5 0d369b9c66fd8e0dbb90b19b5d7d5c6e
BLAKE2b-256 274b47278d4cb6cf6a110f7fc6acba34904dfdb758f769d38b1b3e842418e332

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 146df4757b25ed8959042ca10fce9d2fc1547a018bdc4db3fab81a9f3d3e7aeb
MD5 51bbdd8c257989f5cc8881568f8087a6
BLAKE2b-256 8ac42be880a2456fab7295f09b03f087efa08e597f5897b8b043b521e99da0bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 332fe7c9d7924edb3ab396df82a661091f33ec609efe4588d2869f9b59e2fecd
MD5 7c5e42699da822857484a7d3513dc305
BLAKE2b-256 df6ed4b53f1aff4fc23504b6eaad5bcd46eed765f9a586b8a7de363a2ba61b04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 096c3beb1d971133e2bb6a32c7e65624634baf6bbaae4da1e6821e2f703cd860
MD5 45b26377d5c76c8bfd2c252dee4d15e9
BLAKE2b-256 955e7a19571c8eacd974d517ec000eb99b2ebe08aa93af6ef10814adf1a8ce33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38c16a32b81a34762372efc5427bd7e7716411faf883dfbbb6aad9458f94c9d0
MD5 9cdbe05052ab989b6d02b60a6a354edb
BLAKE2b-256 bb30ca0c98f77c89fb6a3e385f7db96f1cfb6de96d3d991bd4d9ce157dbf3157

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2419847cb906ffe7c0327316cde46a934b1c9da4314f735df41edbb0cb503427
MD5 516852bfdc683785af9a3269803b431f
BLAKE2b-256 e00dbcffad41b498ec6b1221ae0855578719a7d1d8b3d84a037cdc5d6edc33ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 490e901644e795721211334af92cced794a86badaed8aa88ba1aae818498fa70
MD5 7cbe5c818f1b57828ec5976c8fc1483f
BLAKE2b-256 71b066b5572a9f6daa31719356e6f2baf727a1619cee2b1fb1a51e80c869c219

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f889b2f0978901d5e7c0db03c5bf93e06aba81e83ff0f6792ea84661a7603b67
MD5 787b82f9cf308990f45bc8573c45ae72
BLAKE2b-256 c3b8632b798e118347ede1eb4ea66a984f6880bad53a80edc02bbecddbe6fa9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8745d98cce1560948100569135fd04c5749ec75393f1085e28bd4de4af12b41
MD5 435e34a4d2733cbb4a5837e38b537d5a
BLAKE2b-256 7c1e77c30d706733e27b2fc715e5bcc358ae395c3c86d6d4f2367e5920bed284

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42d0f47319558605e246a956fd9ea21c85a4957fb90d7cfe0ef8d050a17d7ea1
MD5 d7d3c98fde582d24fbd192b775b24050
BLAKE2b-256 9589ac51785c4c8964a2070193277d43ef4fdaa1ecdc2ac54f5b319c015c4f51

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1a6357a30ed3535988a9b3bdb26fcf3997215a800371c796d9490284b1b075b0
MD5 ae4f69d68950b3be723bf080d12dda70
BLAKE2b-256 8a7fa401717552cdbd749ba867893e78d1c6c3029c418755e9f82013f055cc2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4220ca3ecd6a96bbc265a1498375603e3b4d83036c6bbd9bac53c86a5c8260d
MD5 50852c701aa5cbd3df1285e331c2f3b4
BLAKE2b-256 15cc5a72d358ebe323b49f0ce8d1a10579caf8ddc88b90d01a63f7b3c1f408e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88a35f729b872389c0f946841f3fe35d38d2417d7e6aed9c47a6ba74f9d5db56
MD5 cba521e558451fe22405f65a4b6afe79
BLAKE2b-256 47da3396d5cd2ee356e261cdb0c104c47140ff3db71626011cd72dc9d2765f4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b7a8b42ed841a19253828792e984a1b1f14dbc43c4b3611425fb20841c7d6aa
MD5 cab41a1c2f1b210e14db26941ea835e1
BLAKE2b-256 6ab4e5d6e0b7dd0f82c509af88ae366d171ce4756291892261df12a98eb06ab8

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1b8e53dc9516fd6955168ba0cca9732bfa15231bf44da67f1b01b92f1e968f5d
MD5 59bac2a5ce4ce8336e65eddea8864239
BLAKE2b-256 ec1e583c65e9f086e55623e5397a613f382eb704e06bbd2292fc3f16795cc35b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdf2ca7198f4435e20f4129f8920647323a8f8bc3f8f5aa366d6b36cd867a374
MD5 8762ebf44f47780cc8577157a0b73ea2
BLAKE2b-256 22f503c8ef149586c2f71fd0875b5cd128b3bb81a3ba5bf83bd7e559af5923b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e21124f0d8f899da3987177607724a89b1c8802dcd668c6ae524f4e788efa2fe
MD5 195adbb9b39c28113b912cd77f07b92a
BLAKE2b-256 b97e4db5071e1764227f3d674e9e8f94ba82c2b2e1753c97f5aa53bf440d36c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58ed0723a95bdb6f198c30b26c33d0dfca88d07ae7f5bcbbe943a08fb887ade1
MD5 6bb508a1304dd89b51024ad3c787508e
BLAKE2b-256 68e2603030b81950d110f328d268f368395720fa93b696e7f35986f968d62794

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.0.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.0.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.0.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 efaf189deac0ab2a5144cc01fe764549a71f0cea85fd8ac13bbdc6c51d86fece
MD5 62979fd01806c3a7d651989a7e6f9a30
BLAKE2b-256 36bbb02c5e49e80e53bd612543baf4081062b1e241bcaae2a6fa10ca6e61ab53

See more details on using hashes here.

Provenance

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