Django app for integration with Amiqus.
Project description
# django-amiqus
Django app for integration with the Amiqus API.
The current version supports Django 3.2+ and Python 3.10+.
## Background
Amiqus is an online identity verification service. We use this library
to integrate with it.
## Amiqus workflow
There are three core entities that are modelled in this app: `Client`,
`Records`, and `Check` (pending deprecation, and soon to be renamed
`Step`). At a high level they fit together thus:
1. A `Client` represents someone against whom you wish to carry out an
identity or background check. They are unique within Amiqus, although
it's possible to carry out multiple checks over a period of time against
one user.
1. A `Record` is a suite of checks that will have an overall status that
combines the statuses of all the constituent checks.
1. A `Check` / `Step` is an individual check - it could be an identity
check, a facial recognition check, etc. See the API for all details.
### `Client`
An
## Installation
The project is available through PyPI as ``django-amiqus``:
```bash
$ pip install django-amiqus
```
## Tests
If you want to run the tests manually, install ``poetry``.
```bash
$ poetry install
$ poetry run pytest
```
If you are hacking on the project, please keep coverage up.
## Contributing
Standard GH rules apply: clone the repo to your own account, make sure you
update the tests, and submit a pull request.
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
django_amiqus-0.2.tar.gz
(21.6 kB
view details)
Built Distribution
File details
Details for the file django_amiqus-0.2.tar.gz
.
File metadata
- Download URL: django_amiqus-0.2.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.10 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96d2f14f3dc7ee0c38513d2a910a841f9fcd4576616115a16faf0c1de0f4b261 |
|
MD5 | ee420b7031c9870bad6aa7a397c7491f |
|
BLAKE2b-256 | c875f48259ea2d8bceb3823b3de636058cdcfecfb846cdab111476e95c2e41bd |
File details
Details for the file django_amiqus-0.2-py3-none-any.whl
.
File metadata
- Download URL: django_amiqus-0.2-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.10 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32adf61070b114bd2683d59ac7178ab4f2777c679582eaac038ebad61789f714 |
|
MD5 | 37c53543349c57b1e947708cda935b92 |
|
BLAKE2b-256 | 11ce495e0b04dc2b23c90a29e411ed88ca11d5dbdd24eb332281e518fc0b035d |