Metadata-Version: 2.2
Name: health-report_server_demo
Version: 0.1.0
Summary: A Django-based health report system
Home-page: https://github.com/yourusername/health_report
Author: Your Name
Author-email: your@email.com
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: django
Requires-Dist: djangorestframework
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Health Report

A Django-based package for generating health reports.

## Installation
```bash
pip install health-report
