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-client
Examples
def main():
client = CredytApiClient(
credential=ServiceKeyCredential(key=os.getenv("CREDYT_API_KEY")),
)
response = client.customers.get(
customer_id="cust_4qh0wajx2n9qtazh2tghzkyan2",
)
print(response)
# x-ms-original-file: next/Customers_get_Get_a_Customer.json
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.1.tar.gz
(107.8 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.1-py3-none-any.whl
(130.0 kB
view details)
File details
Details for the file credyt_api-0.0.1.tar.gz.
File metadata
- Download URL: credyt_api-0.0.1.tar.gz
- Upload date:
- Size: 107.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82ef8c31af5cbccf419cf6d83559316b5ae93a1886f550e91c2d873de1c68298
|
|
| MD5 |
63caed1937e04bd54d565dfb345948c6
|
|
| BLAKE2b-256 |
a7e95e50cbe27b8f323ccc86cace22b06fa64809e32d862f3969151dd4b3345b
|
File details
Details for the file credyt_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: credyt_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 130.0 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 |
ccd9c64c2576991836bcbd71df8ef1456df0822c85c3d9175abca4ab82e8a8f4
|
|
| MD5 |
4cce5de2c38b7342d22ab3f9703f8b5a
|
|
| BLAKE2b-256 |
f60b4579421b25a1c4704c1215de188997004997f8d790faaf59a3ebcb8deae7
|