This release is a pre-release and may not be stable for production use.
Idfy Python SDK
A Python SDK for simple integration with the Idfy REST API.
Supports Python 3.5 and above. (3.5, 3.6, 3.7)
Using the async methods will make the program no longer run strictly single-threaded. The SDK is also able to make use of some of the features introduced to the asyncio module in Python 3.7, so running the code on that version or later will yeald slight improvemets to efficiency and robustness when using async methods.
Installation
The package is available on PyPI. Use of Pipenv is recommended(https://pipenv.readthedocs.io).
pipenv install idfy-sdk-python
Documentation
Sample Usage
The example below shows how to get the details of a specific document.
# Import the SDK into your module
import idfy_sdk
# Set your credentials and desired scopes
idfy_sdk.IdfyConfiguration.set_client_credentials("Your client ID here", "Your client secret here", ["A list containing all your desired scopes (see documentation)"])
# Make a call to retrieve the document
service = idfy_sdk.services.SignatureService()
document_info = service.get_document(document_id)
print(document_info)
Support
- Open an issue to report bugs or submit feature requests.
- For other support requests, visit our support page or contact us at support@idfy.io.
Release files for idfy-sdk 1.0.0b3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| idfy_sdk-1.0.0b3.tar.gz | 200.1 kB | Details |
Release files / idfy_sdk-1.0.0b3.tar.gz
| Download URL | idfy_sdk-1.0.0b3.tar.gz |
|---|---|
| Size | 200.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22ed789e37cede66f554ddfaa831c2491be9c676db8c46888d188ed737c67847
|
|
BLAKE2b-256 checksum How to use checksums |
67064b755f0827072504dd039fbdfef30fdccd012bdd6598d6f08848ff961ba3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
|