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
- Host: GitHub
- URL: https://github.com/subsquid/archive.py
- Owner: subsquid
- License: agpl-3.0
- Created: 2022-10-25T15:27:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T12:44:16.000Z (about 1 year ago)
- Last Synced: 2025-04-18T23:26:07.755Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.66 MB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.