Metadata-Version: 2.4
Name: SAHAJ
Version: 0.0.2
Summary: SAHAJ - Open Source Software Installation Helper
Author-email: Gaurav Mehta <sahaj@concur.live>
Maintainer-email: Gaurav Mehta <sahaj@concur.live>
License-Expression: MIT
Project-URL: homepage, https://sahaj.live
Project-URL: documentation, https://docs.sahaj.live
Project-URL: repository, https://github.com/yourusername/sahaj
Project-URL: bug_tracker, https://github.com/yourusername/sahaj/issues
Keywords: installer,cli,opensource,automation,deployment
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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 :: Utilities
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.md
Requires-Dist: click>=8.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: requests>=2.30
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Provides-Extra: ui
Requires-Dist: rich>=14.0; extra == "ui"
Dynamic: license-file

# SAHAJ

SAHAJ is an open-source CLI tool to install and manage open-source software easily.

## Installation

```powershell
pip install sahaj
```
