thefinalboss commited on
Commit
5f414e3
·
verified ·
1 Parent(s): 2bd80cd

Add aicl_pyproject.json

Browse files
Files changed (1) hide show
  1. data/aicl_pyproject.json +18 -0
data/aicl_pyproject.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "code": 200,
3
+ "data": {
4
+ "description": "",
5
+ "html": "<html><head><meta name=\"color-scheme\" content=\"light dark\"></head><body><pre style=\"word-wrap: break-word; white-space: pre-wrap;\">[build-system]\nrequires = [\"setuptools>=68.0\", \"wheel\"]\nbuild-backend = \"setuptools.build_meta\"\n\n[project]\nname = \"aicl\"\nversion = \"2.0.0\"\ndescription = \"AICL — Architecture Compilation Language: Auditable compilation with Proof of Origin. Every artifact has provenance, every proof is verifiable, every compilation is auditable.\"\nreadme = \"README.md\"\nlicense = {text = \"MIT\"}\nrequires-python = \">=3.10\"\nauthors = [\n {name = \"Philippe-Antoine\"},\n]\nkeywords = [\"aicl\", \"compiler\", \"explicable-compilation\", \"auditable-compilation\", \"provenance\", \"audit-coverage\", \"proof-of-origin\", \"risk-first\", \"architecture-as-code\", \"self-healing-runtime\", \"ownership-model\", \"multi-language-targets\", \"cryptographic-signing\", \"autonomous-compilation\", \"self-writing-compiler\", \"pattern-learning\", \"spec-evolution\", \"ai-code-generation\"]\nclassifiers = [\n \"Development Status :: 4 - Beta\",\n \"Intended Audience :: Developers\",\n \"License :: OSI Approved :: MIT License\",\n \"Programming Language :: Python :: 3\",\n \"Programming Language :: Python :: 3.10\",\n \"Programming Language :: Python :: 3.11\",\n \"Programming Language :: Python :: 3.12\",\n \"Topic :: Software Development :: Compilers\",\n \"Topic :: Software Development :: Code Generators\",\n]\n\n[project.scripts]\naicl = \"aicl.cli:main\"\n\n[tool.setuptools.packages.find]\nwhere = [\"src\"]\n\n[project.optional-dependencies]\ntui = [\"textual>=0.40\", \"rich>=13.0\"]\n\n[tool.pytest.ini_options]\ntestpaths = [\"tests\"]\n</pre></body></html>",
6
+ "title": "",
7
+ "url": "https://raw.githubusercontent.com/AFKmoney/AICL/main/pyproject.toml",
8
+ "usage": {
9
+ "tokens": 420
10
+ }
11
+ },
12
+ "meta": {
13
+ "usage": {
14
+ "tokens": 420
15
+ }
16
+ },
17
+ "status": 20000
18
+ }