1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Metadata-Version: 2.1
Name: sentry-sdk
Version: 0.14.3
Summary: Python client for Sentry (https://getsentry.com)
Home-page: https://github.com/getsentry/sentry-python
Author: Sentry Team and Contributors
Author-email: hello@getsentry.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: urllib3 (>=1.10.0)
Requires-Dist: certifi
Provides-Extra: aiohttp
Requires-Dist: aiohttp (>=3.5) ; extra == 'aiohttp'
Provides-Extra: beam
Requires-Dist: beam (>=2.12) ; extra == 'beam'
Provides-Extra: bottle
Requires-Dist: bottle (>=0.12.13) ; extra == 'bottle'
Provides-Extra: celery
Requires-Dist: celery (>=3) ; extra == 'celery'
Provides-Extra: django
Requires-Dist: django (>=1.8) ; extra == 'django'
Provides-Extra: falcon
Requires-Dist: falcon (>=1.4) ; extra == 'falcon'
Provides-Extra: flask
Requires-Dist: flask (>=0.11) ; extra == 'flask'
Requires-Dist: blinker (>=1.1) ; extra == 'flask'
Provides-Extra: pyspark
Requires-Dist: pyspark (>=2.4.4) ; extra == 'pyspark'
Provides-Extra: rq
Requires-Dist: 0.6 ; extra == 'rq'
Provides-Extra: sanic
Requires-Dist: sanic (>=0.8) ; extra == 'sanic'
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy (>=1.2) ; extra == 'sqlalchemy'
Provides-Extra: tornado
Requires-Dist: tornado (>=5) ; extra == 'tornado'
Sentry-Python - Sentry SDK for Python
=====================================
**Sentry-Python is an SDK for Sentry.** Check out `GitHub
<https://github.com/getsentry/sentry-python>`_ to find out more.
|