mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
Foo Bar
TODO
Installation
You can install the package using pipx
pipx install git+https://github.com/misterio77/foo-bar
Alternatively, use pip with --user:
pip install --user git+https://github.com/misterio77/foo-bar
Or use nix:
nix shell github:misterio77/foo-bar
Usage
TODO
Hacking
Use poetry, like so:
poetry install
poetry shell
Or use nix:
nix develop -c $SHELL
You can then use python -m to run it, as well as all the usual dev tools:
python -m foo_bar # Run
mypy # Type check
ruff check # Lint
ruff format # Format
pytest # Run tests
Python LSP will also be available. Check your editor docs on how to enable it.