|
| 1 | + |
| 2 | + |
| 3 | +# Gusto Python Client |
| 4 | +**Payroll, HR, benefits. Simplified** |
| 5 | + |
| 6 | +> [!NOTE] |
| 7 | +> Exciting news! Our first Python library beta release is here. |
| 8 | +
|
| 9 | +## Authentication |
| 10 | + |
| 11 | +Gusto Embedded supports two types of tokens that are used throughout development: company-level tokens and system-level tokens. |
| 12 | + |
| 13 | +System access tokens allow you to carry out application level actions such as: |
| 14 | +* Creating a partner managed company |
| 15 | +* Viewing invoices |
| 16 | + |
| 17 | +Company access tokens allow you to carry out company level actions, such as: |
| 18 | +* Getting company employees |
| 19 | +* Running payroll for a company |
| 20 | + |
| 21 | +Each partner managed company has a single access token that cannot be used to access other companies. |
| 22 | + |
| 23 | +See the [System Access Tokens](https://docs.gusto.com/embedded-payroll/docs/system-access-tokens) and [Company Access Tokens](https://docs.gusto.com/embedded-payroll/docs/company-access-tokens) for more details. |
| 24 | + |
| 25 | +## Client Libraries |
| 26 | + |
| 27 | +<!-- Start Gusto Python Client Libraries --> |
| 28 | +| Library | Description | PyPI | |
| 29 | +| :- |:- |:- | |
| 30 | +| **[Gusto Embedded](https://github.com/Gusto/gusto-python-client/tree/main/gusto_embedded)** | Client library for the Gusto Embedded API | [](https://pypi.org/project/gusto_embedded) | |
| 31 | +| **[Gusto App Integration](https://github.com/Gusto/gusto-python-client/tree/main/gusto_app_int)** | Client library for the Gusto App Integration API | [](https://pypi.org/project/gusto_app_integration/) | |
| 32 | +<!-- End Gusto Python Client Libraries --> |
| 33 | + |
| 34 | +<!-- Start Gusto Support Notes --> |
| 35 | +## Support |
| 36 | + |
| 37 | +If you encounter any challenges while utilizing our SDKs, please don't hesitate to reach out for assistance. |
| 38 | +You can raise any issues by filing a new [Github issue](https://github.com/Gusto/gusto-python-client/issues/new) on this repository. |
| 39 | + |
| 40 | +<!-- End Gusto Support Notes --> |
0 commit comments