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.1.2.tar.gz
(63.5 kB
view details)
Built Distribution
File details
Details for the file blaseball-mike-6.1.2.tar.gz
.
File metadata
- Download URL: blaseball-mike-6.1.2.tar.gz
- Upload date:
- Size: 63.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71fc7a80ffdef1f24fac5968ce23dcc94dfe10dad7aef5cdebb0ad2964c28b92 |
|
MD5 | 129f9788b3865759d9fa68072863a2d9 |
|
BLAKE2b-256 | dddb56fcd799a9257e610417cb7974edc63a5e13991dee83e892311710a631b3 |
File details
Details for the file blaseball_mike-6.1.2-py3-none-any.whl
.
File metadata
- Download URL: blaseball_mike-6.1.2-py3-none-any.whl
- Upload date:
- Size: 81.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9448e21a04a2e16bce30efb3b1e4992e008f734fcb4c22df4f981ca1638a511c |
|
MD5 | 9d11bee31cd2ced72bec7ac384b8c515 |
|
BLAKE2b-256 | 1efa3082e1f009d7e9d09294610d8078b868023868fbaeff2f291728193f4c3d |