asphalt-exceptions

View on PyPIReverse Dependencies (2)

2.2.0 asphalt_exceptions-2.2.0-py3-none-any.whl

Wheel Details

Project: asphalt-exceptions
Version: 2.2.0
Filename: asphalt_exceptions-2.2.0-py3-none-any.whl
Download: [link]
Size: 12670
MD5: ba9a7257791237b7b97628d73db7ccdf
SHA256: 6d5063729a220411183baed6601daca4524266d0eb8bb3a650e2ef5b4a184e55
Uploaded: 2024-01-02 20:03:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: asphalt-exceptions
Version: 2.2.0
Summary: Exception reporter component for the Asphalt framework
Author-Email: Alex Grönholm <alex.gronholm[at]nextday.fi>
Project-Url: Homepage, https://github.com/asphalt-framework/asphalt-exceptions
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: asphalt (~=4.6)
Requires-Dist: typing-extensions (>=4.6.0); python_version < "3.10"
Requires-Dist: asphalt-exceptions[raygun,sentry]; extra == "doc"
Requires-Dist: Sphinx (>=7); extra == "doc"
Requires-Dist: sphinx-rtd-theme (>=1.3.0); extra == "doc"
Requires-Dist: sphinx-autodoc-typehints (>=1.2.0); extra == "doc"
Requires-Dist: raygun4py (>=4.3); extra == "raygun"
Requires-Dist: sentry-sdk (>=1.5); extra == "sentry"
Requires-Dist: asphalt-exceptions[raygun,sentry]; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Provides-Extra: doc
Provides-Extra: raygun
Provides-Extra: sentry
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 1448 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
asphalt/exceptions/__init__.py sha256=SxYI4KvjreCaS03unl0hq1vXHgHEacdqgVhDamW44IA 3045
asphalt/exceptions/api.py sha256=g9DWRvzje_kNz3-jplPAkB0vE7klLwlTt6CDXjFq_7c 2008
asphalt/exceptions/component.py sha256=4C_tn0gOfVw_YuyrfWL-Pjn_QQUqDqfIRU9Jt9WYfnA 3783
asphalt/exceptions/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/exceptions/reporters/raygun.py sha256=LXgA4EeDYjhDOwoiT5rZXbuoZ0eJJy-ZH8Jz0VqSSTI 1137
asphalt/exceptions/reporters/sentry.py sha256=Wqbcd7gTSFDjc0kTyUFNvxChrPDxuxhw-5LbI7W1M4E 3734
asphalt_exceptions-2.2.0.dist-info/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
asphalt_exceptions-2.2.0.dist-info/METADATA sha256=ibgxAkZEekDfF0ecrqHOSQsHgA_CQa9eGHSYIcL-kf0 3255
asphalt_exceptions-2.2.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
asphalt_exceptions-2.2.0.dist-info/entry_points.txt sha256=MzQyzJNI3PQsTBXqCCwRCyhKEs_tpq-5niTTjNL5SFs 260
asphalt_exceptions-2.2.0.dist-info/top_level.txt sha256=R-2hwgwPRuCBIBZvElxlXTU7XZdVGgdOGf_8pMfkK1w 8
asphalt_exceptions-2.2.0.dist-info/RECORD

top_level.txt

asphalt

entry_points.txt

exceptions = asphalt.exceptions.component:ExceptionReporterComponent
raygun = asphalt.exceptions.reporters.raygun:RaygunExceptionReporter
sentry = asphalt.exceptions.reporters.sentry:SentryExceptionReporter