Metadata-Version: 2.1
Name: pyticketfood
Version: 0.2.0
Summary: Get transactions from ticket food card (ticket.pt)
Author-email: diogoaos <info@realpython.com>
Project-URL: Homepage, https://github.com/diogo-aos/pyticketfood
Keywords: api,parser,transactions
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: requests>=2.31
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# pyticketfood

The `pyticketfood` package is a simple wrapper to fetch transactions from Ticket food card.

# TODO

[ ] add simple CLI tool to show current balance and transactions
[ ] create pypi package
[ ] test login unsuccessfull, creds wrong (NOTE - ALL SUCCESSFULL TESTS REQUIRE VALID CRED)
[ ] test login successfull
[ ] test balance
[ ] test transactions
