Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.05 KB

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