Skip to main content

CheckedID Python API client

Project description

CheckedID Python API client

PyPI Status Python Version License

Read the documentation at https://checkedid.readthedocs.io/ Tests Codecov

pre-commit Black

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


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 hashes)

Uploaded Source

Built Distribution

checkedid-0.4.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page