Credyt Api Client Library for Python
Project description
Python SDK for Credyt.ai API
Getting started
Prequisites
- Python 3.9 or later is required to use this package.
Install the package
Step into folder where setup.py is then run:
pip install credyt-api
Examples
def main():
client = CredytApiClient(
credential=ServiceKeyCredential(key=os.getenv("CREDYT_API_KEY")),
)
response = client.customers.get(
customer_id="cust_4qh0wajx2n9qtazh2tghzkyan2",
)
print(response)
if __name__ == "__main__":
main()
For more examples, check the samples folder.
Release History
0.0.1 (2026-05-05)
Other Changes
- Initial version
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
credyt_api-0.0.2.tar.gz
(101.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
credyt_api-0.0.2-py3-none-any.whl
(104.4 kB
view details)
File details
Details for the file credyt_api-0.0.2.tar.gz.
File metadata
- Download URL: credyt_api-0.0.2.tar.gz
- Upload date:
- Size: 101.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97f74549365bc2d894033fd84f3be09a97b5862a6adf3a21349197474d085e18
|
|
| MD5 |
c4b7bb6ee5a1e07ee91fabafdc2fdb7b
|
|
| BLAKE2b-256 |
8889cd388222c442c546638dab91b38e5ef53e53f3f6cf6099be8dfb2662f2a0
|
File details
Details for the file credyt_api-0.0.2-py3-none-any.whl.
File metadata
- Download URL: credyt_api-0.0.2-py3-none-any.whl
- Upload date:
- Size: 104.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a046a374cd96b0dfd13a17e04a070f37bc4dc32c36e60b68417117e786f644ab
|
|
| MD5 |
905997e64e4854a2bf13db2531eadfc1
|
|
| BLAKE2b-256 |
f2b1fa11ac8f6fb47f83ee8282b5e41756cffa9538a3ffa77e9b708b64aeebba
|