schlarpc / payphone-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

payphone-ai

Development

Loading the environment

$ direnv allow
$ payphone-ai
$ direnv reload

Maintaining Python dependencies

$ poetry add some-package
$ poetry update
$ poetryup

Testing and linting

$ pre-commit run --all

Using the Nix build system

$ nix run .
$ nix run '.#containerImage' | docker load
$ nix flake check
$ nix flake update

Updating the base template

$ cruft update --checkout template

About

License:MIT License


Languages

Language:Python 67.8%Language:Nix 30.8%Language:Shell 1.4%