Template repository for an AQUA-friend.
An AQUA-friend is a data analysis package that lives outside the official AQUA codebase
but is built to work with AQUA. It uses AQUA core (the Reader and
related utilities) as a library and can expose a command-line interface that
AQUA analysis can launch.
AQUA-friends are collected under the AQUA-friends organisation. Each AQUA-friend is its own repository, with its own install procedure, dependencies, and maintainer.
The only requirements for an AQUA-friend is to import AQUA and to use the AQUA reader.
aqua-friends-template/
├── README.md
├── CONTRIBUTING.md
├── pyproject.toml
├── src/
└── notebooks/
- Click Use this template on GitHub (or fork it).
- Rename the repository.
- Replace this README with documentation of your own diagnostic, and
adjust
pyproject.toml(authors, dependencies, etc.). - Pick a license that suits your work and add a
LICENSEfile.