Skip to main content

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


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.36.tar.gz (198.7 kB view hashes)

Uploaded Source

Built Distribution

araali-0.0.36-py2.py3-none-any.whl (102.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page