Metadata-Version: 2.4
Name: depsight
Version: 1.1.1
Summary: A modular dependency analysis framework
Author: Depsight Contributors
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: click>=8.1.7
Requires-Dist: rich>=13.7.0
Requires-Dist: rich-click>=1.7.0
Requires-Dist: textual>=1.0.0
Requires-Python: >=3.12
Project-URL: Homepage, https://valentintwin1206.github.io/depsight-dependency-manager/
Project-URL: Repository, https://github.com/ValentinTwin1206/depsight-dependency-manager
Project-URL: Issues, https://github.com/ValentinTwin1206/depsight-dependency-manager/issues
Description-Content-Type: text/markdown

# Depsight - Dependency Analysis Framework

Depsight is an extensible CLI tool for scanning and visualising project dependencies across multiple ecosystems. It supports Python (`uv`) and VS Code extension (`vsce`) dependency sources out of the box, with a plugin architecture for adding more.

## Usage

Read the [docs](https://valentintwin1206.github.io/depsight-dependency-manager/).

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and release instructions.

## License

[Apache 2.0](LICENSE)
