Client to get Digimon
Project description
pydigimon
Python implementation of the Digimon API by Shadow Smith.
Installation
pip install pydigimon
Usage
from digimon.client import DigimonClient
client = DigimonClient()
response = client.get_digimon_by_name("agumon")
print(response.json())
Packaging and releases
Automated flow
Packaging is automated with github actions. To release a new version:
- tag release commit with
git tag x.y.z
- push tag to github
git push origin --tags
- in github, make a new release from the tag
- the github action is triggered
Manual release
To manually build package and publish to pypi:
python3 -m build
python3 -m twine upload 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
pydigimon-0.0.5.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for pydigimon-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f001e262d56c433bec49ce5aa3a93634eedf31b33d56d6d962b861365acf77a8 |
|
MD5 | c764036a3145cb8ae3ed3de59e41bb15 |
|
BLAKE2b-256 | 686472620bace85690ff4dd2b3f11ce114d59b5defa1884d54af3a3a67962d22 |