skyblock-repo 1.0.1__cp312-cp312-manylinux_2_34_x86_64.whl → 1.0.2__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.
Binary file
|
@@ -1,23 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: skyblock-repo
|
3
|
-
Version: 1.0.
|
4
|
-
Summary: Cargo package to interface with the Skyblock Repo
|
3
|
+
Version: 1.0.2
|
4
|
+
Summary: Cargo/Python package to interface with the Skyblock Repo
|
5
5
|
Keywords: skyblock,hypixel,hypixel-skyblock
|
6
6
|
Home-Page: https://skyblockrepo.com
|
7
7
|
License: MIT
|
8
8
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
9
9
|
Project-URL: Source Code, https://github.com/SkyblockRepo/RepoRS
|
10
10
|
|
11
|
-
# skyblock-repo
|
11
|
+
# skyblock-repo
|
12
12
|
|
13
13
|
Cargo package to interface with the [Skyblock Repo]
|
14
14
|
|
15
15
|
### Adding to your project
|
16
16
|
|
17
|
+
Rust
|
17
18
|
```sh
|
18
19
|
cargo add skyblock-repo
|
19
20
|
```
|
20
21
|
|
22
|
+
Python
|
23
|
+
```sh
|
24
|
+
pip install skyblock-repo
|
25
|
+
```
|
26
|
+
|
21
27
|
### Usage
|
22
28
|
|
23
29
|
Look at the [examples](./examples/) for how to use.
|
@@ -1,7 +1,7 @@
|
|
1
|
-
skyblock_repo-1.0.
|
2
|
-
skyblock_repo-1.0.
|
1
|
+
skyblock_repo-1.0.2.dist-info/METADATA,sha256=gCvXuLUfehksYWSMecUV17IlMFlNbVcgE63AdhKPktc,639
|
2
|
+
skyblock_repo-1.0.2.dist-info/WHEEL,sha256=NOMs1MdVcEWyaeT2j95Z65pmYXrQCtsVAd0_H3LkRg0,108
|
3
3
|
skyblock_repo.libs/libcrypto-54fe504c.so.3,sha256=Mq_SGJeI0TBl6ABx9GDwV6DqI5N5MFMrPIOiqEwdUsY,7782152
|
4
4
|
skyblock_repo.libs/libssl-5bd4a0f8.so.3,sha256=CKrMPbBaUfjqmO2SiaJ4UwlJabaVFx0kDfFy9qiCTX0,1393296
|
5
5
|
skyblock_repo/__init__.py,sha256=6AXeohnPkEVntwuE3LoiWeLKuVznq0fSysrHtwvw6M4,135
|
6
|
-
skyblock_repo/skyblock_repo.cpython-312-x86_64-linux-gnu.so,sha256=
|
7
|
-
skyblock_repo-1.0.
|
6
|
+
skyblock_repo/skyblock_repo.cpython-312-x86_64-linux-gnu.so,sha256=oApY0LKKSzU0Ih4CcYKeCrnb8dd9JJKURhQ1BrwhDqQ,3012080
|
7
|
+
skyblock_repo-1.0.2.dist-info/RECORD,,
|
File without changes
|