---
title: Python agent licenses
source: https://docs.newrelic.com/docs/licenses/product-or-service-licenses/new-relic-apm/python-agent-licenses
---

We love open-source software, and use the following in the New Relic Python Agent. Thank you, open-source community, for making these fine tools! Some of these are listed under multiple software licenses, and in that case we have listed the license we've chosen to use.

| **Library**                                                                  | **Copyright**                                                                                                                            | **License**                                                              |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [asgiref](https://pypi.org/project/asgiref/)                                 | Copyright © Django Software Foundation and individual contributors.                                                                      | [The BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) |
| [six](https://pypi.org/project/six)                                          | Copyright © 2010-2013 Benjamin Peterson                                                                                                  | [The MIT License](http://opensource.org/licenses/MIT)                    |
| [time.monotonic](https://docs.python.org/3/library/time.html#time.monotonic) | Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Python Software Foundation; All Rights Reserved | [Python Software Foundation](https://docs.python.org/3/license.html)     |
| [urllib3](https://pypi.org/project/urllib3)                                  | Copyright © 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)                                                              | [The MIT License](http://opensource.org/licenses/MIT)                    |
| [wrapt](https://pypi.org/project/wrapt)                                      | Copyright © 2013-2019, Graham Dumpleton All rights reserved.                                                                             | [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)  |

The remainder of the code is covered by the [New Relic agent license agreement](https://docs.newrelic.com/docs/licenses/license-information/other-licenses/new-relic-agent-license).
