Skip to main content

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


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)

Uploaded Source

Built Distribution

pydigimon-0.0.5-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page