Aquarium python package
Project description
Package python for Aquarium
Aquarium python API is a tool that allows Aquarium Studio users to interact with there data from directly from Python.
Aquarium Studio is developed by Fatfish Lab
# -*- coding: utf-8 -*-
from aquarium import Aquarium
aq = Aquarium('https://your-aquarium-server')
aq.connect(AQ_USER, AQ_PASSWORD)
me = aq.get_current_user()
my_tasks = me.get_tasks()
Installation
This package is compatible with Python 2.7 and 3.7+
python -m pip install aquarium-python-api
OR
python -m pip install git+https://github.com/fatfish-lab/aquarium-python-api.git
Documentation
Check our documentation to find all the information you need.
Maintainer
The repository is maintained by Fatfish Lab
Support
You can contact our team at support@fatfi.sh.
Development
Rather the package is compatible with python 2.7 and 3, the Sphinx documentation is using python 3.
- Clone this repository
- Setup a virtual env :
virtualenv pyaq
- If needed, you can specify the version of python used in your virtual env :
virtualenv --python=/usr/bin/python3 pyaq3
- If needed, you can specify the version of python used in your virtual env :
- Enable your virtual env :
source pyaq/bin/activate
- Install local Aquarium package to your virtual env :
pip install -e /path/to/package/aquarium-python-api
Build the documation
cd /path/to/package/aquarium-python-api/docs
make html
Licence
This project uses the following license: GPL-3.0-only. See the license file to read it.
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
Built Distribution
File details
Details for the file aquarium-python-api-2.1.0.tar.gz
.
File metadata
- Download URL: aquarium-python-api-2.1.0.tar.gz
- Upload date:
- Size: 39.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abe18e26ed9b5e01473f3ba5ea616c09c8f1e3e35c30215a1481a8571beb2363 |
|
MD5 | 7741bb4d0f6ee8ef7b34afba0b715b97 |
|
BLAKE2b-256 | f5171abb988cdf21d03f1cff7ffadd41370bf995e75efc860b7a66c8bf839f9c |
File details
Details for the file aquarium_python_api-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: aquarium_python_api-2.1.0-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e05dfe875b5d8939b1f4b23853c765d7fc4d7910f1a44ba23467b63691b122b7 |
|
MD5 | 9b3602b7455e17c236fe5bb8e2766458 |
|
BLAKE2b-256 | 187b97d26d52251e259e2c0ea48955d2ebdc0c3cdb33163b51faec23717b43d9 |