Skip to content

Commit 5d90874

Browse files
committed
Updates to the landing page
1 parent 9d085c7 commit 5d90874

1 file changed

Lines changed: 4 additions & 18 deletions

File tree

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,18 @@
33
# Gusto Python Client
44
**Payroll, HR, benefits. Simplified**
55

6+
Developer-friendly & type-safe Python client libraries built for Gusto’s Embedded and App Integration APIs.
7+
68
> [!NOTE]
79
> Exciting news! Our first Python library beta release is here.
810
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-
2511
## Client Libraries
2612

2713
<!-- Start Gusto Python Client Libraries -->
2814
| Library | Description | PyPI |
2915
| :- |:- |:- |
30-
| **[Gusto Embedded](https://github.com/Gusto/gusto-python-client/tree/main/gusto_embedded)** | Client library for the Gusto Embedded API | [![PyPI](https://img.shields.io/pypi/v/gusto-embedded.svg?color=%230A8080)](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 | [![PyPI](https://img.shields.io/pypi/v/gusto_app_integration.svg?color=%230A8080)](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 | [![PyPI](https://img.shields.io/pypi/v/gusto-embedded.svg?color=%230A8080)](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 | [![PyPI](https://img.shields.io/pypi/v/gusto_app_integration.svg?color=%230A8080)](https://pypi.org/project/gusto_app_integration/) |
3218
<!-- End Gusto Python Client Libraries -->
3319

3420
<!-- Start Gusto Support Notes -->

0 commit comments

Comments
 (0)