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.1.tar.gz
(63.5 kB
view details)
Built Distribution
File details
Details for the file blaseball-mike-6.1.1.tar.gz
.
File metadata
- Download URL: blaseball-mike-6.1.1.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 | 9609c771469741abcd81c442145f1132e0dc4e20eb091ff9707c8a59b5ad50e6 |
|
MD5 | 9820fdbebfc1c7d4307e1da3e8803893 |
|
BLAKE2b-256 | b860aa7ddaa5183450dea1050a836aca61bf8dd1029d783e809ff4c8190d9408 |
File details
Details for the file blaseball_mike-6.1.1-py3-none-any.whl
.
File metadata
- Download URL: blaseball_mike-6.1.1-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 | 9eb8da212a8d6263613a1f14da72931a66cb49f558a873f652e730f27ea864a4 |
|
MD5 | ed8ca1d54c3b310975e6bac15ee5460e |
|
BLAKE2b-256 | f4af3121ebf0c5a3d2ece1835ea9098f8d3f6cbb50c3b8bc267608c07328f694 |