Name | devme JSON |
Version |
0.2.3
JSON |
| download |
home_page | None |
Summary | Developer dashboard for project health and configuration status |
upload_time | 2025-07-16 00:10:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
dashboard
developer
git
health
project
status
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
Raw data
{
"_id": null,
"home_page": null,
"name": "devme",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "dashboard, developer, git, health, project, status",
"author": null,
"author_email": "DevMe Contributors <devme@citizentools.ai>",
"download_url": "https://files.pythonhosted.org/packages/a6/f7/555e714c417d038d9cea2792404eacae8ff2b1311880647c99b5436ed4f2/devme-0.2.3.tar.gz",
"platform": null,
"description": "# DevMe\n\nA lightweight developer dashboard that provides instant visibility into your project's health, configuration status, and development environment.\n\n## What is DevMe?\n\nDevMe 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.\n\n## Quick Start\n\n```bash\npip install devme\ncd your-project\ndevme\n```\n\n## Features\n\n- **Project Health**: Git status, recent commits, branch information\n- **Configuration Status**: Environment variables, external service connections\n- **File Presence**: README, tests, documentation checks\n- **Export Options**: Generate markdown or HTML reports for sharing\n\n## Usage\n\n```bash\n# Show project dashboard\ndevme\n\n# Start web server\ndevme serve\n\n# Export project status\ndevme export --md\ndevme export --html\n\n# Show version\ndevme --version\n```\n\n## Use Cases\n\n- **Code Reviews**: \"Here's my devme before the PR\"\n- **Team Onboarding**: \"Check the devme to see what's configured\"\n- **Debugging**: \"My devme shows these issues...\"\n- **Project Health**: Quick overview of project state\n\n## Development Status\n\nThis is an early alpha release to claim the package name and establish the foundation. More features coming soon!\n\n## License\n\nMIT License",
"bugtrack_url": null,
"license": "MIT",
"summary": "Developer dashboard for project health and configuration status",
"version": "0.2.3",
"project_urls": {
"Documentation": "https://github.com/devme-project/devme#readme",
"Homepage": "https://github.com/devme-project/devme",
"Issues": "https://github.com/devme-project/devme/issues",
"Repository": "https://github.com/devme-project/devme"
},
"split_keywords": [
"dashboard",
" developer",
" git",
" health",
" project",
" status"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3cea22fd215e1bb61abfa36f92f45c56ccfc75bb3c0771177b56725544d35828",
"md5": "1dcecae045acdba63f468c924415404d",
"sha256": "a9ec02b11187fb063cc32f66455684d61b08e22dea57cf04f81155d165106085"
},
"downloads": -1,
"filename": "devme-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1dcecae045acdba63f468c924415404d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 23391,
"upload_time": "2025-07-16T00:10:35",
"upload_time_iso_8601": "2025-07-16T00:10:35.551936Z",
"url": "https://files.pythonhosted.org/packages/3c/ea/22fd215e1bb61abfa36f92f45c56ccfc75bb3c0771177b56725544d35828/devme-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a6f7555e714c417d038d9cea2792404eacae8ff2b1311880647c99b5436ed4f2",
"md5": "6dab74a540d15720ab8334f9f584d0ca",
"sha256": "e57ab214898fecb392b4563331170d4637c674fae7511adf92a788e1bf133ab2"
},
"downloads": -1,
"filename": "devme-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "6dab74a540d15720ab8334f9f584d0ca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19933,
"upload_time": "2025-07-16T00:10:36",
"upload_time_iso_8601": "2025-07-16T00:10:36.645527Z",
"url": "https://files.pythonhosted.org/packages/a6/f7/555e714c417d038d9cea2792404eacae8ff2b1311880647c99b5436ed4f2/devme-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 00:10:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "devme-project",
"github_project": "devme#readme",
"github_not_found": true,
"lcname": "devme"
}