Skip to main content

New Relic Python Agent

Project description

header

New Relic Python Agent

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 Quick Start.)

  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.

Product Roadmap

See our roadmap, to learn more about our product vision, understand our plans, and provide us valuable feedback.

Contributing

We encourage your contributions to improve the New Relic Python Agent! Keep in mind 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, required if your contribution is on behalf of a company, please 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 HackerOne.

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

Uploaded Source

Built Distributions

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

newrelic-9.7.1-cp312-cp312-musllinux_1_1_x86_64.whl (816.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp312-cp312-musllinux_1_1_aarch64.whl (815.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (803.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (802.7 kB view details)

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

newrelic-9.7.1-cp311-cp311-musllinux_1_1_x86_64.whl (811.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp311-cp311-musllinux_1_1_aarch64.whl (811.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (796.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.3 kB view details)

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

newrelic-9.7.1-cp310-cp310-musllinux_1_1_x86_64.whl (808.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp310-cp310-musllinux_1_1_aarch64.whl (808.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (796.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (794.8 kB view details)

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

newrelic-9.7.1-cp39-cp39-musllinux_1_1_x86_64.whl (807.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp39-cp39-musllinux_1_1_aarch64.whl (807.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (795.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (794.3 kB view details)

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

newrelic-9.7.1-cp38-cp38-musllinux_1_1_x86_64.whl (811.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp38-cp38-musllinux_1_1_aarch64.whl (811.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (800.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (798.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-9.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl (808.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

newrelic-9.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl (808.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

newrelic-9.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (793.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

newrelic-9.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

newrelic-9.7.1-cp27-cp27mu-manylinux2010_x86_64.whl (796.8 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

newrelic-9.7.1-cp27-cp27mu-manylinux1_x86_64.whl (796.8 kB view details)

Uploaded CPython 2.7mu

newrelic-9.7.1-cp27-cp27m-manylinux2010_x86_64.whl (796.8 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

newrelic-9.7.1-cp27-cp27m-manylinux1_x86_64.whl (796.8 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: newrelic-9.7.1.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for newrelic-9.7.1.tar.gz
Algorithm Hash digest
SHA256 5824e599b972b5931caa13f5f34eb60df4cf3c7048604d0efe34b9ad41923739
MD5 b734dbb83e1cf12bca368aecefdc70b3
BLAKE2b-256 4efe836a3d7618aba7e940be9d61415d27f634c0fa14f275c77ee6ef8564c998

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 166e365a6334d6b591a6af91e07dd191f043fb10893474ad1b60ed0b99a78f4e
MD5 f36bb2225393fd94abef6467ca30bcea
BLAKE2b-256 58ebcf30f5e36c1216b0ad9415a6aac4aa4f88404790af5245db348f1b587f8d

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e06c7991367e848c4f8e08e7197b0a71c145a8e32c5f92158ed64b4f6d5b4a22
MD5 bdb597ff0352cbc31895687551e70009
BLAKE2b-256 69b3c96756a5e2f277349bd4b12bb130d1538c68236ccb9f8de2e8b279c4723d

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d61c374e4d698ee36eab80e33c485054514bd6f57c25cd8e2c9f0a40f159ebc
MD5 306c7f2edd3ee4d3eb107847816e8c39
BLAKE2b-256 d05a4d123fe53036ad27ab71bc5f12a55cf30237544a9134169440cbaa07f7fe

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08a062f6b0483de744b3085e70b88ccb7599ba4f242977bf1cbb602ed4385980
MD5 088ed56b790d5cd5c817dc5162ce7f67
BLAKE2b-256 5af1abc8b0436a2105fb8fc0f76171c751fc3482107062e838f7622fe535df3e

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 783c560439a08715eb00c79be64cd9471ce843f07b194592d15978909a8c85ad
MD5 5fd28091dc3500a611dc9df65c451409
BLAKE2b-256 8de4d135b8d347bfd5c52484a865f06e609cb8984e9ff56e1f98b4c4c52e627c

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7c62934b8ae447bda4273a2dc4c3a65b0c7dc995af611b5003e75a34faa926f2
MD5 7eef3ce8e7d480eef3c200c38f8c190f
BLAKE2b-256 a2ec7b2adbe81d85fb377a8c26061a4a20421f3e12dcb7897aeac27652106255

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28343d596de29b7b0adcbcd2b872a1657d85c2467482792d8190814faec46c80
MD5 20d776bfa98fbfad376af62daddb1784
BLAKE2b-256 43e3344c52758ef6f573468b20c5e60c5401d08e7c4f41f282559e29a8b61f45

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a41340ce1d58bcc4dda39784d244e8a42c11b150665d8bec0527ea88bf02f53
MD5 ba9a400b89dd5c22a63bf1ca5566849f
BLAKE2b-256 1f840a64fc7bfcd00eaa338aefb14fafa206c5f63a769dc0e88e4c2d07dcb520

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0798e85b738a24843da9aa0e4175b42441d9b10af6b17ee8de137cf83d5bb222
MD5 d30ec37a85f023724f48653af2257cd6
BLAKE2b-256 8e92cb779af7611ef747e6e1fe9d7a1c3affd3daf2c3d22a5af66d92951fee7d

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 102f6e8e65e6fa5044a0d433066a46ce5b382f96335576dfa16217c1855ebc2b
MD5 0e4231bd64e716b10c824a49b02fbb43
BLAKE2b-256 d5fb2acabc7f9ccd1b151818c4acc29ebcfd10955a712f4fa83fe9afe62dcd7b

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fed29c65100966472bef1603c479b3b60be47078810a0d1c407e5ee133e606d7
MD5 901a027e9db2d78c71bc4ee8f4b54361
BLAKE2b-256 426bafd14e551624e2ed00efa80966dcdffad767972ed0668731be502cb97d34

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d85b7d08e7fe130951de1f2225e69c321ece620da18bbc4385905c72e0aa51b
MD5 e9512eb0f74126f2f96ed8e82fa3ed81
BLAKE2b-256 d82c760a06050470ca8b25fd3b79cab544b6e4105ff26a2447efd8b21b6945af

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d143adbc38df9a576a34220d18f564208ddf88f691a1aaaf7b78c7fc653f2428
MD5 c8f68981410dc5cbc15d1bfab5941701
BLAKE2b-256 ed74aaf0f94d8114fd24ce2c1da26c6266abf7ad511dc474d7ef7ca8e9da5b1c

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 365ec3b3795f43a70895652dff4ece28c11ecf0337aabf8da762b746cfda4c2e
MD5 5592fba69ea5ce2f8c6f3a3a5780c3b0
BLAKE2b-256 d0634bfedccd81ad7dd84baaa03ec7608b311d8f927c642906bd14e8dc0633e6

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82076bf4e84a1378ccd1c699e8890a8f469c3ebeec110ae5c4f03cfab25cd09b
MD5 d04d3af8b1c74b39b45637bbf352390b
BLAKE2b-256 8f5aa296c0f4cd5b350b71663cc6de6c437d024443c4ee22b375cc8df9315d5d

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53273e8fbea3df48265b15ce3a5aee8e7950036a8463e973ef949d79072b5d74
MD5 fddc19393eff83551bcf27296b10a135
BLAKE2b-256 b1c4cc88cf861f74410cbb82fab2e51a991ffe9ffec88192eb1698b480b38325

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6361b3be951e3520ea2b138ca56783b03f8a6c85085885fcf597d1ee28c59153
MD5 481b085c502a4454130859e1d817af63
BLAKE2b-256 424e0c359afdf6c6a1a78559b1c4ec8859db3f4a80ce0a1a482b45f352a490fa

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 56a6b322b228ee0b3afbb59d686fad0c58b6b284fc6bb3227e7746ca0d458858
MD5 abc90bc77ba6807867aa2b5939f095c1
BLAKE2b-256 142d0b558fe03e3fb2e7620640abac2320dbcfad0d6382555381c157f573ede7

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 647a5f4ff3514e7e2acbbc884319499b0ae90ec4ec93e83e7f41474cf8666e0e
MD5 0b35ff98cf7279c35b4c8986bf32d1d4
BLAKE2b-256 0e704be1a6675e22707accd2d047ed9d7ac0d7328d4318e135e7d4b38f7bb4ce

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8faecb1fce2a25201f5496ad96181933e60b4b833f99dc143a84d5d2494a46f6
MD5 a848cf6ff057af6f4075ba4b55227698
BLAKE2b-256 3b659fcdfd72a8cf7ddfa7914d0b0f060ef62d518a1c0ea287f8bd7181f1a9e5

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b4f741be5f34e17caa57c72924045776a865efd5f9deab6ebb3b7c4f1190273b
MD5 170bb26a5cbec582f93550f72ac6e7f9
BLAKE2b-256 23712af6d12fabf19a3d7c89578d2e86ea937820f1d2c1a0616bd5839c6262eb

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ed776ced21ebf57379cb38885485460ffd7df29cca9666197876d2045849b927
MD5 777a7dae561e33ad32d516bf416402d9
BLAKE2b-256 938bd5282b153a5ed57a710072cfbba8187fbcee64f37863914dc4ecce96bb5f

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 feb83b708350947846fd898debb1538ab5e0458ff56627f01e2174e73c0fe079
MD5 65cb6f7cd82e7fb96d1968e061160bb5
BLAKE2b-256 bc600c978745d441ff35deec36d84c599e6ac214a0346f6d98b371fcffd51566

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfd572a79e1848b67307be25e15f0804b9e9fc30a0d669a0fad668f3678a8869
MD5 21cbc0773143b5f68af9fc4a8601c403
BLAKE2b-256 fe09b466515c75f91c1c7e8e7b70b7569f6425aa38596cc4261d853621da702a

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7d7f79bd828ab56446b0be941a6acb0af287ad97fe4ac5052c59ad0518f5456d
MD5 9a818fb3ab7380c5abb786761f675d2d
BLAKE2b-256 1292b3293abd229165904f3f00f00bb90fafa52d1fa0e85f50f7909a2f16820c

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bbbd24bd0054a978b5d6c1be7794289c760b20d44fea526e3fb1078d060a6fe7
MD5 c5d8a4d7c79e52f55847d248f1212440
BLAKE2b-256 880ede1c047b4b27ddcfd185ca53d51ab3bf211770dc6dc38e5671db1cd0a88f

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8dba147f13457bd22b4509bfa700ce12bfcb8294f8b9abd4c66d4e90f90cefc2
MD5 0d2404a3ace358db8c9f0b82260dd491
BLAKE2b-256 d27bc5b79af77fa8faa60c262ea0e6381ede3576e2c6e41b9f73834c7dea0ba3

See more details on using hashes here.

File details

Details for the file newrelic-9.7.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for newrelic-9.7.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1c1d24be69d5316af7be99d6c87686d900e708bc421ca55977cb021fd29de0bd
MD5 a4313b6510a95adf59ae4b85e08d159c
BLAKE2b-256 9d990dd83bd7efe33684186135a07c8c2e0ca9c64c83350e1645169e426f92d9

See more details on using hashes here.

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