Python framework for creating terminal applications.
- >=python-3.10
- >=eaf-0.2
$ pip install xo1$ uv sync --extras dev$ uv run poe ci # Run all the checks.
# Or run them separately.
$ uv run poe test
$ uv run poe format
$ # run type checking
$ uv run poe typecheck
$ # run code linting
$ uv run poe lint- To be added