leanqueue 0.1.0__cp38-abi3-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.
leanqueue/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .leanqueue import *
2
+
3
+ __doc__ = leanqueue.__doc__
4
+ if hasattr(leanqueue, "__all__"):
5
+ __all__ = leanqueue.__all__
Binary file
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: leanqueue
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
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: POSIX :: Linux
10
+ Classifier: Operating System :: Microsoft :: Windows
11
+ Classifier: Operating System :: MacOS
12
+ Requires-Dist: orjson
13
+ Summary: Embedded, durable, crash-resistant message queue (Rust core + Python)
14
+ Author-email: Carlo Moro <cnmoro@gmail.com>
15
+ Requires-Python: >=3.8
16
+ Project-URL: Repository, https://github.com/cnmoro
@@ -0,0 +1,7 @@
1
+ leanqueue/__init__.py,sha256=DF5Xc6aGJtTVc0qiiDp-OOy55KzTCqftY2gZImOwQnE,119
2
+ leanqueue/leanqueue.pyd,sha256=1wVNXXui3W0qpx57Y72dZpbw9JAwFLUUpKN9w7VwniE,405504
3
+ leanqueue-0.1.0.dist-info/METADATA,sha256=PHllae4GeRCSKREt6TmhTI_rBDfwjM8_kjxLc1GEpzY,691
4
+ leanqueue-0.1.0.dist-info/WHEEL,sha256=fdxqql7XL4cnyN7OrL_SjRKCGgYJBps58hHqX7lIgJ8,95
5
+ leanqueue-0.1.0.dist-info/sboms/leanqueue.cyclonedx.json,sha256=ZtaxobVJaAK6QNoYmV3M3cby79-gDfLsBG4XjNRHj8o,30000
6
+ leanqueuedb.py,sha256=THv19dGjwu6Ml8ErApTrYTcj6EvgMx3DiAcvBERCPEA,13949
7
+ leanqueue-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.13.3)
3
+ Root-Is-Purelib: false
4
+ Tag: cp38-abi3-win_amd64