The FreshBooks Python SDK allows you to more easily utilize the FreshBooks API.
pip install freshbooks-sdk
See the full documentation or check out some of our examples.
To run all tests:
make test
To run a single test with pytest:
py.test path/to/test/file.py
py.test path/to/test/file.py::TestClass::test_case
You can generate the documentation via:
make generate-docs