Metadata-Version: 2.1
Name: enhancedocs
Version: 0.6.0
Summary: EnhanceDocs Command Line Interface (CLI)
License: Apache-2.0
Author: Alvaro Molina
Author-email: alw3ys@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pathspec (>=0.11.1,<0.12.0)
Requires-Dist: requests (>=2.29.0,<3.0.0)
Requires-Dist: sentry-sdk (>=1.21.0,<2.0.0)
Description-Content-Type: text/markdown

# EnhanceDocs CLI

EnhanceDocs Command Line Interface (CLI)

[![pypi version](https://img.shields.io/pypi/v/enhancedocs.svg)](https://pypi.org/pypi/enhancedocs/)
[![Downloads](https://static.pepy.tech/badge/enhancedocs/week)](https://pypi.org/pypi/enhancedocs/)
[![License: MIT](https://img.shields.io/badge/license-Apache--2.0-yellow)](https://www.apache.org/licenses/LICENSE-2.0)
 [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/enhancedocs.svg?style=social&label=Follow%20%40EnhanceDocs)](https://twitter.com/enhancedocs)
[![](https://dcbadge.vercel.app/api/server/AUDa3KZavw?compact=true&style=flat)](https://discord.gg/AUDa3KZavw)

## Requirements
- [Python 3.11.2](https://www.python.org/downloads/)

## Getting Started

You can install and configure EnhanceDocs using this command:
```bash
pip install -U enhancedocs
```

## Running EnhanceDocs CLI on Github Actions

Set up your GitHub Actions workflow with a specific version of EnhanceDocs CLI.

https://github.com/marketplace/actions/setup-enhancedocs

