Metadata-Version: 2.4
Name: codefusion
Version: 1.0.5
Summary: A powerful, interactive CLI tool to compile source code into a single document for AI analysis, featuring a rich interactive TUI, clipboard integration, and token estimation.
Author-email: Vamsi <vamsik.devloper@gmail.com>
License: MIT License
Keywords: code,compilation,utility,cli,python,interactive,parallel,rich-cli,llm,ai,context,clipboard
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gitignore-parser>=0.1.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: colorama>=0.4.0
Requires-Dist: rich>=10.0.0
Requires-Dist: tomli>=1.2.0; python_version < "3.11"
Requires-Dist: pyperclip
Provides-Extra: magic
Requires-Dist: python-magic>=0.4.0; extra == "magic"
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: pytest-cov>=2.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: ruff>=0.0.200; extra == "dev"
Requires-Dist: mypy>=0.900; extra == "dev"
Requires-Dist: pre-commit>=2.15.0; extra == "dev"
Provides-Extra: all
Requires-Dist: codefusion[magic]; extra == "all"
Dynamic: license-file
