CheckedID Python API client
Project description
CheckedID Python API client
Features
- Typed API client for api.checkedid.eu
Requirements
- Build with Pydantic and httpx, does currently not support async.
Installation
You can install CheckedID Python API client via pip from PyPI:
$ pip install checkedid
Usage
from checkedid import errors, models, Client
try:
client = Client('1001')
dossier: models.ReportResponse = client.dossier('123456789')
except errors.CheckedIDNotFoundError as e:
print("Dossier does not exists")
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the MIT license, CheckedID Python API client is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Credits
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.
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
checkedid-0.4.0.tar.gz
(8.7 kB
view details)
Built Distribution
File details
Details for the file checkedid-0.4.0.tar.gz
.
File metadata
- Download URL: checkedid-0.4.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02a4994f41c7e698eeb651e2d56dcd32337b5cc3af08b232b24ebcdaba75ab77 |
|
MD5 | 988c90265c49705f911bedb37c549caa |
|
BLAKE2b-256 | 052ec77f3d188aea8215fadf67d2ab39e7aed3b74e2151d7bb9a89289c63f4cf |
File details
Details for the file checkedid-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: checkedid-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72e5283c6ee957488d61faf8edfc19cb4747d851e39f4147a9e1af0ebeaf3182 |
|
MD5 | 45afbd6de902151f24a0438290e08344 |
|
BLAKE2b-256 | ec23157500835f92ba755e4e66e8c377c05c4f6790c7b4260a7fd2bcc9fcb821 |