Metadata-Version: 2.4
Name: enterprise-docs
Version: 1.0.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

<div align="center">
  <img src="https://raw.githubusercontent.com/dhruv13x/enterprise-docs/main/enterprise-docs_logo.png" alt="enterprise-docs logo" width="200"/>
</div>

<div align="center">

<!-- Package Info -->
[![PyPI version](https://img.shields.io/pypi/v/enterprise-docs.svg)](https://pypi.org/project/enterprise-docs/)
[![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/)
![Wheel](https://img.shields.io/pypi/wheel/enterprise-docs.svg)
[![Release](https://img.shields.io/badge/release-PyPI-blue)](https://pypi.org/project/enterprise-docs/)

<!-- Build & Quality -->
[![Build status](https://github.com/dhruv13x/enterprise-docs/actions/workflows/publish.yml/badge.svg)](https://github.com/dhruv13x/enterprise-docs/actions/workflows/publish.yml)
[![Codecov](https://codecov.io/gh/dhruv13x/enterprise-docs/graph/badge.svg)](https://codecov.io/gh/dhruv13x/enterprise-docs)
[![Test Coverage](https://img.shields.io/badge/coverage-90%25%2B-brightgreen.svg)](https://github.com/dhruv13x/enterprise-docs/actions/workflows/test.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/badge/linting-ruff-yellow.svg)](https://github.com/astral-sh/ruff)
![Security](https://img.shields.io/badge/security-CodeQL-blue.svg)

<!-- Usage -->
![Downloads](https://img.shields.io/pypi/dm/enterprise-docs.svg)
![OS](https://img.shields.io/badge/os-Linux%20%7C%20macOS%20%7C%20Windows-blue.svg)
[![Python Versions](https://img.shields.io/pypi/pyversions/enterprise-docs.svg)](https://pypi.org/project/enterprise-docs/)

<!-- License -->
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

<!-- Docs -->
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://your-docs-link)

</div>

# 🧱 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
