An open API service indexing awesome lists of open source software.

https://github.com/subsquid/archive.py

ArrowSquid archive tools
https://github.com/subsquid/archive.py

Last synced: 10 months ago
JSON representation

ArrowSquid archive tools

Awesome Lists containing this project

README

          

# 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)](https://pdm.fming.dev/latest/).
If you are familiar with it - you know what to do.
Otherwise, below is a recommended way to get started.

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

# install all dependencies
pdm sync -G:all
```

Use `.venv/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](LICENSE.txt) file for details.