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