Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

papermc_bibliothek-6.0.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

papermc_bibliothek-6.0.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page