secsgmlrs 0.1.1__cp313-cp313-win_amd64.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.
secsgmlrs/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .secsgmlrs import *
2
+
3
+ __doc__ = secsgmlrs.__doc__
4
+ if hasattr(secsgmlrs, "__all__"):
5
+ __all__ = secsgmlrs.__all__
Binary file
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: secsgmlrs
3
+ Version: 0.1.1
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Summary: SEC SGML filing parser
8
+ Requires-Python: >=3.8
@@ -0,0 +1,5 @@
1
+ secsgmlrs\__init__.py,sha256=DR1wYvA2Giz1hyhE9ExsgMWMqdzBDkdtbOtCPHl6atw,119
2
+ secsgmlrs\secsgmlrs.cp313-win_amd64.pyd,sha256=Lpvnh321iQPgv6PrujBZcaCQBcr4Za-XqCH0sSbrtww,290816
3
+ secsgmlrs-0.1.1.dist-info\METADATA,sha256=E7aTJ5rsU1Q_R1_iquvEmZz-t02UpnaIW0dbs-DEViY,290
4
+ secsgmlrs-0.1.1.dist-info\WHEEL,sha256=n_BmF69IyGtioVWE9c3M_zsEfe6-xMZy1v5HCL_6qE0,97
5
+ secsgmlrs-0.1.1.dist-info\RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.11.5)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64