skyblock-repo 1.0.1__cp312-cp312-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.
@@ -0,0 +1,5 @@
1
+ from .skyblock_repo import *
2
+
3
+ __doc__ = skyblock_repo.__doc__
4
+ if hasattr(skyblock_repo, "__all__"):
5
+ __all__ = skyblock_repo.__all__
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: skyblock-repo
3
+ Version: 1.0.1
4
+ Summary: Cargo package to interface with the Skyblock Repo
5
+ Keywords: skyblock,hypixel,hypixel-skyblock
6
+ Home-Page: https://skyblockrepo.com
7
+ License: MIT
8
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
9
+ Project-URL: Source Code, https://github.com/SkyblockRepo/RepoRS
10
+
11
+ # skyblock-repo-rs
12
+
13
+ Cargo package to interface with the [Skyblock Repo]
14
+
15
+ ### Adding to your project
16
+
17
+ ```sh
18
+ cargo add skyblock-repo
19
+ ```
20
+
21
+ ### Usage
22
+
23
+ Look at the [examples](./examples/) for how to use.
24
+
25
+ [Skyblock Repo]: https://skyblockrepo.com
26
+
@@ -0,0 +1,7 @@
1
+ skyblock_repo-1.0.1.dist-info/METADATA,sha256=TWfolqwGgFnEiwtg8tND3wAJ-_rnKFznUi_osStUcSQ,586
2
+ skyblock_repo-1.0.1.dist-info/WHEEL,sha256=NOMs1MdVcEWyaeT2j95Z65pmYXrQCtsVAd0_H3LkRg0,108
3
+ skyblock_repo.libs/libcrypto-54fe504c.so.3,sha256=Mq_SGJeI0TBl6ABx9GDwV6DqI5N5MFMrPIOiqEwdUsY,7782152
4
+ skyblock_repo.libs/libssl-5bd4a0f8.so.3,sha256=CKrMPbBaUfjqmO2SiaJ4UwlJabaVFx0kDfFy9qiCTX0,1393296
5
+ skyblock_repo/__init__.py,sha256=6AXeohnPkEVntwuE3LoiWeLKuVznq0fSysrHtwvw6M4,135
6
+ skyblock_repo/skyblock_repo.cpython-312-x86_64-linux-gnu.so,sha256=1Klt7pWlym7qoM-AyOYnFuBWqGvSZKgartmb-g31MkM,3012080
7
+ skyblock_repo-1.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.9.4)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-manylinux_2_34_x86_64
Binary file