A pythonic way to programmatically query for TCG card prices from PriceCharting.
pip install degensfrom degens import cli
# Example usage (currently just prints a message)
cli.main()You can also run it from the command line:
degenspytestpytest --cov=src --cov-report=xml