Metadata-Version: 2.4
Name: craft-code
Version: 0.1.4
Summary: An AI coding assistant
Project-URL: Homepage, https://github.com/shubhamagarwal/code-craft
Project-URL: Repository, https://github.com/shubhamagarwal/code-craft
Project-URL: Bug Tracker, https://github.com/shubhamagarwal/code-craft/issues
Author: Shubham Agarwal
License: MIT
License-File: LICENSE
Keywords: agent,ai,claude,coding-assistant,langchain,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: deepagents>=0.4.0
Requires-Dist: langchain-anthropic>=0.3.0
Requires-Dist: langchain-openrouter>=0.1.0
Requires-Dist: langgraph-checkpoint>=2.0.0
Requires-Dist: langgraph<1.1.0,>=1.0.0
Requires-Dist: prompt-toolkit>=3.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: build>=1.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Requires-Dist: twine>=5.0; extra == 'dev'
Provides-Extra: openrouter
Requires-Dist: langchain-openrouter>=0.1.0; extra == 'openrouter'
Provides-Extra: sandbox
Requires-Dist: langchain-daytona>=0.1.0; extra == 'sandbox'
