Metadata-Version: 2.4
Name: floability
Version: 0.2.0
Home-page: https://floability.github.io
Author: Floability Team
Author-email: dthain@nd.edu
Project-URL: Documentation, https://floability.readthedocs.io/
Project-URL: Repository, https://github.com/floability/floability-cli
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: nbformat
Requires-Dist: pelicanfs
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Floability CLI

Floability CLI runs reproducible distributed workflows from self-contained backpacks.
Each backpack packages workflow code, software environment, compute configuration,
and optional data configuration in one portable project directory.

Use the full documentation to install, run, and deploy workflows.

## Documentation

- Start here: [docs/index.md](docs/index.md)
- Install Floability: [docs/getting-started/installation.md](docs/getting-started/installation.md)
- Run your first backpack: [docs/getting-started/run-first-backpack.md](docs/getting-started/run-first-backpack.md)
- Core concepts: [docs/concepts/](docs/concepts)
- How-to guides: [docs/how-to/](docs/how-to)
- Deployment guides: [docs/deployment/](docs/deployment)
- CLI and spec reference: [docs/reference/](docs/reference)

## Documentation Source

- Docs root: [docs/](docs)
- MkDocs config: [mkdocs.yml](mkdocs.yml)
- MkDocs requirements: [docs/mkdocs.requirements.txt](docs/mkdocs.requirements.txt)

## License

This project is licensed under GNU GPL v2.0. See [COPYING](COPYING).
