No project description provided
Project description
Fern Python Library
The Fern Python Library provides convenient access to the Fern API from applications written in Python.
Installation
pip install --upgrade fern-api
Usage
from fern.client import Fern
client = Fern(
token="YOUR_TOKEN",
)
Async Client
from fern.client import AsyncFern
client = AsyncFern(
token="YOUR_TOKEN",
)
Beta Status
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version. This way, you can install the same version each time without breaking changes.
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fern_api-0.1.1.tar.gz
.
File metadata
- Download URL: fern_api-0.1.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1050-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | decc0f3b55752cd48ff0298afda2a7b806e2a0694eb1295fe8e57fd84c79a8f8 |
|
MD5 | eb51ed6691d77e431493d9d227c163cc |
|
BLAKE2b-256 | 17d14a8e697ec903561d57dcfab99f2037286de1e9b7d00ca226a0e3dac123af |
File details
Details for the file fern_api-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: fern_api-0.1.1-py3-none-any.whl
- Upload date:
- Size: 25.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1050-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14533546c17b2e34f650f312b672eb1b6643367be99a84029275f4d13a4f608e |
|
MD5 | 08cdad3b5c78a29d1b163a874ffd607c |
|
BLAKE2b-256 | ca7e8e568117df7e81f3473373841fbe2a588ad8e78b73db133edac1e44dbfe4 |