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.6.0.tar.gz
(64.2 kB
view details)
Built Distribution
File details
Details for the file blaseball-mike-6.6.0.tar.gz
.
File metadata
- Download URL: blaseball-mike-6.6.0.tar.gz
- Upload date:
- Size: 64.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e0da08727261e04052f571dee6a46a18e408bc8e31b2cbf7b62a28fd2c14e0b |
|
MD5 | 9d13d7d1417d9ec11191c0873c035416 |
|
BLAKE2b-256 | a3f524fd4586e7e2117056d2907afe602468311aaa7e9eb331a99e8ebdbb95dc |
File details
Details for the file blaseball_mike-6.6.0-py3-none-any.whl
.
File metadata
- Download URL: blaseball_mike-6.6.0-py3-none-any.whl
- Upload date:
- Size: 82.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad702ee3e9583c940591edb4def07a4b36afd53a5132b3cea00ca52e5084f6f2 |
|
MD5 | e799d5682a98cf0f39351fec02bb7617 |
|
BLAKE2b-256 | 21b047fa9c8923e54f2f4570efc07fe8e6d3a15d4be5d879758223435565dd37 |