{"id":41709083,"url":"https://github.com/pkeffect/python-framework","last_synced_at":"2026-01-24T21:40:04.954Z","repository":{"id":333203374,"uuid":"1136545048","full_name":"pkeffect/python-framework","owner":"pkeffect","description":"A production-ready Python project generator that creates complete project structures using only the Python standard library. No pip install, no virtual environments needed to run—just Python.","archived":false,"fork":false,"pushed_at":"2026-01-17T23:28:32.000Z","size":183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-18T10:42:26.737Z","etag":null,"topics":["cli","cross-platform","framework","gui","python"],"latest_commit_sha":null,"homepage":"https://internode.info/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkeffect.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":"AUDIT.md","citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-17T22:05:34.000Z","updated_at":"2026-01-17T22:59:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pkeffect/python-framework","commit_stats":null,"previous_names":["pkeffect/python-framework"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pkeffect/python-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fpython-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fpython-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fpython-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fpython-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkeffect","download_url":"https://codeload.github.com/pkeffect/python-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkeffect%2Fpython-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cross-platform","framework","gui","python"],"created_at":"2026-01-24T21:40:04.097Z","updated_at":"2026-01-24T21:40:04.915Z","avatar_url":"https://github.com/pkeffect.png","language":"Python","readme":"# Internode Bare Metal Framework\n\n\u003e **Single-file, zero-dependency Python project generator**\n\n\u003c!-- CI/CD Badges --\u003e\n[![CI](https://github.com/pkeffect/python-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/pkeffect/python-framework/actions/workflows/ci.yml)\n[![Release](https://github.com/pkeffect/python-framework/actions/workflows/release.yml/badge.svg)](https://github.com/pkeffect/python-framework/releases)\n[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![No Dependencies](https://img.shields.io/badge/dependencies-none-green.svg)]()\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n\nA production-ready Python project generator that creates complete project structures using **only the Python standard library**. No pip install, no virtual environments needed to run—just Python.\n\n![Internode Python Framework UI](./images/firefox_fJLSai4HOg.png)\n\n## ✨ Features\n\n- 🐍 **Zero Dependencies** - Uses only Python stdlib\n- 📄 **Single File** - One `.py` file, ~2000 lines\n- 🎨 **Dual GUI** - Tkinter native + Web UI fallback\n- 📦 **5 Templates** - default, minimal, api, cli, library\n- 🔌 **Plugin System** - Extensible via `~/.internode/plugins/`\n- ⚙️ **Config File** - User defaults in `~/.internode.toml`\n- 🔄 **Update Mode** - Add missing files to existing projects\n\n## 🚀 Quick Start\n\n```bash\n# Clone or download\ngit clone https://github.com/pkeffect/python-framework.git\ncd python-framework\n\n# Generate a project\npython python_framework.py --name MyProject\n\n# Or use the GUI\npython python_framework.py --gui\n\n# Or use the web-based GUI\npython python_framework.py --gui2\n```\n\n## 📋 Usage\n\n```bash\n# Basic generation\npython python_framework.py --name MyApp\n\n# With options\npython python_framework.py --name MyApp --template minimal --no-venv\n\n# Interactive mode\npython python_framework.py --interactive\n\n# Preview without creating files\npython python_framework.py --name TestProject --dry-run\n\n# Update existing project\npython python_framework.py --name ExistingProject --update\n\n# GUI modes\npython python_framework.py --gui   # Tkinter (with web fallback)\npython python_framework.py --gui2  # Web UI directly\n```\n\n## 📁 Generated Structure\n\n```\nMyProject/\n├── .github/workflows/ci.yml\n├── .pre-commit-config.yaml\n├── .gitignore\n├── configs/\n│   └── config.json, config.yaml, config.toml, config.ini\n├── docs/\n│   └── CODE_OF_CONDUCT.md, CONTRIBUTING.md, SUPPORT.md, ...\n├── src/myproject/\n│   └── __init__.py, main.py, utils.py\n├── tests/\n│   └── __init__.py, test_main.py\n├── .venv/ (optional)\n├── Dockerfile\n├── LICENSE\n├── manage.py\n├── pyproject.toml\n└── README.md\n```\n\n## 🎨 Templates\n\n| Template | Description |\n|----------|-------------|\n| `default` | Full-featured with configs, tests, and documentation |\n| `minimal` | Bare minimum: src, README, LICENSE only |\n| `api` | API project with configs and tests |\n| `cli` | CLI tool project |\n| `library` | Reusable library package |\n\n## ⚙️ Configuration\n\nCreate `~/.internode.toml` for user defaults:\n\n```toml\nauthor = \"@pkeffect\"\nemail = \"your-email@example.com\"\ntemplate = \"default\"\n```\n\n## 🔌 Plugins\n\nCreate plugins in `~/.internode/plugins/`:\n\n```python\n# ~/.internode/plugins/my_plugin.py\ndef register():\n    return {\"name\": \"My Plugin\", \"version\": \"1.0\"}\n\ndef post_generate(generator):\n    print(f\"Generated: {generator.project_name}\")\n```\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE)\n\n## 👨‍💻 Author\n\n**pkeffect** - [GitHub](https://github.com/pkeffect)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkeffect%2Fpython-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkeffect%2Fpython-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkeffect%2Fpython-framework/lists"}