Initial import of NLProg

This commit is contained in:
sunguosheng
2026-06-17 20:41:49 +08:00
commit 26265cbb10
32 changed files with 3162 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[project]
name = "nlprog"
version = "0.1.0"
description = "A terminal-first natural language programming assistant with pluggable LLM providers."
readme = "README.md"
requires-python = ">=3.8"
dependencies = []
[project.scripts]
nlprog = "nlprog.cli:main"
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools.package-dir]
"" = "src"
[tool.setuptools.packages.find]
where = ["src"]