templates/python
2023-07-16 16:39:55 -04:00
..
sample_package python: Add flake.lock to allow nix develop 2023-07-16 16:39:55 -04:00
flake.nix python: refactor and cleanup 2022-07-21 02:47:41 +03: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!