Metadata-Version: 2.4
Name: code-compass-cli
Version: 0.1.0
Summary: A Python CLI tool for intelligent code analysis and navigation
Home-page: https://github.com/techwhiz/code-compass
Author: CodeCompass Team
Author-email: CodeCompass Team <support@codecompass.dev>
License: MIT
Project-URL: Homepage, https://github.com/techwhiz/code-compass
Project-URL: Documentation, https://github.com/techwhiz/code-compass#readme
Project-URL: Repository, https://github.com/techwhiz/code-compass
Project-URL: Bug Tracker, https://github.com/techwhiz/code-compass/issues
Keywords: code-analysis,code-navigation,code-quality,static-analysis,cli,python,security,performance
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=3.0; extra == "dev"
Requires-Dist: flake8>=4.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: mypy>=0.950; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# code-compass
