README.md
setup.cfg
setup.py
facturapi/__init__.py
facturapi/version.py
facturapi/http/__init__.py
facturapi/http/client.py
facturapi/resources/__init__.py
facturapi/resources/base.py
facturapi/resources/customers.py
facturapi/resources/invoices.py
facturapi/resources/organizations.py
facturapi/resources/products.py
facturapi/resources/resources.py
facturapi/types/__init__.py
facturapi/types/enums.py
facturapi/types/exc.py
facturapi/types/general.py
facturapi/types/queries.py
facturapi/types/validators.py
facturapi_2.0.egg-info/PKG-INFO
facturapi_2.0.egg-info/SOURCES.txt
facturapi_2.0.egg-info/dependency_links.txt
facturapi_2.0.egg-info/not-zip-safe
facturapi_2.0.egg-info/requires.txt
facturapi_2.0.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/http/__init__.py
tests/http/conftest.py
tests/http/test_client.py
tests/resources/__init__.py
tests/resources/test_customers.py
tests/resources/test_invoices.py
tests/resources/test_resources.py
tests/types/__init__.py
tests/types/test_queries.py
tests/types/test_types.py