Files
Foundry/templates/python/README.md
T

754 B

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.