Skip to content

freshbooks/freshbooks-python-sdk

 
 

Repository files navigation

FreshBooks Python SDK

PyPI PyPI - Python Version GitHub Workflow Status

The FreshBooks Python SDK allows you to more easily utilize the FreshBooks API.

Installation

pip install freshbooks-sdk

Usage

See the full documentation or check out some of our examples.

Development

Testing

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

Documentations

You can generate the documentation via:

make generate-docs