{ "code": 200, "data": { "description": "", "html": "
[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
", "title": "", "url": "https://raw.githubusercontent.com/AFKmoney/AICL/main/pyproject.toml", "usage": { "tokens": 420 } }, "meta": { "usage": { "tokens": 420 } }, "status": 20000 }