Metadata-Version: 2.2
Name: dbdocgen
Version: 0.1.0
Summary: A tool for database documentation
Author-email: Wade Design Co <info@wadedesignco.com>
License: MIT
Project-URL: Homepage, https://github.com/wadedesignco/dbdocgen
Project-URL: Bug Tracker, https://github.com/wadedesignco/dbdocgen/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0

# DBDocgen

A tool for database documentation.

## Installation

```bash
pip install dbdocgen
```

## Usage

```bash
# Show help
dbdocgen help

# Show more information
dbdocgen info
```

## Development

1. Clone the repository
2. Install development dependencies: `pip install -e ".[dev]"`
3. Make your changes
4. Run tests: `pytest`

## License

MIT 
