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 details)
Built Distribution
File details
Details for the file pydigimon-0.0.5.tar.gz
.
File metadata
- Download URL: pydigimon-0.0.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 449329b7c73e536e2036e72b2ff726400113ac20b187e5478f15113ffb0b1628 |
|
MD5 | e59a8f461fe5e628c315b392b495e692 |
|
BLAKE2b-256 | aca62f851aef88a6184e33b66db7d30fb7c1302422a1f1cbee2e35ecd77dd797 |
File details
Details for the file pydigimon-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pydigimon-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f001e262d56c433bec49ce5aa3a93634eedf31b33d56d6d962b861365acf77a8 |
|
MD5 | c764036a3145cb8ae3ed3de59e41bb15 |
|
BLAKE2b-256 | 686472620bace85690ff4dd2b3f11ce114d59b5defa1884d54af3a3a67962d22 |