Python EVVA Airkey communication module
Communication module for EVVA Airkey cloud integration
(see EVVA Airkey Cloud Interface Documentation for more informations).
IMPORTANT
Experimental
Not an official project of EVVA Sicherheitstechnologie GmbH
Install
To install from Pypi using pip:
pip install evva-airkey
Or to install directly from git sources:
git clone https://gitlab.com/geusebi/evva_airkey.git
cd evva_airkey
python setup.py install --user
To install evva_airkey system-wide, remove --user from the last
line and use sudo or other subsystems to run the command as a
privileged user.
Usage example
from evva_airkey import Session, fapi
key = "..."
conn = Session(fapi, key)
people = conn.send(fapi.persons_get()).json()
print(people)
Session
EvvaAuth
The requests.AuthBase implementation is used by evva_airkey.Session to
update requests' headers. It is created upon session creation via evva_airkey.Session
itself.
License
This software is released under the
LGPLv3
GNU Lesser General Public License Version 3, 29 June 2007.
Release files for evva-airkey 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| evva_airkey-0.0.5.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| evva_airkey-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.7 kB
Release files / evva_airkey-0.0.5.tar.gz
| Download URL | evva_airkey-0.0.5.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
91bb506f28c7c730dc9d08e5616689c5006234ad3e22aef7dc0ba32b031fd058
|
|
BLAKE2b-256 checksum How to use checksums |
851958c142256502bda08a4de493e66e3d0796adc57e24fccc3f0d9f6328f544
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.1
|
Release files / evva_airkey-0.0.5-py3-none-any.whl
| Download URL | evva_airkey-0.0.5-py3-none-any.whl |
|---|---|
| Size | 16.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cec2b017c470ec8a76cbb7e0bb855d6c3905c7b6e3b0a99a72ed73aaf73bfbb6
|
|
BLAKE2b-256 checksum How to use checksums |
0781deffabc8210f5132f1d74ec6e5cc23250221318aaa41f6467b25f7f34d40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.1
|