Metadata-Version: 2.4
Name: enterprise-docs
Version: 0.2.0
Summary: Unified enterprise documentation suite for Dhruv13x organization — providing policy, compliance, and automation templates for enterprise-grade Python projects.
Author-email: Dhruv <dhruv13x@gmail.com>
Maintainer-email: Dhruv <dhruv13x@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/dhruv13x/enterprise-docs
Project-URL: Repository, https://github.com/dhruv13x/enterprise-docs.git
Project-URL: Documentation, https://github.com/dhruv13x/enterprise-docs/tree/main/docs
Project-URL: Issues, https://github.com/dhruv13x/enterprise-docs/issues
Project-URL: Changelog, https://github.com/dhruv13x/enterprise-docs/blob/main/CHANGELOG.md
Project-URL: Release Notes, https://github.com/dhruv13x/enterprise-docs/releases
Keywords: documentation,policy,templates,enterprise,compliance,automation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: pytest-mock>=3.14; extra == "dev"
Requires-Dist: types-PyYAML>=6.0.1; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=2.0; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-cov>=5.0; extra == "test"
Dynamic: license-file

# 🧱 Enterprise Docs

A unified collection of professional, enterprise-grade documentation templates for Dhruv13x projects — enabling consistent governance, security, and compliance across all repositories.

## 🚀 Features
- Single source of truth for organizational policies
- Standard templates for CODE_OF_CONDUCT, SECURITY, GOVERNANCE, etc.
- Compatible with automation tools (CLI-based sync)

## 🧰 Usage

```bash
pip install enterprise-docs
enterprise-docs list
enterprise-docs sync --to ./docs
