LICENSE
README.md
pyproject.toml
pysilpo/__init__.py
pysilpo/client.py
pysilpo.egg-info/PKG-INFO
pysilpo.egg-info/SOURCES.txt
pysilpo.egg-info/dependency_links.txt
pysilpo.egg-info/requires.txt
pysilpo.egg-info/top_level.txt
pysilpo/services/__init__.py
pysilpo/services/authorization.py
pysilpo/services/cheque.py
pysilpo/services/product.py
pysilpo/services/store.py
pysilpo/utils/__init__.py
pysilpo/utils/cache.py
pysilpo/utils/cursor.py
pysilpo/utils/enums.py
pysilpo/utils/exceptions.py
pysilpo/utils/utils.py
tests/test_utils.py