newrelic


Namenewrelic JSON
Version 9.9.0 PyPI version JSON
download
home_pagehttps://docs.newrelic.com/docs/apm/agents/python-agent/
SummaryNew Relic Python Agent
upload_time2024-04-18 22:56:46
maintainerNew Relic
docs_urlNone
authorNew Relic
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |header|

.. |header| image:: https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png
    :target: https://opensource.newrelic.com/oss-category/#community-plus

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.

.. _New Relic: http://newrelic.com
.. _New Relic APM: http://newrelic.com/application-monitoring
.. _Python Application Performance Monitoring with New Relic: http://newrelic.com/python

Usage
-----

This package can be installed via pip:

.. code:: bash

    $ pip install newrelic


(These instructions can also be found online: `Python Agent Quick Start`_.)

1. Generate the agent configuration file with your `license key`_.

   .. code:: bash

      $ newrelic-admin generate-config $YOUR_LICENSE_KEY newrelic.ini

2. Validate the agent configuration and test the connection to our data collector service.

   .. code:: bash

      $ 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:

   .. code:: bash

      $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program $YOUR_COMMAND_OPTIONS

   Examples:

   .. code:: bash

      $ 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``.)

   .. code:: python

      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.

.. _Python Agent Quick Start: https://docs.newrelic.com/docs/agents/python-agent/getting-started/python-agent-quick-start
.. _license key: https://docs.newrelic.com/docs/accounts-partnerships/accounts/account-setup/license-key
.. _wrapper script: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#wrapper-script
.. _manually integrate the agent: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#manual-integration
.. _New Relic UI: https://rpm.newrelic.com

Additional resources may be found here:

* `New Relic for Python Documentation <https://docs.newrelic.com/docs/agents/python-agent>`_
* `New Relic for Python Release Notes <https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes>`_

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 <https://discuss.newrelic.com/t/troubleshooting-frameworks/108787>`_ steps you through common troubleshooting questions.

New Relic offers NRDiag, `a client-side diagnostic utility <https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics>`_ 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
^^^^^^^^^^^^^^^^

* `New Relic Documentation <https://docs.newrelic.com/docs/agents/python-agent>`_: Comprehensive guidance for using our platform
* `New Relic Community <https://discuss.newrelic.com/c/support-products-agents/python-agent>`_: The best place to engage in troubleshooting questions
* `New Relic Developer <https://developer.newrelic.com/>`_: Resources for building a custom observability applications
* `New Relic University <https://learn.newrelic.com/>`_: A range of online training for New Relic users of every level
* `New Relic Technical Support <https://support.newrelic.com/>`_ 24/7/365 ticketed support. Read more about our `Technical Support Offerings <https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/support-plan>`_.

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 <https://newrelic.com/termsandconditions/privacy>`_ for more information.

Product Roadmap
---------------

See our `roadmap <./ROADMAP.md>`_, 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 <https://github.com/newrelic/newrelic-python-agent/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 <https://docs.newrelic.com/docs/security/security-privacy/information-security/report-security-vulnerabilities/>`_.

License
-------

The New Relic Python Agent is licensed under the `Apache 2.0
<http://apache.org/licenses/LICENSE-2.0.txt>`__ 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.newrelic.com/docs/apm/agents/python-agent/",
    "name": "newrelic",
    "maintainer": "New Relic",
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
    "maintainer_email": "support@newrelic.com",
    "keywords": null,
    "author": "New Relic",
    "author_email": "support@newrelic.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/2b/512f4670534114603c219b151ab6f5925c0c5540405718bb8bf3754b5ea6/newrelic-9.9.0.tar.gz",
    "platform": null,
    "description": "|header|\n\n.. |header| image:: https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Community_Plus.png\n    :target: https://opensource.newrelic.com/oss-category/#community-plus\n\nNew Relic Python Agent\n======================\n\nThe ``newrelic`` package instruments your application for performance monitoring and advanced performance analytics with `New Relic`_.\n\nPinpoint 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.\n\nVisit `Python Application Performance Monitoring with New Relic`_ to learn more.\n\n.. _New Relic: http://newrelic.com\n.. _New Relic APM: http://newrelic.com/application-monitoring\n.. _Python Application Performance Monitoring with New Relic: http://newrelic.com/python\n\nUsage\n-----\n\nThis package can be installed via pip:\n\n.. code:: bash\n\n    $ pip install newrelic\n\n\n(These instructions can also be found online: `Python Agent Quick Start`_.)\n\n1. Generate the agent configuration file with your `license key`_.\n\n   .. code:: bash\n\n      $ newrelic-admin generate-config $YOUR_LICENSE_KEY newrelic.ini\n\n2. Validate the agent configuration and test the connection to our data collector service.\n\n   .. code:: bash\n\n      $ newrelic-admin validate-config newrelic.ini\n\n3. Integrate the agent with your web application.\n\n   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``.\n\n   Also, set the `NEW_RELIC_CONFIG_FILE` environment variable to the name of the configuration file you created above:\n\n   .. code:: bash\n\n      $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program $YOUR_COMMAND_OPTIONS\n\n   Examples:\n\n   .. code:: bash\n\n      $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn -c config.py test_site.wsgi\n\n      $ NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program uwsgi uwsgi_config.ini\n\n   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``.)\n\n   .. code:: python\n\n      import newrelic.agent\n      newrelic.agent.initialize('/path/to/newrelic.ini')\n\n4. Start or restart your Python web application or WSGI server.\n\n5. Done! Check your application in the `New Relic UI`_ to see the real time statistics generated from your application.\n\n.. _Python Agent Quick Start: https://docs.newrelic.com/docs/agents/python-agent/getting-started/python-agent-quick-start\n.. _license key: https://docs.newrelic.com/docs/accounts-partnerships/accounts/account-setup/license-key\n.. _wrapper script: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#wrapper-script\n.. _manually integrate the agent: https://docs.newrelic.com/docs/agents/python-agent/installation-configuration/python-agent-integration#manual-integration\n.. _New Relic UI: https://rpm.newrelic.com\n\nAdditional resources may be found here:\n\n* `New Relic for Python Documentation <https://docs.newrelic.com/docs/agents/python-agent>`_\n* `New Relic for Python Release Notes <https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes>`_\n\nSupport\n-------\n\nShould you need assistance with New Relic products, you are in good hands with several support diagnostic tools and support channels.\n\nThis `troubleshooting framework <https://discuss.newrelic.com/t/troubleshooting-frameworks/108787>`_ steps you through common troubleshooting questions.\n\nNew Relic offers NRDiag, `a client-side diagnostic utility <https://docs.newrelic.com/docs/using-new-relic/cross-product-functions/troubleshooting/new-relic-diagnostics>`_ 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.\n\nIf the issue has been confirmed as a bug or is a Feature request, please file a Github issue.\n\nSupport Channels\n^^^^^^^^^^^^^^^^\n\n* `New Relic Documentation <https://docs.newrelic.com/docs/agents/python-agent>`_: Comprehensive guidance for using our platform\n* `New Relic Community <https://discuss.newrelic.com/c/support-products-agents/python-agent>`_: The best place to engage in troubleshooting questions\n* `New Relic Developer <https://developer.newrelic.com/>`_: Resources for building a custom observability applications\n* `New Relic University <https://learn.newrelic.com/>`_: A range of online training for New Relic users of every level\n* `New Relic Technical Support <https://support.newrelic.com/>`_ 24/7/365 ticketed support. Read more about our `Technical Support Offerings <https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/support-plan>`_.\n\nPrivacy\n-------\n\nAt 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.\n\nWe 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.\n\nPlease review `New Relic's General Data Privacy Notice <https://newrelic.com/termsandconditions/privacy>`_ for more information.\n\nProduct Roadmap\n---------------\n\nSee our `roadmap <./ROADMAP.md>`_, to learn more about our product vision, understand our plans, and provide us valuable feedback.\n\nContributing\n------------\n\nWe encourage your contributions to improve the New Relic Python Agent! Keep in\nmind when you submit your pull request, you'll need to sign the CLA via the\nclick-through using CLA-Assistant. You only have to sign the CLA one time per\nproject. If you have any questions, or to execute our corporate CLA, required\nif your contribution is on behalf of a company, please drop us an email at\nopensource@newrelic.com.\n\nA note about vulnerabilities\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nAs noted in our `security policy <https://github.com/newrelic/newrelic-python-agent/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.\n\nIf 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 <https://docs.newrelic.com/docs/security/security-privacy/information-security/report-security-vulnerabilities/>`_.\n\nLicense\n-------\n\nThe New Relic Python Agent is licensed under the `Apache 2.0\n<http://apache.org/licenses/LICENSE-2.0.txt>`__ License. The New Relic Python\nAgent also uses source code from third-party libraries. You can find full\ndetails on which libraries are used and the terms under which they are licensed\nin the third-party notices document.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "New Relic Python Agent",
    "version": "9.9.0",
    "project_urls": {
        "Homepage": "https://docs.newrelic.com/docs/apm/agents/python-agent/",
        "Source": "https://github.com/newrelic/newrelic-python-agent"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5352882225e8b385698f77d5e2da7688bf1ba779f006c166cef7ae726f5c95f7",
                "md5": "e7066aa43febc0e1780176211fb2b853",
                "sha256": "db32fa04d69bbb742401c124a6cec158e6237a21af4602dbf53e4630ea9dd068"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp27-cp27m-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7066aa43febc0e1780176211fb2b853",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820844,
            "upload_time": "2024-04-18T22:55:43",
            "upload_time_iso_8601": "2024-04-18T22:55:43.875219Z",
            "url": "https://files.pythonhosted.org/packages/53/52/882225e8b385698f77d5e2da7688bf1ba779f006c166cef7ae726f5c95f7/newrelic-9.9.0-cp27-cp27m-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8584d28f43c16e28048ac78e0bdbd13a95c66e179868be23b9205ae51736df7f",
                "md5": "52aa87bcd84a18dd0eca517d83f4603b",
                "sha256": "9dbf35914d0bbf1294d8eb6fa5357d072238c6c722726c2ee20b9c1e35b8253d"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp27-cp27m-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52aa87bcd84a18dd0eca517d83f4603b",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820844,
            "upload_time": "2024-04-18T22:55:47",
            "upload_time_iso_8601": "2024-04-18T22:55:47.671058Z",
            "url": "https://files.pythonhosted.org/packages/85/84/d28f43c16e28048ac78e0bdbd13a95c66e179868be23b9205ae51736df7f/newrelic-9.9.0-cp27-cp27m-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d2e0d2a939d7038eb880c18884204aef049460fdd4122a49a0ae7bc699c09a5",
                "md5": "610f04793ef04e7015c9d6963b47eb33",
                "sha256": "e6cb86aa2f7230ee9dcb5f9f8821c7090566419def5537a44240f978b680c4f7"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp27-cp27mu-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "610f04793ef04e7015c9d6963b47eb33",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820827,
            "upload_time": "2024-04-18T22:55:49",
            "upload_time_iso_8601": "2024-04-18T22:55:49.883287Z",
            "url": "https://files.pythonhosted.org/packages/2d/2e/0d2a939d7038eb880c18884204aef049460fdd4122a49a0ae7bc699c09a5/newrelic-9.9.0-cp27-cp27mu-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b96570ac546f46b9c6812e87888a0b5a02fdadf6ea0018d190de321f8661adbf",
                "md5": "0e479d831c14491c938cb16638ccc853",
                "sha256": "a91dea75f8c202a6a553339a1997983224465555a3f8d7294b24de1e2bee5f05"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp27-cp27mu-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e479d831c14491c938cb16638ccc853",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820830,
            "upload_time": "2024-04-18T22:55:52",
            "upload_time_iso_8601": "2024-04-18T22:55:52.315314Z",
            "url": "https://files.pythonhosted.org/packages/b9/65/70ac546f46b9c6812e87888a0b5a02fdadf6ea0018d190de321f8661adbf/newrelic-9.9.0-cp27-cp27mu-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95216d682058860a8c656653178e6e53680eb8f9864d0feefebbccf664a13640",
                "md5": "466475bb0f893f1e49beab5c899385ed",
                "sha256": "dac3b74bd801513e8221f05a01a294405eda7f4922fce5b174e5e33c222ae09d"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "466475bb0f893f1e49beab5c899385ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820299,
            "upload_time": "2024-04-18T22:55:54",
            "upload_time_iso_8601": "2024-04-18T22:55:54.584431Z",
            "url": "https://files.pythonhosted.org/packages/95/21/6d682058860a8c656653178e6e53680eb8f9864d0feefebbccf664a13640/newrelic-9.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd5ea126b9c056190d26c1c1965fcad4cbae07fbb90013220fcddd38cbb63e62",
                "md5": "534b08973b7f448f0428e14c43a81e68",
                "sha256": "a257995d832858cf7c56bcfb1911f3379f9d3e795d7357f56f035f1b60339ea0"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "534b08973b7f448f0428e14c43a81e68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 818782,
            "upload_time": "2024-04-18T22:55:57",
            "upload_time_iso_8601": "2024-04-18T22:55:57.010030Z",
            "url": "https://files.pythonhosted.org/packages/bd/5e/a126b9c056190d26c1c1965fcad4cbae07fbb90013220fcddd38cbb63e62/newrelic-9.9.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b326c689bc53e88f7e7f7a1ce49df114cff050bd8bb32b7f877e6accaa2bb57c",
                "md5": "a43fbd48be612b33dcd8317ae8e5ce99",
                "sha256": "04cd3fc7087513a4786908a9b0a7475db154c888ac9d2de251f8abb93353a4a7"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a43fbd48be612b33dcd8317ae8e5ce99",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 832433,
            "upload_time": "2024-04-18T22:55:59",
            "upload_time_iso_8601": "2024-04-18T22:55:59.607870Z",
            "url": "https://files.pythonhosted.org/packages/b3/26/c689bc53e88f7e7f7a1ce49df114cff050bd8bb32b7f877e6accaa2bb57c/newrelic-9.9.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff438acc34c82d6ae6f0958eb520e69d97953f2129e570af5e4982c96554d603",
                "md5": "4902c5ec605c173ee91ab44d631e449c",
                "sha256": "26713f779cf23bb29c6b408436167059d0c8ee1475810dc1b0efe858fe578f25"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4902c5ec605c173ee91ab44d631e449c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 832426,
            "upload_time": "2024-04-18T22:56:02",
            "upload_time_iso_8601": "2024-04-18T22:56:02.133426Z",
            "url": "https://files.pythonhosted.org/packages/ff/43/8acc34c82d6ae6f0958eb520e69d97953f2129e570af5e4982c96554d603/newrelic-9.9.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d072acec8a86d0ab99a888cb877babcd191421d6a663d931099dd7f0457d416",
                "md5": "df058aed63b41f04bbcbb9e38b8ab8bf",
                "sha256": "cf3c13d264cd089d467e9848fb6875907940202d22475b506a70683f04ef82af"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "df058aed63b41f04bbcbb9e38b8ab8bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 820807,
            "upload_time": "2024-04-18T22:56:04",
            "upload_time_iso_8601": "2024-04-18T22:56:04.571527Z",
            "url": "https://files.pythonhosted.org/packages/1d/07/2acec8a86d0ab99a888cb877babcd191421d6a663d931099dd7f0457d416/newrelic-9.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca65314d5a48fc7afd094a74f7330b79b2fea2cad1c3579c8e7ecd898d37c7ad",
                "md5": "dc5a97aa1adfb6343af8fb34a0108c0b",
                "sha256": "a57ff176818037983589c15b6dca03841fcef1429c279f5948800caa333fb476"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc5a97aa1adfb6343af8fb34a0108c0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 819292,
            "upload_time": "2024-04-18T22:56:06",
            "upload_time_iso_8601": "2024-04-18T22:56:06.529101Z",
            "url": "https://files.pythonhosted.org/packages/ca/65/314d5a48fc7afd094a74f7330b79b2fea2cad1c3579c8e7ecd898d37c7ad/newrelic-9.9.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0327ef1cb0a6f4c8aae19ae791803f779f8c727d9caed983f8ead19d9e7f74f",
                "md5": "bbfcc26c74a11243b803e9f7ab670e48",
                "sha256": "63b230dd5d093874c0137eddc738cb028e17326d2a8a98cbc12c665bbdf6ec67"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bbfcc26c74a11243b803e9f7ab670e48",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 835037,
            "upload_time": "2024-04-18T22:56:08",
            "upload_time_iso_8601": "2024-04-18T22:56:08.755131Z",
            "url": "https://files.pythonhosted.org/packages/a0/32/7ef1cb0a6f4c8aae19ae791803f779f8c727d9caed983f8ead19d9e7f74f/newrelic-9.9.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "801c20b40391ca27f6ca2ff725e480fe0aadd27ae414b4da97b7f3bd4b0ee609",
                "md5": "ecb56e5a2ea8fbb7aa7afc6d9cc87ddd",
                "sha256": "4cf5d85a4a8e8de6e0aeb7a76afad9264d0c0dc459bc3f1a8b02a0e48a9a26da"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ecb56e5a2ea8fbb7aa7afc6d9cc87ddd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 835036,
            "upload_time": "2024-04-18T22:56:11",
            "upload_time_iso_8601": "2024-04-18T22:56:11.881626Z",
            "url": "https://files.pythonhosted.org/packages/80/1c/20b40391ca27f6ca2ff725e480fe0aadd27ae414b4da97b7f3bd4b0ee609/newrelic-9.9.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01f6b850f26b471af1df310c80bbfbe0ea89c821483dc5e0f81627cd83642f2a",
                "md5": "0c8bbddc7ab59a40fc4ee648303e888c",
                "sha256": "de2ac509f8730fc6f6819f13a9ebbe52865397d526ca4dbe963a0e9865bb0500"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0c8bbddc7ab59a40fc4ee648303e888c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 827036,
            "upload_time": "2024-04-18T22:56:13",
            "upload_time_iso_8601": "2024-04-18T22:56:13.627004Z",
            "url": "https://files.pythonhosted.org/packages/01/f6/b850f26b471af1df310c80bbfbe0ea89c821483dc5e0f81627cd83642f2a/newrelic-9.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30dab27dcc3f259a016ac7fcf2720ec2144a25f8916b74e8383d1f4b6a2e59de",
                "md5": "9f70fb50a8445f9540f56544752a7f9c",
                "sha256": "d8304317ff27bb50fd94f1e6e8c3ae0c59151ee85de2ea0269dbe7e982512c45"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9f70fb50a8445f9540f56544752a7f9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 826711,
            "upload_time": "2024-04-18T22:56:15",
            "upload_time_iso_8601": "2024-04-18T22:56:15.862385Z",
            "url": "https://files.pythonhosted.org/packages/30/da/b27dcc3f259a016ac7fcf2720ec2144a25f8916b74e8383d1f4b6a2e59de/newrelic-9.9.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dc8fc4d743735dc5cabf28eacfba2934d70f5bd2e592c4aab593ee967b12cc9",
                "md5": "f9d8e56f926852297f23eec3157c10cb",
                "sha256": "b773ee74d869bf632ce1e12903cc8e7ae8b5697ef9ae97169ed263a5d3a87f76"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f9d8e56f926852297f23eec3157c10cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 839665,
            "upload_time": "2024-04-18T22:56:17",
            "upload_time_iso_8601": "2024-04-18T22:56:17.639514Z",
            "url": "https://files.pythonhosted.org/packages/2d/c8/fc4d743735dc5cabf28eacfba2934d70f5bd2e592c4aab593ee967b12cc9/newrelic-9.9.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1987d2617244ecd15666d9db4873697fadbbdfdd343fb52158813739b659ed3c",
                "md5": "35e00be6868516daffc065e04dc4c36b",
                "sha256": "4356690cbc9e5e662defa2af15aba05901cf9b285a8d02aeb90718e84dd6d779"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35e00be6868516daffc065e04dc4c36b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 840959,
            "upload_time": "2024-04-18T22:56:19",
            "upload_time_iso_8601": "2024-04-18T22:56:19.867275Z",
            "url": "https://files.pythonhosted.org/packages/19/87/d2617244ecd15666d9db4873697fadbbdfdd343fb52158813739b659ed3c/newrelic-9.9.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a611f5f8867272bcd369485702e116030f855c0dcd8ad31661e18801d54d9b38",
                "md5": "7ed5373dda4091799a13126c12a78802",
                "sha256": "c4e12ead3602ca2c188528fde444f8ab953b504b095d70265303bbf132908eb7"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7ed5373dda4091799a13126c12a78802",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 817883,
            "upload_time": "2024-04-18T22:56:21",
            "upload_time_iso_8601": "2024-04-18T22:56:21.869180Z",
            "url": "https://files.pythonhosted.org/packages/a6/11/f5f8867272bcd369485702e116030f855c0dcd8ad31661e18801d54d9b38/newrelic-9.9.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53f5c22e6a48e3fb136c54d0a6defd1439b7f2d5a496740496fbda9362491b83",
                "md5": "1198f407ffc1104b0ad6453d31e63e89",
                "sha256": "b64a61f2f228b70f91c06a0bd82e2645c6b75ddbd50587f94a67c89ef6d5d854"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1198f407ffc1104b0ad6453d31e63e89",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 816535,
            "upload_time": "2024-04-18T22:56:24",
            "upload_time_iso_8601": "2024-04-18T22:56:24.176921Z",
            "url": "https://files.pythonhosted.org/packages/53/f5/c22e6a48e3fb136c54d0a6defd1439b7f2d5a496740496fbda9362491b83/newrelic-9.9.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ced090ef06a271d371193aed2604abfad461194e481aaa483daf17d4a3d39cd",
                "md5": "1b60ea15e7e0c99f3b827a2777a67458",
                "sha256": "b60f66132a42ec8c67fd26b8082cc3a0626192283dc9b5716a66203a58f10d30"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1b60ea15e7e0c99f3b827a2777a67458",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 832292,
            "upload_time": "2024-04-18T22:56:25",
            "upload_time_iso_8601": "2024-04-18T22:56:25.834681Z",
            "url": "https://files.pythonhosted.org/packages/9c/ed/090ef06a271d371193aed2604abfad461194e481aaa483daf17d4a3d39cd/newrelic-9.9.0-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "262c5f8c69e089b02f7927171bb0b7abe74a6087f727f09946a5c384cb266352",
                "md5": "790b20fa03b244442d20dfded63e98ab",
                "sha256": "834ce8de7550bc444aed6c2afc1436c04485998e46f429e41b89d66ab85f0fbb"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "790b20fa03b244442d20dfded63e98ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 832523,
            "upload_time": "2024-04-18T22:56:27",
            "upload_time_iso_8601": "2024-04-18T22:56:27.621392Z",
            "url": "https://files.pythonhosted.org/packages/26/2c/5f8c69e089b02f7927171bb0b7abe74a6087f727f09946a5c384cb266352/newrelic-9.9.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c43e46b89796c654140c15f33d2d6c02123ab2d998fe38d53d009b17429c9c22",
                "md5": "05926b3029f9cd643c0aa03d131e2772",
                "sha256": "57451807f600331a94ad1ec66e3981523b0516d5b2dd9fd078e7f3d6c9228913"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "05926b3029f9cd643c0aa03d131e2772",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 824538,
            "upload_time": "2024-04-18T22:56:29",
            "upload_time_iso_8601": "2024-04-18T22:56:29.898703Z",
            "url": "https://files.pythonhosted.org/packages/c4/3e/46b89796c654140c15f33d2d6c02123ab2d998fe38d53d009b17429c9c22/newrelic-9.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "521b16da2374d38d8cec98d38c22ca8fe9af70858b5210785cd4bfde5748dac1",
                "md5": "8e44ac2db44cc9ce7e80763db79abfe8",
                "sha256": "f48898e268dcaa14aa1b6d5c8b8d10f3f4396589a37be10a06bb5ba262ef0541"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e44ac2db44cc9ce7e80763db79abfe8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 822953,
            "upload_time": "2024-04-18T22:56:31",
            "upload_time_iso_8601": "2024-04-18T22:56:31.730832Z",
            "url": "https://files.pythonhosted.org/packages/52/1b/16da2374d38d8cec98d38c22ca8fe9af70858b5210785cd4bfde5748dac1/newrelic-9.9.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6382dfbd2edb89011f87c554b05776deecc84592f63f0a2d546b7dab27f2b44",
                "md5": "ebb6f391ca8ac7f9645e43e76bd2755e",
                "sha256": "2ffcbdb706de1bbaa36acd0c9b487a08895a420020bcf775be2d80c7df29b56c"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ebb6f391ca8ac7f9645e43e76bd2755e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 835786,
            "upload_time": "2024-04-18T22:56:34",
            "upload_time_iso_8601": "2024-04-18T22:56:34.202924Z",
            "url": "https://files.pythonhosted.org/packages/e6/38/2dfbd2edb89011f87c554b05776deecc84592f63f0a2d546b7dab27f2b44/newrelic-9.9.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b56ab731e04f7bf0ed431897e90f29cd453a7e0c34b5e002e76c5f65a14e2ef7",
                "md5": "978151f85810e337020adaf7ccabf1bb",
                "sha256": "5b40155f9712e75c00d03cdec8272f6cf8eaa05ea2ed22bb5ecc96ed86017b47"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "978151f85810e337020adaf7ccabf1bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 835756,
            "upload_time": "2024-04-18T22:56:36",
            "upload_time_iso_8601": "2024-04-18T22:56:36.549670Z",
            "url": "https://files.pythonhosted.org/packages/b5/6a/b731e04f7bf0ed431897e90f29cd453a7e0c34b5e002e76c5f65a14e2ef7/newrelic-9.9.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24bdeaa3cd948f3f368dd2101e8328566bf6e346f7aeae4ad3f29628961d9df4",
                "md5": "8f5961d0c7ae48e61d7b75176af60dd5",
                "sha256": "47efe8fc4dc14b0f265d635639f94ef5a071b5e5ebbf41ecf0946fce071c49e6"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8f5961d0c7ae48e61d7b75176af60dd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 819800,
            "upload_time": "2024-04-18T22:56:39",
            "upload_time_iso_8601": "2024-04-18T22:56:39.053764Z",
            "url": "https://files.pythonhosted.org/packages/24/bd/eaa3cd948f3f368dd2101e8328566bf6e346f7aeae4ad3f29628961d9df4/newrelic-9.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27a21b8409efa0a12b87a2a5981f77bd67370b5b9ee919126e9efb9324d5d0eb",
                "md5": "f4a3a7b7452a0e7643d56c926102d8f5",
                "sha256": "df6198259dae01212b39079add58e0ef7311cf01734adea51fec4d2f7a9fafec"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4a3a7b7452a0e7643d56c926102d8f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 818293,
            "upload_time": "2024-04-18T22:56:40",
            "upload_time_iso_8601": "2024-04-18T22:56:40.739660Z",
            "url": "https://files.pythonhosted.org/packages/27/a2/1b8409efa0a12b87a2a5981f77bd67370b5b9ee919126e9efb9324d5d0eb/newrelic-9.9.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28828526d20eba45cd3a7054f1737d97fe1076aff5be06e9db366d6968db88e3",
                "md5": "12348aff63182857caf47ee64cb1b85b",
                "sha256": "f0d8c8f66aba3629f0f17a1d2314beb2984ad7c485dd318ef2d5f257c040981d"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "12348aff63182857caf47ee64cb1b85b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 831836,
            "upload_time": "2024-04-18T22:56:42",
            "upload_time_iso_8601": "2024-04-18T22:56:42.629550Z",
            "url": "https://files.pythonhosted.org/packages/28/82/8526d20eba45cd3a7054f1737d97fe1076aff5be06e9db366d6968db88e3/newrelic-9.9.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21b78195960f1b79603c0e9946c751f3541180f2288e550ae2d2128a63068f13",
                "md5": "4e0cbe02a61030a5116399d3556b4252",
                "sha256": "1743df0e72bf559b61112763a71c35e5d456a509ba4dde2bdbaa88d894f1812a"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e0cbe02a61030a5116399d3556b4252",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 831894,
            "upload_time": "2024-04-18T22:56:44",
            "upload_time_iso_8601": "2024-04-18T22:56:44.468677Z",
            "url": "https://files.pythonhosted.org/packages/21/b7/8195960f1b79603c0e9946c751f3541180f2288e550ae2d2128a63068f13/newrelic-9.9.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2b512f4670534114603c219b151ab6f5925c0c5540405718bb8bf3754b5ea6",
                "md5": "33b572c592e882b37362fce4c76ddb46",
                "sha256": "2182673a01f04a0ed4a0bb3f49e8fa869044c37558c8f409c96de13105f58a57"
            },
            "downloads": -1,
            "filename": "newrelic-9.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "33b572c592e882b37362fce4c76ddb46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1138973,
            "upload_time": "2024-04-18T22:56:46",
            "upload_time_iso_8601": "2024-04-18T22:56:46.330365Z",
            "url": "https://files.pythonhosted.org/packages/0d/2b/512f4670534114603c219b151ab6f5925c0c5540405718bb8bf3754b5ea6/newrelic-9.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 22:56:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "newrelic",
    "github_project": "newrelic-python-agent",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "newrelic"
}
        
Elapsed time: 0.31596s