decasify 0.11.3__cp314-cp314-manylinux_2_34_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.
decasify/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .decasify import *
2
+
3
+ __doc__ = decasify.__doc__
4
+ if hasattr(decasify, "__all__"):
5
+ __all__ = decasify.__all__
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: decasify
3
+ Version: 0.11.3
4
+ Classifier: Development Status :: 5 - Production/Stable
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: Natural Language :: English
7
+ Classifier: Natural Language :: Turkish
8
+ Classifier: Programming Language :: Python :: Implementation :: CPython
9
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
10
+ Classifier: Programming Language :: Rust
11
+ Classifier: Topic :: Text Processing :: Filters
12
+ Requires-Dist: cffi
13
+ Home-Page: https://github.com/alerque/decasify
14
+ Requires-Python: >=3.8
@@ -0,0 +1,5 @@
1
+ decasify/__init__.py,sha256=w7wubljbu3yM4Rd0012M9wnFT1IXBOdn5cv64KwVQE4,115
2
+ decasify/decasify.cpython-314-x86_64-linux-gnu.so,sha256=CKqVbNeTZiX8tM37ykrDZIol8NyHJQJZ5MiFJGR6z94,2064680
3
+ decasify-0.11.3.dist-info/METADATA,sha256=UFdRmDMk_3rHChBoj5edr9Qexd02FjMOpYrzih4RvZQ,553
4
+ decasify-0.11.3.dist-info/WHEEL,sha256=aMrEAxdYrpTIolH06bzcZ6LIhC-U3LzODoZs-1EehhM,109
5
+ decasify-0.11.3.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: cp314-cp314-manylinux_2_34_x86_64