subsquid / archive.py

ArrowSquid archive tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archive.py

ArrowSquid archive tools.

Disclaimer

This project is under active development, has non-obvious usage requirements, drastic changes are expected in the near future.

We share it for the purpose of transparency and as a reference.

Hacking

This project uses pdm(1). If you are familiar with it - you know what to do. Otherwise, below is a recommended way to get started.

# create a virtual environment in .venv
pdm venv create /path/to/python3.11/bin/python

# install all dependencies
pdm sync -G:all

Use .env/bin/python3 to run executables and set it up as a python interpreter for your IDE.

License

This project is licensed under the AGPL v3.0 license - see the LICENSE file for details.

About

ArrowSquid archive tools

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.2%Language:Dockerfile 0.5%Language:Makefile 0.3%