API Wrapper to interact with Arkvatar.
Project description
Arkvatar-py
API Wrapper to interact with Arkvatar.
Built with
Installation
pip install arkvatar-py
Usage
import asyncio
from arkvatar import Arkvatar
async def main():
arkvatar = Arkvatar()
identifier = "azerty@gmail.com"
request = await arkvatar.store("Email", identifier)
print(request)
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Authors
- Jolan Beer - Highjhacker
License
Arkvatar-py is under MIT license. See the LICENSE file for more informations.
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
arkvatar-1.0.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file arkvatar-1.0.0.tar.gz
.
File metadata
- Download URL: arkvatar-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c1ad8f0b718bcee2687327a1f39d889aeb63886593305b69fc6c37495ec3167 |
|
MD5 | 2887f37e0c81e46f0d0f2fd147af30a1 |
|
BLAKE2b-256 | 1d32db7e67686008c9f6d40283698b4ad23fe43ee6b6c284404b10df78c49d8b |
File details
Details for the file arkvatar-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: arkvatar-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d61f57fee2233993b8c0ea99550ca42932adbb79785c71178392a12ba9bba05 |
|
MD5 | e5a7e7b962a132ec932dcc8e32add502 |
|
BLAKE2b-256 | ba1f9614556f22c804b3f175a5e650d86cdd421b9433076add2ed1bd64ebeccb |