
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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()
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
Check our documentation to find all the information you need.
The repository is maintained by Fatfish Lab
You can contact our team at support@fatfi.sh.
Rather the package is compatible with python 2.7 and 3, the Sphinx documentation is using python 3.
virtualenv pyaq
virtualenv --python=/usr/bin/python3 pyaq3
source pyaq/bin/activate
pip install -e /path/to/package/aquarium-python-api
cd /path/to/package/aquarium-python-api/docs
make html
This project uses the following license: GPL-3.0-only. See the license file to read it.
FAQs
Aquarium python package
We found that aquarium-python-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.