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.0.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.0-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.0-cp312-cp312-musllinux_1_1_aarch64.whl (815.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

newrelic-9.7.0-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.0-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.0-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.0-cp311-cp311-musllinux_1_1_aarch64.whl (811.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

newrelic-9.7.0-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.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.2 kB view details)

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

newrelic-9.7.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl (808.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

newrelic-9.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (796.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

newrelic-9.7.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (794.7 kB view details)

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

newrelic-9.7.0-cp39-cp39-musllinux_1_1_x86_64.whl (807.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

newrelic-9.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (795.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

newrelic-9.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (794.2 kB view details)

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

newrelic-9.7.0-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.0-cp38-cp38-musllinux_1_1_aarch64.whl (811.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

newrelic-9.7.0-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.0-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.0-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.0-cp37-cp37m-musllinux_1_1_aarch64.whl (808.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

newrelic-9.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (793.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

newrelic-9.7.0-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.0-cp27-cp27mu-manylinux2010_x86_64.whl (796.8 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: newrelic-9.7.0.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.0.tar.gz
Algorithm Hash digest
SHA256 e731ac5b66dbeda1e990ba41cecda8ea865c69f72b0267574d6b1727113f7de2
MD5 660a62511b18e518ee67c182394bebee
BLAKE2b-256 e01b73bbf6cd6779192967dfdb988eb4b8c9f75630d148ee85820f6ecdff69e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4966e4be00eab203903796a4b5aa864d866ba45d17bf823d71a932f99330ceee
MD5 204d558388acd387d8241ed75058a83c
BLAKE2b-256 e4f07130b8df44f3c582d6c754f20e1a6239db62753b8a46a9f4c16a19950512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 288ed42949fd4a5d535507cb15b8f602111244663eceab1716a0a77e529ee2b6
MD5 a04b046bbb84d77bc1006b7dd446c6cf
BLAKE2b-256 1469a5e020c0021c9ff1f43aa4f1b4dff9c73a3d727396b622e05a18b731b70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bd32c76427782a3cf6994cab1217a1da79327d5b9cb2bad11917df5eb55dc0d
MD5 636ea8782635f4eaaf54934de2abeed0
BLAKE2b-256 e89d8473f22a261bc8cc3744275dc80d390e1c895752cc86f71a8d1eb0bf70c0

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 172732a71d4ff053c1c724a8dfbb8b1efc24c398c25e78f7aaf7966551d3fb09
MD5 b43aeeb3e4d40c7a9ae2dff0bb440a58
BLAKE2b-256 f7459af70f198bbf633b7e0a6c0a1870ab1d52bc1a10667a738db2abaad12346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e57d78ef1291710968e872412a8d7c765f077de0aaf225aaab216c552ee1775a
MD5 61d5441bdc6ecc7c38a3f31a5c108c01
BLAKE2b-256 5d3c2bb0de4e66d68e38081d0511b8ff647fb8d9d465de51e8670bb564aa6999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0344e718ddc4ffe78a1441c6313a6af2f9aa3001e93a8a5197caac091f8bc9b3
MD5 e374648a4f967be30b08649c7e834c27
BLAKE2b-256 5a6329485977c0eae65a874ffe053ddfbd5d766c7d9c42d0e62f14877086e3d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27e851365bf5e5f8e7ca21e63d01bd2ce9327afc18417e071a3d50590f2747a8
MD5 2b9ad1fc2fdd414244e1608b4f1a5b80
BLAKE2b-256 af9993d8a04add3890cb21c7b9b0d750a0fbeaad47d296b277cb0897eed5afd6

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 563342155edbed8276ddef9e2e15a61a31953ff9f42015a426f94660adf104cb
MD5 07288bd7f0ab5c93607fb41c24f5aaca
BLAKE2b-256 0e75fb14d17c2058bb59dd60355626a705b7261db6a707a31b5062ad2135ef8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b180f099aabff875f83364b6314b9954e29dfca753ccc1d353a8135c1430f9a6
MD5 402910d062dcee7436ec74d2f0cbb16f
BLAKE2b-256 08c7ab57dc3629a308c521fb2e4ad39ff0e40303fee6eed76fc37663e1410d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 91e2ad1da28c76d67344daca7ddd6166a5e190f7031f9a5bd683db17542f91ef
MD5 4902f81f87542c169b2998761bdb9daf
BLAKE2b-256 5a4fd7e8d6222df023f9ce60423a466b4eaedee5d8b0ced1d31eb77e0f5c20e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4adf292b529771536b417f46f84c497413f467f1ae7534009404580e259cb1b1
MD5 fb9e70a3c99194ed4a3a17b560905b74
BLAKE2b-256 40d2f3f77361d621e14354f3f013749d6cfc9aa425b87414155424c78e956c5e

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3656b546aced2c6a4443e5e76f89e17a1672d69dfe47940119c688ab4426a76
MD5 89bdb53bb031f05cd909970809b6ab29
BLAKE2b-256 e772b285c2e54528cad7ed7c44ef3ca87147bdb3d0311deb05947f3372cf5804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fdd25b9969a4c85a53a1dc2cade462164c6603e85ffe50da732ad4e69347659
MD5 93790d996557e60f650a0ffea1d27fc8
BLAKE2b-256 6fa08865f901d770adfb0871161ff5ca24002c99063c2959f7ed300d934442e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b7733168eae4c718f885f188bcfc265c299f51d43130350b32f86f3754bc809b
MD5 4bf039f4e241de8ccc150c38bbd56db4
BLAKE2b-256 f4b78f763d386789d426a75064962d75d7199899e8c72ba07882a03cb41300cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc5af6e7d7b6f30b03cec4f265b84fa8d370e006332854181214507e2deb421e
MD5 7b3d8b37a113576e8df4ca21933e7c98
BLAKE2b-256 93aad0d0a7e8f6b32e2fb774210407c1bdd78fd6d44350b4a7779d058fc42952

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e229fb5406a3c0752723bc5444d75dc863456a0305621be4159356f2880488e9
MD5 e68080185e9fc109e4a0cd4ae9b80077
BLAKE2b-256 fffc44e681cd66c0837b920c0378d46263d158cb454e92078746ac2b7ebb4aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78f604a2622a6795320a6ff54262816aeff86da79400429c34346fc5feecb235
MD5 da3b93a947f1df7004bb63f8d4b88455
BLAKE2b-256 88f82d4b78e95bd051a845d657293d304465ab4db98e5354ed70dd01dab0a000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9c41a571d0889409044bfb22194382731e18fd7962ba6a91ff640b274ca3fc1a
MD5 ea06222591f79f3c94b0803999970627
BLAKE2b-256 b413a2151113e9a8112014b3ca59da8c253ee2eb3d710f3a73594215b941d6df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59f2c94a2e256f00b344efc909eb1f058cd411e9a95a6ad1d7adf957223a747d
MD5 52c509eb458382b07074da16ae48b1ca
BLAKE2b-256 73086f542cc9e9a2056ed4854350ba035b34323179f554637587c566d04174fb

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb3e40be0f1ba2b2d1ad070d7913952efb1ceee13e6548d63bb973dcdf2c9d32
MD5 5186b4e06fe926ab8a525953760d5a7d
BLAKE2b-256 20767bc5d7ab6ade3277987907377b3a861b81a33e58b8e24e2e9b633468737d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4cefc2b264122e9f99db557ec9f1c5b287f4b95229957f7f78269cc462d47065
MD5 21fc60fbd24bf756b96450681b1cdc7c
BLAKE2b-256 0c5eaf4bd7f14e866e77c2f9df44bcb2b0114348cad4b0c22bf5561c5bfd92db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eb94aabd4b575f4fa2068343781614cc249630c8bcbc07f115affeb1311736cd
MD5 3bf831a2bf545a09eb23fb07e2910032
BLAKE2b-256 d11204c5e3accd310c17024df7f8c72e62d9c5578f6ab600b427e3681201d336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8958e575f7ada2ed8937dafff297790aeb960499b08d209b76a8a3c72f0841fc
MD5 67b15ce3894be92b37867d992daca497
BLAKE2b-256 72a90a92dbdbc1b2a5c349c1c074e1e1d2ced836a62dc63ed34772bfb72fd48f

See more details on using hashes here.

File details

Details for the file newrelic-9.7.0-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.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a687a521950da96b7daa553d1ab6371aebc5bfd1f3cb4ceb5d6dc859b0956602
MD5 9130b95f1327afb719860243380ccf33
BLAKE2b-256 a68daea22efbc03c7a55b7a3669060e1a4f3b5a885d95665fd68fd89339724d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 be2a7697b8407cea2ebe962ec990935dff300d9c4f78d3d7335b9dc280d33c53
MD5 47202c148f0e34f74f56a04b0eaec86d
BLAKE2b-256 a3b2f1d69c8bd28f86a5b8bf65f92e838d387ab100ec1e79033a066cc73eb84a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c005bfb53c7090652839e9b38a3ec2462fe4e125fe976e2b9fcd778efa1c4a12
MD5 c1a1a1ed4035ef4a0432aaacbda13ab4
BLAKE2b-256 9c2e336d36fe701fde08a07cd6830bc180edbae7f7543ab7dc42a40ce2511944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 333ec033d13646f2221fdaf3822d3b8360d1935d1baea6879c1ae7f0d5020217
MD5 52e1fffb8e1a94cdf189a178c4a66493
BLAKE2b-256 b82459e0b6dc194160c6db70c189224175b59acccb53842491b26df1eb963276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for newrelic-9.7.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bf9485a5c9efaa30c645683eab427ce8b41164213bc003f7e7ad31772eb1f481
MD5 9dec066badb4645ba7156743ca45b369
BLAKE2b-256 08df324b355a3e2d1680eb4bf74022135ba824d7a6a95638398b7621ecdddbf4

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