small docs update

This commit is contained in:
2022-04-08 11:55:29 +02:00
parent e65a7c1d23
commit c0e32f7472
2 changed files with 12 additions and 10 deletions

View File

@@ -4,6 +4,13 @@ This is a wrapper of [the roly-poly, not 100% ergonomic Freshbooks web API](http
There are "band-aids" here to work around some of the API's shortcomings.
# Install
```
pip install avt-fresh
```
See `Initializing` for additional setup.
# The Goodies
## Invoices
@@ -45,12 +52,6 @@ Once more the `get...` functions return `NamedTuple` instances with some helpful
Then, `update_contacts`, `delete_contact`, `add_contacts`, `get_freshbooks_client_from_client_id`, `get_freshbooks_client_from_email`, and `get_freshbooks_client_from_org_name`.
# Install
```
pip install avt-fresh
```
# Prerequisites/Configuration
Make yourself a nice little `.env` file in your home directory or wherever you're going to be calling this library's code. It needs to contain:

View File

@@ -1,4 +1,5 @@
[metadata]
description = A nice, ergonomic wrapper of the Freshbooks API.
description-file = README.md
license_files = LICENSE.txt
long_description = file: README.md