bibliothek API client with CLI
Project description
papermc-bibliothek
pythonic bibliothek API wrapper
Installation
papermc-bibliothek requires python 3.9 or above
pip install papermc-bibliothek
poetry add papermc-bibliothek
API
All functions and classes are properly type hinted and documented with triple quotes. Please file an issue or pull request with any corrections if any issues are found.
You can refer to https://papermc.io/api if looking for a specific method, they are named similarly.
Basic Usage
from bibliothek import Bibliothek, BibliothekException
bibliothek = Bibliothek() # Create an instance of the Bibliothek class
try:
projects = bibliothek.get_projects()
print(projects) # ['paper', 'travertine', 'waterfall', 'velocity']
except BibliothekException as e: # Catch BibliothekException in case something goes wrong
print(f"Error: {e}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file papermc_bibliothek-6.0.1.tar.gz.
File metadata
- Download URL: papermc_bibliothek-6.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d80bb3feb2ba755b1e2ae9f11d5637e17df796e1938cf3da9385401bccd3ec5
|
|
| MD5 |
b253f679dff228cd8f5d2e70c150ba60
|
|
| BLAKE2b-256 |
4cb1bf4a53513f2b03e1496a0a7bb55e2606d86bdbb35dde2d6ac414d59a6f26
|
File details
Details for the file papermc_bibliothek-6.0.1-py3-none-any.whl.
File metadata
- Download URL: papermc_bibliothek-6.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13d9cb90810363542d383099383b748995e9abea3d9a8d9c172f78e24177bb30
|
|
| MD5 |
b35956af1721485c446d96dcb7bc2ef2
|
|
| BLAKE2b-256 |
366b2818c9e6996cf34c7106a6a4bfdf4a0d2df3090d63217e39cefceaf750d9
|