Metadata-Version: 2.4
Name: devme
Version: 0.2.1
Summary: Developer dashboard for project health and configuration status
Project-URL: Homepage, https://github.com/devme-project/devme
Project-URL: Documentation, https://github.com/devme-project/devme#readme
Project-URL: Repository, https://github.com/devme-project/devme
Project-URL: Issues, https://github.com/devme-project/devme/issues
Author-email: DevMe Contributors <devme@citizentools.ai>
License: MIT
License-File: LICENSE
Keywords: dashboard,developer,git,health,project,status
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.8
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: click>=8.0.0
Requires-Dist: flask>=2.0.0
Requires-Dist: gitpython>=3.1.0
Requires-Dist: jinja2>=3.0.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: requests>=2.25.0
Description-Content-Type: text/markdown

# DevMe

A lightweight developer dashboard that provides instant visibility into your project's health, configuration status, and development environment.

## What is DevMe?

DevMe is like a README for your development environment - it shows you the current state of your project, external service connections, git status, and more. Think of it as a "health check" for your entire development setup.

## Quick Start

```bash
pip install devme
cd your-project
devme
```

## Features

- **Project Health**: Git status, recent commits, branch information
- **Configuration Status**: Environment variables, external service connections
- **File Presence**: README, tests, documentation checks
- **Export Options**: Generate markdown or HTML reports for sharing

## Usage

```bash
# Show project dashboard
devme

# Start web server
devme serve

# Export project status
devme export --md
devme export --html

# Show version
devme --version
```

## Use Cases

- **Code Reviews**: "Here's my devme before the PR"
- **Team Onboarding**: "Check the devme to see what's configured"
- **Debugging**: "My devme shows these issues..."
- **Project Health**: Quick overview of project state

## Development Status

This is an early alpha release to claim the package name and establish the foundation. More features coming soon!

## License

MIT License