Skip to content

Commit 14dcefb

Browse files
authored
Update README.md
1 parent a1af507 commit 14dcefb

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
<!-- Begin Title, generated by Fern -->
1+
<!-- Begin Title -->
22
# Polytomic Python Library
33

4-
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
5-
64
The Polytomic Python Library provides convenient access to the Polytomic API from applications written in Python.
75
<!-- End Title -->
86

9-
<!-- Begin Installation, generated by Fern -->
7+
<!-- Begin Installation -->
108
# Installation
119

1210
```sh
1311
pip install --upgrade polytomic
1412
```
15-
<!-- End Installation -->
13+
<!-- End Installation -->
1614

17-
<!-- Begin Usage, generated by Fern -->
15+
<!-- Begin Usage -->
1816
# Usage
1917

2018
```python
@@ -24,9 +22,9 @@ client = Polytomic(
2422
token="YOUR_TOKEN",
2523
)
2624
```
27-
<!-- End Usage -->
25+
<!-- End Usage -->
2826

29-
<!-- Begin Async Usage, generated by Fern -->
27+
<!-- Begin Async Usage -->
3028
# Async Client
3129

3230
```python
@@ -36,17 +34,9 @@ client = AsyncPolytomic(
3634
token="YOUR_TOKEN",
3735
)
3836
```
39-
<!-- End Async Usage -->
40-
41-
<!-- Begin Status, generated by Fern -->
42-
# Beta Status
43-
44-
This SDK is in beta, and there may be breaking changes between versions without a major
45-
version update. Therefore, we recommend pinning the package version to a specific version.
46-
This way, you can install the same version each time without breaking changes.
47-
<!-- End Status -->
37+
<!-- End Async Usage -->
4838

49-
<!-- Begin Contributing, generated by Fern -->
39+
<!-- Begin Contributing -->
5040
# Contributing
5141

5242
While we value open-source contributions to this SDK, this library is generated programmatically.

0 commit comments

Comments
 (0)