templates/python
2024-01-08 12:23:54 -05:00
..
sample_package python: Add flake.lock to allow nix develop 2023-07-16 16:39:55 -04:00
flake.nix fix: update python template to use nix-community 2024-01-08 12:23:54 -05:00
poetry.lock python: Add flake.lock to allow nix develop 2023-07-16 16:39:55 -04:00
pyproject.toml python: Add flake.lock to allow nix develop 2023-07-16 16:39:55 -04:00
README.md python: Add flake.lock to allow nix develop 2023-07-16 16:39:55 -04:00

To get started, run the following:

$ nix develop
$ poetry run python -m sample_package
Hello, world!