LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
cli_nix.egg-info/PKG-INFO
cli_nix.egg-info/SOURCES.txt
cli_nix.egg-info/dependency_links.txt
cli_nix.egg-info/entry_points.txt
cli_nix.egg-info/requires.txt
cli_nix.egg-info/top_level.txt
nix/__init__.py
nix/__main__.py
nix/app.py
nix/avatar.py
nix/body.py
nix/brain.py
nix/cli.py
nix/commands.py
nix/config.py
nix/daemon.py
nix/git.py
nix/i18n.py
nix/journal.py
nix/logger.py
nix/pet.py
nix/scaffold.py
nix/scanner.py
nix/state.py
nix/ui.py
nix/modules/__init__.py
nix/modules/engine.py
nix/modules/loader.py
nix/modules/bundled/__init__.py
nix/modules/bundled/c/__init__.py
nix/modules/bundled/c/blocks.json
nix/modules/bundled/c/module.json
nix/modules/bundled/c/ops.json
nix/modules/bundled/c/probe.json
nix/modules/bundled/c/gen/function.tmpl
nix/modules/bundled/cpp/__init__.py
nix/modules/bundled/cpp/blocks.json
nix/modules/bundled/cpp/module.json
nix/modules/bundled/cpp/ops.json
nix/modules/bundled/cpp/probe.json
nix/modules/bundled/cpp/gen/class.tmpl
nix/modules/bundled/cpp/gen/function.tmpl
nix/modules/bundled/csharp/__init__.py
nix/modules/bundled/csharp/blocks.json
nix/modules/bundled/csharp/module.json
nix/modules/bundled/csharp/ops.json
nix/modules/bundled/csharp/probe.json
nix/modules/bundled/csharp/gen/class.tmpl
nix/modules/bundled/csharp/gen/function.tmpl
nix/modules/bundled/go/__init__.py
nix/modules/bundled/go/blocks.json
nix/modules/bundled/go/module.json
nix/modules/bundled/go/ops.json
nix/modules/bundled/go/probe.json
nix/modules/bundled/go/gen/function.tmpl
nix/modules/bundled/java/__init__.py
nix/modules/bundled/java/blocks.json
nix/modules/bundled/java/module.json
nix/modules/bundled/java/ops.json
nix/modules/bundled/java/probe.json
nix/modules/bundled/java/gen/class.tmpl
nix/modules/bundled/java/gen/function.tmpl
nix/modules/bundled/javascript/__init__.py
nix/modules/bundled/javascript/blocks.json
nix/modules/bundled/javascript/module.json
nix/modules/bundled/javascript/ops.json
nix/modules/bundled/javascript/probe.json
nix/modules/bundled/javascript/gen/class.tmpl
nix/modules/bundled/javascript/gen/function.tmpl
nix/modules/bundled/php/__init__.py
nix/modules/bundled/php/blocks.json
nix/modules/bundled/php/module.json
nix/modules/bundled/php/ops.json
nix/modules/bundled/php/probe.json
nix/modules/bundled/php/gen/class.tmpl
nix/modules/bundled/php/gen/function.tmpl
nix/modules/bundled/python/__init__.py
nix/modules/bundled/python/blocks.json
nix/modules/bundled/python/module.json
nix/modules/bundled/python/ops.json
nix/modules/bundled/python/probe.json
nix/modules/bundled/python/gen/class.tmpl
nix/modules/bundled/python/gen/function.tmpl
nix/modules/bundled/python/gen/scaffold_crud.tmpl
nix/modules/bundled/python/gen/scaffold_model.tmpl
nix/modules/bundled/python/gen/scaffold_test.tmpl
nix/modules/bundled/python/gen/testgen.tmpl
nix/modules/bundled/rust/__init__.py
nix/modules/bundled/rust/blocks.json
nix/modules/bundled/rust/module.json
nix/modules/bundled/rust/ops.json
nix/modules/bundled/rust/probe.json
nix/modules/bundled/rust/gen/function.tmpl
nix/modules/bundled/typescript/__init__.py
nix/modules/bundled/typescript/blocks.json
nix/modules/bundled/typescript/module.json
nix/modules/bundled/typescript/ops.json
nix/modules/bundled/typescript/probe.json
nix/modules/bundled/typescript/gen/class.tmpl
nix/modules/bundled/typescript/gen/function.tmpl
tests/test_avatar.py
tests/test_body.py
tests/test_brain.py
tests/test_codeops.py
tests/test_commands.py
tests/test_config.py
tests/test_daemon.py
tests/test_modules.py
tests/test_pet.py
tests/test_scaffold.py
tests/test_scanner.py
tests/test_state.py
tests/test_tui.py