|
3 | 3 | # Gusto Python Client |
4 | 4 | **Payroll, HR, benefits. Simplified** |
5 | 5 |
|
| 6 | +Developer-friendly & type-safe Python client libraries built for Gusto’s Embedded and App Integration APIs. |
| 7 | + |
6 | 8 | > [!NOTE] |
7 | 9 | > Exciting news! Our first Python library beta release is here. |
8 | 10 |
|
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 | 11 | ## Client Libraries |
26 | 12 |
|
27 | 13 | <!-- Start Gusto Python Client Libraries --> |
28 | 14 | | Library | Description | PyPI | |
29 | 15 | | :- |:- |:- | |
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/) | |
| 16 | +| **[Gusto Embedded](https://github.com/Gusto/gusto-python-client/tree/main/gusto_embedded)** | APIs for building an embedded payroll application | [](https://pypi.org/project/gusto_embedded) | |
| 17 | +| **[Gusto App Integration](https://github.com/Gusto/gusto-python-client/tree/main/gusto_app_int)** | APIs for integrating Gusto data into your application | [](https://pypi.org/project/gusto_app_integration/) | |
32 | 18 | <!-- End Gusto Python Client Libraries --> |
33 | 19 |
|
34 | 20 | <!-- Start Gusto Support Notes --> |
|
0 commit comments