the objective of this repository is to explore mecanism through python. All tests generate markdown documentation to help visualize.
- exploring JSON serialisation, filtering and sorting list, object extanding
- it explore pokémons card from pokemon-tcg-data, it require
pip install pokemontcgsdk
- it show mapping informations from json data to python object using
from_dict()
fromdacite
- it show object extanding (extanding
Card
with objectCardExtanded
to map additional informations) - it show filtering and sorting list through object attribute
- it explore pokémons card from pokemon-tcg-data, it require
pip install -U pytest
execute pytest
(or python -m pytest
)
you can see generated documentation in documentation folder