sentry-options 0.0.3__cp311-abi3-macosx_10_12_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ from .sentry_options import *
2
+
3
+ __doc__ = sentry_options.__doc__
4
+ if hasattr(sentry_options, "__all__"):
5
+ __all__ = sentry_options.__all__
Binary file
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: sentry_options
3
+ Version: 0.0.3
4
+ Classifier: Programming Language :: Python :: 3
5
+ Classifier: Programming Language :: Python :: 3 :: Only
6
+ Classifier: Programming Language :: Python :: Implementation :: CPython
7
+ Classifier: Programming Language :: Rust
8
+ Requires-Dist: maturin ; extra == 'dev'
9
+ Requires-Dist: pytest ; extra == 'dev'
10
+ Provides-Extra: dev
11
+ Summary: Python client for sentry-options using Rust validation
12
+ Author-email: Sentry <oss@sentry.io>
13
+ License-Expression: Apache-2.0
14
+ Requires-Python: >=3.11
15
+ Project-URL: Homepage, https://github.com/getsentry/sentry-options
@@ -0,0 +1,5 @@
1
+ sentry_options-0.0.3.dist-info/METADATA,sha256=xth2ox6jNjqoqsL9eIEbM4nYOw9J1gMlOy_s6LGHknY,597
2
+ sentry_options-0.0.3.dist-info/WHEEL,sha256=Wi9QFXFe7NTsGd9k85gF95ralU_m7xyRS_gWSB8jXeA,106
3
+ sentry_options/__init__.py,sha256=UE873T1dXtU2Nq4FDB8JrMdwI6v8GOLjW53YXKoHFew,139
4
+ sentry_options/sentry_options.abi3.so,sha256=xbfUspNcTTPTi8mPKszrvfW25gU1CaHrbcfeSVsJc_4,6561084
5
+ sentry_options-0.0.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.10.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-abi3-macosx_10_12_x86_64