Araali API
Project description
Araali API
This is a python library to expose access to Araali APIs
Help
# setup a python3 virtualenv to run araali (one time)
cd ~/
python3 -m venv araaliapienv
source araaliapienv/bin/activate
pip install araali
# every other time (enter the environment you setup)
cd ~/
source araaliapienv/bin/activate
pip install --upgrade araali
# export your api token
export ARAALI_API_TOKEN="<your-token-here>"
# usage help - command line
python -m pydoc araali
python -m araali -h
# from your code
>>> import araali
>>> help(araali)
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
araali-0.0.21.tar.gz
(13.1 MB
view details)
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
araali-0.0.21-py3-none-any.whl
(31.9 kB
view details)
File details
Details for the file araali-0.0.21.tar.gz.
File metadata
- Download URL: araali-0.0.21.tar.gz
- Upload date:
- Size: 13.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d2a0268cfe45c5c7d07bbc467813bd8f11aed6b2f3464314df7d784cff71d95
|
|
| MD5 |
f8cd4ff7608b999525881b0f414986cc
|
|
| BLAKE2b-256 |
5afdcd96d572959f590e7fcc14710c25ef21624479e2230067c7b47692130f70
|
File details
Details for the file araali-0.0.21-py3-none-any.whl.
File metadata
- Download URL: araali-0.0.21-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2fddcd9c2ec775fae5c897e378e078715ad22b291bcab22acbc3c47760ffeff
|
|
| MD5 |
357d130e784f6780156c4755988a7ff5
|
|
| BLAKE2b-256 |
337c29eb5dc36bbcd13372160a6087d92858bafb230df76968bcff1ad65be817
|