Skip to content

Commit 9d085c7

Browse files
committed
creates a landing page for the repo
1 parent 60320d9 commit 9d085c7

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
![gusto logo](./assets/Gusto_logo.png)
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 | [![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/) |
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 -->

assets/Gusto_logo.png

89.1 KB
Loading

0 commit comments

Comments
 (0)