Read-only Python wrapper around blaseball game API
Project description
blaseball-mike
Totally not a microphone to the blaseball API
This is a python wrapper over blaseball's public APIs, including player/team/game fetches, as well as deserialization of the event stream.
Installation
pip install blaseball-mike
Docs
Full API documentation can be found at https://jmaliksi.github.io/blaseball-mike/
Development
macOS/unix setup:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Publishing to pypi
Automatic (recommended)
- Bump version in
setup.py
. Use [https://semver.org/ semver], ie fixes are a patch, new features are a minor, and breaking changes are a major. - Draft new release
- Name new tag with the version in
setup.py
. Add useful description. - Publishing will automatically kick off a github action to publish
Manual (use in case something goes wrong with auto publish)
- Bump version in
setup.py
. Use [https://semver.org/ semver], ie fixes are a patch, new features are a minor, and breaking changes are a major. - Delete
dist/*
andbuild/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload -r pypi dist/*
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
blaseball-mike-6.11.0.tar.gz
(64.9 kB
view details)
Built Distribution
File details
Details for the file blaseball-mike-6.11.0.tar.gz
.
File metadata
- Download URL: blaseball-mike-6.11.0.tar.gz
- Upload date:
- Size: 64.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 605022bba6cedb62b036451f7a685a69be60c0804f391a05c14d8f58ec2757f8 |
|
MD5 | 4bfd390e7f66c4f36f55bfafebea3e6d |
|
BLAKE2b-256 | 252844a65ccd6d187339d371d7aadcb71c5ac703565588292a57c827be346784 |
File details
Details for the file blaseball_mike-6.11.0-py3-none-any.whl
.
File metadata
- Download URL: blaseball_mike-6.11.0-py3-none-any.whl
- Upload date:
- Size: 82.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ca653a5210f60a0ebbd0a0783efc26509f068b6c6de35bd15156fe1b110aafe |
|
MD5 | 76830b5c0d67b7bed61474ffbf9fa538 |
|
BLAKE2b-256 | 9b11a2376483d9f96d071ba95a6698343e1759a659073128dd2818e3488362b2 |