Communication module for EVVA Airkey cloud integration
Project description
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(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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evva_airkey-0.0.3.tar.gz.
File metadata
- Download URL: evva_airkey-0.0.3.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a06b04da8219554579b16e50ecca4fc60d185b6ef54e46d37b57678ee9c124ea
|
|
| MD5 |
0ba1a83b9d3f53735a7ab1b8b5a93765
|
|
| BLAKE2b-256 |
50b49e60b523c0299171f93d930c5e0a99eaa845b86cb242417d35063c7f9106
|
File details
Details for the file evva_airkey-0.0.3-py3-none-any.whl.
File metadata
- Download URL: evva_airkey-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce75d23c6ef0ef756710065e7d999ad3ad734eb2e725cc596c21151d47a4d0bd
|
|
| MD5 |
d9464d08f0a253056f1a2fd46f174fd3
|
|
| BLAKE2b-256 |
70fa81b1bd2bde398900a5a6faa905b256ee212a895064f44a67ced20fa9c468
|