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.2.0.tar.gz (1.5 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.2.0-cp314-cp314t-win_arm64.whl (869.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

newrelic-13.2.0-cp314-cp314t-win_amd64.whl (871.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

newrelic-13.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (969.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (975.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (979.8 kB view details)

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

newrelic-13.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (971.9 kB view details)

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

newrelic-13.2.0-cp314-cp314-win_arm64.whl (868.4 kB view details)

Uploaded CPython 3.14Windows ARM64

newrelic-13.2.0-cp314-cp314-win_amd64.whl (869.2 kB view details)

Uploaded CPython 3.14Windows x86-64

newrelic-13.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (936.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (938.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (941.0 kB view details)

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

newrelic-13.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (937.4 kB view details)

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

newrelic-13.2.0-cp313-cp313t-win_arm64.whl (871.2 kB view details)

Uploaded CPython 3.13tWindows ARM64

newrelic-13.2.0-cp313-cp313t-win_amd64.whl (872.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

newrelic-13.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (969.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (975.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (979.8 kB view details)

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

newrelic-13.2.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (971.9 kB view details)

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

newrelic-13.2.0-cp313-cp313-win_arm64.whl (869.5 kB view details)

Uploaded CPython 3.13Windows ARM64

newrelic-13.2.0-cp313-cp313-win_amd64.whl (870.2 kB view details)

Uploaded CPython 3.13Windows x86-64

newrelic-13.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (937.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (939.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (941.2 kB view details)

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

newrelic-13.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (938.5 kB view details)

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

newrelic-13.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (937.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (939.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (941.1 kB view details)

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

newrelic-13.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (938.4 kB view details)

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

newrelic-13.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (930.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (932.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.6 kB view details)

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

newrelic-13.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (930.3 kB view details)

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

newrelic-13.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (929.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (931.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (933.1 kB view details)

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

newrelic-13.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (929.9 kB view details)

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

newrelic-13.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

newrelic-13.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (931.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

newrelic-13.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (932.6 kB view details)

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

newrelic-13.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (929.4 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.2.0.tar.gz.

File metadata

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

File hashes

Hashes for newrelic-13.2.0.tar.gz
Algorithm Hash digest
SHA256 03cee31fc0b19bbf0c7b1fa7becc58a2bf2c04316791dcfc83c755f4ae07f274
MD5 8208e461e451a61ecd794cf7a1561cdd
BLAKE2b-256 f9074e0a2cca29a963124f1a66179f48b38c2f47d36f32950ef18da78348db30

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 869.9 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.2.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 35d01c84f5bc7981b49fd69117ff75e438a3a3acc8e6076dcca4578f96c9750c
MD5 60a39a9a7abca405ed7ab195a3dd1ae2
BLAKE2b-256 338b6f734fa30f80c586236e69ef11cad8d479bce7ee5f5c32217747a8961ad9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 871.0 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.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7464ac9d148bfe5818480ed5668883dd628b2b9a2638ecb1ec13fa30493d43ce
MD5 372a9dc8a9bba698e0390c13d83aafc2
BLAKE2b-256 bd324724d628b5ce28fe44c4e5fb649d532cc5b0c9ffcf3de19cbcf508af0741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6051c2377170c0885f636e529d1bce4aacd393ac32b9acb31841d5424a77878f
MD5 6477cf44680af29563afa6933ebd0371
BLAKE2b-256 65919db2cff92447214e1c9168d6bd99983fd766e223e3d92dd13a0cd4f6b977

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbebf81ab01f7c36704f3742dd7f2e4041d10d95fb785527aa6f39de8cc54654
MD5 f0dfe7b9097c25d1de8dcac4de06eea6
BLAKE2b-256 7813654fabef807aaa367599eb553e9b37982a096f2ff7171f1d9299b604f253

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3069348aed694aa8bbaa404a31472cea4e5560e834e0b387ecc9ac8f80853c9
MD5 ee9d2cf2fee56dbd2a33fb6edb2c9afb
BLAKE2b-256 ecb097d66d9b134521310f2c3180461a979a6869913d5f8b112e87d83765fb47

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f4cc5713f9258bc9d9f08d127360f43ee46ae0e1e96262e1485f5ed2d35341ab
MD5 6ea05c0889ed82697a06c7d2d4d0cec7
BLAKE2b-256 d180d9f037ed0690115e42d124968cc6d017485b866a391474944e3f668ddd0c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 868.4 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.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 dd3f0b898df39a3968d53de9097857902a65178162af19b94c88f41c61da174a
MD5 894c85388b069b8509698e4c5aa517c2
BLAKE2b-256 9121a22b64f3ce25617f72978101c2ee1fbb61c5d2704c1094779a580169c5da

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 869.2 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.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 60c1373a769ccf6e64b5bdd0d190dea402ba69a8fb21614ac6c6c749de262f10
MD5 fb19342189ae7d0c28b309a71063028e
BLAKE2b-256 da10037f042cace5458db8944a6919ce82e3a9aa801755ffdb4a323218b550c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4823b935e548fbf0310631d7ea2a285580868902f2d19a1148363a3f0f9972c9
MD5 9efddb33febdfed363f3d876c8eafb33
BLAKE2b-256 3cfd982447b3acc53ffc81871abccd9ed03719ce6a769ac47de5a2c4c45638fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1cc3b6511690943b715002b876a38e95df32899357af2b59a99510d76278c56f
MD5 de6e3d7a5ef9f607048ca350f074d117
BLAKE2b-256 5b73c48f768b993271c9d7ed293f16a351588cfeb74015246410617b559810ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 994ebd8ae0e23fcf204aac83f92cc6d4f88428586224a28d2025a550b8e3e14d
MD5 404a28d2e6c965353f0668f538d1f0a2
BLAKE2b-256 0cc236a795c6a3f0024bc35b03615864be81834a801fc760fd72c3570b532fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b68d5841db1f8e9dddba60d8499411ff52f1fbd96601723afd33988bd73cc8ea
MD5 f11ca2efca9420d9b1e99a32420d8fcd
BLAKE2b-256 f3d2b4988c718b99130ddf6eed447210598c9edc09653cf6726ce152da44c00d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 871.2 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.2.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 4cdeee2c7d786c27527279e8ef7506773d7d90d2c7dc0a87147fbd056ac8f161
MD5 56ef2da6ec8cd4747f8be294ceea9439
BLAKE2b-256 0650200c8607dbf15a590ca76523cc02350a20606a85872c89d262785a4f9aa0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 872.0 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.2.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 67d0dd5bf9b0fc29891c5e88c801a331dfe09b1f5a21c9541bdf2619bc4c2ff3
MD5 b8374a81d729a27a5f92bc5c986a806c
BLAKE2b-256 c7d395aaa9c07432711335f1b7ccda502a12ca3b26108b8498450ad77bd6634d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ce241166b8a2c60cc86b9933f21aa5869c77113aef7b7e1af80c100709bc9bf
MD5 5ae3cda82fca542c70a8633fc9f88e0f
BLAKE2b-256 b39da143c9b7826813c31aa47969662323f257c0c224e90387dd75423fd7ac5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0531735c2fcde30c55f84ce839667144fd1066782b7ab6a10cf5522b4b106eaa
MD5 4d9eea8ab96547ef49400634d9110771
BLAKE2b-256 0e57ba52cba897c62619c1702d022fc88825d376118489956483b7591051f6bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4de9387d998a93822d99a114f7ebb5d0917efa15a24649c893bec4074b9ceaa8
MD5 079e8a646e4cb6c4a7463d254612241b
BLAKE2b-256 411c12bb62006f1911974cee79d49ae3ad84d137e05c66a2c91daa70e89d72df

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 abf8be1336ff3be3b60a12e0d18bd73be5deff1cad0a24788f1b7b7c8dfcbcd7
MD5 690b327ca316834282810826312884dc
BLAKE2b-256 84e9144678fd76dda70524f062d06c7e311d5ae446fa72cc1d02f0cde76cbd7d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 869.5 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.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 a7efac9c396eba26f06a9b5e3a585cd2e0768a48dd6f25c7debf5ac9281c2d80
MD5 9006925b43f0511b70dc13cd3feb4873
BLAKE2b-256 1aab9c99890144b080e6d1a9cd1edf4c22848cae1e766b40537a1981efb4f10a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: newrelic-13.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 870.2 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.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e2be50880d7dc4cc24297f5c563ec384df009ba7aa97bc158209800415402d8
MD5 4191e30160f60e50f1b69153ae6a5935
BLAKE2b-256 8facf2570992f9e4dd47037e131532cb80ed2a884b89d522b19b001ddc515636

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1634fa099f442cd3e607847c8d22709a2fb8ddbb20099df309186bbb98968d2a
MD5 673d635eaefa8449c08987fe368d8f14
BLAKE2b-256 472e2fdd503c3a6d372b7339dc3f266c49cff84f648a45ac3d0445b8fff83d31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2481a546641d3ce1f5bbda9c0fcc870d229125c14faa50a03a46b183a6287d77
MD5 3ba244d7eb357d5f72adcd82b1212e17
BLAKE2b-256 ed1dde8f120a8dc473647a9c44567ff69342612021644a180ff3eea289743e09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c455ac6430ddc9b7dfce06fa7ed6749c71485398cbc85574fb45c7365a823744
MD5 294019f9d1255c4c71154bc99f60b370
BLAKE2b-256 839b8e545b7f8c8286629fe57a5de6aecef31eb4ff492d927304478b4aece9d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b648795934bb2eb2abb1eef97703366b4352284a4a35116398e8fa77836dfd11
MD5 9793076ad5e9460b306c2c0cccabb9a0
BLAKE2b-256 11aac8427fe0e538ec9adffc5900f2d1d6267f9a2cd85c26aa2e5fe935acefe9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6aca3b78b78677b3cd96e2642b6c253bde8816e8922757642afcc9ad3c941e25
MD5 a9d9a99d6a1503aee0f8bf831a7e92bf
BLAKE2b-256 9be9a12499fbd7431195713f5f57acc733feabff4fcd00644398d20a85a96180

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7503163e73b105f14e4b3828df2b12609826286c44e8188b492ffc55ee494f1e
MD5 c78856269608ad758b6f05a7b1b3b179
BLAKE2b-256 0795197c873e0816b19f60c3985225c7bf10b0f4b54005bf922e710ff036d3d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6446edb7220bc743a5df082c5265e354b18eceafc75083500fc84aa79353d2e7
MD5 53ce2bd30e07e75a212e40e117af8c81
BLAKE2b-256 9a9b06a61076f57b51900f0f382f206e37f7ff698f731832a50392c43af466ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 824ac4433a69b1631a4276feb4a6c8781c35c45d39020e6f2e92d2e2f5506cea
MD5 16960fc5e9a69a267c73d8d1e5672084
BLAKE2b-256 7cc90e04913ec640a9d05218d779e8c127fcbc996bcbbf87c6243bdab754f458

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1478b836bca4f8da82c56b954ec48fa9e844a1fe27295466b7ebdf72991906a2
MD5 94e8db744c1d642fa76af2ec1745c3f3
BLAKE2b-256 7b1e72f8dd1d73b957f36099be0e8d2e91aad8cddba80b9297af26724b8558e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64c0fd3b0825acb45036d3ebf6ac135020f1cdfee7fa33772065a012fcd24c37
MD5 3f7677cd1d1249ec7d05ee626eca8305
BLAKE2b-256 f585bb9c10c3085c5d2e5c8332f39100d2787e57dc17c510585d3c337a161a2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dcd55afbc5897caa49e3eee8cd376a3edd92f6b4115b314ed6e2674f51f5333c
MD5 f722f12b55b6c5bf342e2f7445d4e9bc
BLAKE2b-256 18fdcee835968e60b11dea1abdd04bd256a9507b11c6b1c750966a2606ae3256

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 24443821615360cc7caaab65e46b3c9f09add21a77a47289ce5919ecce9a5ddc
MD5 74ae23465c75591b3129ab91ad470d0a
BLAKE2b-256 6e7703dc0e98bf3b9cb97944d300aa29642043f182ef0ab2b0748401c33ffc9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66d26a926d683aafac3d052ff67c1cc117f6e5c31e7149d8662bbd67856836a8
MD5 942ef5586e366d1f42974fdae60c2ec0
BLAKE2b-256 458448a4a5d90dd6fd1a35363ae46e3df61cc5d180d645fa1060743e3cb47826

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 987c9e2e083435136e9fc75e1f43e8c0188f09efde87d5c113aa5061fc01421d
MD5 bfb8fd4a86d5380204ddcf2b24039f4e
BLAKE2b-256 dae3a7bfe83a6b660bd417b98d48f3b4e694a73a55b507c6139f7df69fc03acd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45dc202578b51703d9fcb3540a7e21ce6d95bdfb8a8035065c112089c1e093b5
MD5 ae44c849dc6b43cc24579c463946f7c5
BLAKE2b-256 10ea1c692676e4ea3f989e6dee7ac1d029166adc3877883d6a0f6fe9f43ca273

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 be7db6cb1c0b74635072488d235741af3fd886812ff5f97b4fc5a1faf3f914bd
MD5 159e384d40b954510092418c0a6af234
BLAKE2b-256 652354cc4f75332948919132221b2d9f3f8a0a3657dd152c7ceeaea9a1b6d91f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e49bf8c37048cba31aa7f2c9cc6b7d128afc282ebdf33638f4e5abd976ad427
MD5 accee3853208b6be5059f6563719e429
BLAKE2b-256 7c3ca82abe3c58a5f762a390c6510285aeece3db94717b6daab2372a02984f6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7b30acdbbe14b167f301405fc308ede63aa7d964e51420f314a82d7f62289b9
MD5 d91e22ffc1eebd236e036b80c2563929
BLAKE2b-256 ee6dd4ffc1b5b21e73264c2575e6e6bdbcf2897838e155a25f517ca949031615

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for newrelic-13.2.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66c9951660d093e3e5204ee882aa59107f961a483f7b7f7b40248869e264cdd1
MD5 ca64caeccbe2ac30ddbcef0f37f4c43b
BLAKE2b-256 dbe4ee85980343bf6df83d818e9bf5cfb80f02d63b97da4220e80943c5e92323

See more details on using hashes here.

Provenance

The following attestation bundles were made for newrelic-13.2.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.2.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.2.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6c76b1a6c6f0dd94748e025592a9dbe79e581c9e55a34eefbfa64e274cd9333c
MD5 da12b1c9458dcbb51e9360d3e7e611f5
BLAKE2b-256 1a30fcca2fd28a5c39de47a7072cc0c2cbdd23d359d7c23257f89868ac9698fd

See more details on using hashes here.

Provenance

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