Socket
Book a DemoInstallSign in
Socket

aquarium-python-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aquarium-python-api

Aquarium python package

2.2.0
Source
pipPyPI
Maintainers
1

Package python for Aquarium

aquarium-python-api

Aquarium python API is a tool that allows Aquarium users to interact with there data from directly from Python.

Aquarium 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
  • 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.

Keywords

fatfish

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.