ditto
ditto copied to clipboard
Tool for meta operations over PokéAPI data
This addresses Docker Compose build issue in Issue https://github.com/PokeAPI/ditto/issues/41
Running `docker-compose up --build` results in an error during `poetry install`. My guess is that the alpine image is missing essential build tools like `gcc`. Swapping this image out for...
Use CircleCI, add tests, make them a push blocker
It would be nice to set up some job somewhere that commits an update to the api/schema data on a regular basis. That way the static site deployment wouldn't need...
We should be able to use the collection of generated schemas to generate an always up-to-date API spec. This spec would be used to generate API clients and maybe even...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Just a small issue I noticed, when installing this as per the instructions (`pip3 install pokeapi-ditto`) this is not immediately compatible with MacOS, and likely other unix-based systems. There is...