begonia 0.1.0__cp312-cp312-macosx_11_0_arm64.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.
begonia/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ from .pear import *
2
+
3
+
4
+ __doc__ = pear.__doc__
5
+ if hasattr(pear, "__all__"):
6
+ __all__ = pear.__all__
Binary file
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: begonia
3
+ Version: 0.1.0
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
9
+
10
+ # :begonia: begonia
11
+
@@ -0,0 +1,5 @@
1
+ begonia-0.1.0.dist-info/METADATA,sha256=ajbt-LluYM4lJHP8__Qx8uvT21Xyg2SgwBdoI70X-wg,346
2
+ begonia-0.1.0.dist-info/WHEEL,sha256=e_pkmRfvNwfhA3ReKBun4dlOSPa_df-kVPas-U1KpNY,104
3
+ begonia/__init__.py,sha256=MBMuSLg2zdu7CmtVcsxGvNWbBqv9LiwI6VzLj0Ar7vY,101
4
+ begonia/begonia.cpython-312-darwin.so,sha256=FBg_Ml4PF6-bbORpKBEt38otZeNvGBVzWj_p8m9_NyU,757184
5
+ begonia-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.8.3)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-macosx_11_0_arm64