{"id":28677462,"url":"https://github.com/dimanu-py/instant-python","last_synced_at":"2025-06-14T00:05:41.350Z","repository":{"id":262963265,"uuid":"888901904","full_name":"dimanu-py/instant-python","owner":"dimanu-py","description":"Instant boilerplate generation for Python projects","archived":false,"fork":false,"pushed_at":"2025-06-08T19:25:54.000Z","size":1216,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T19:34:05.833Z","etag":null,"topics":["project-generator","pypi-package","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/instant-python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimanu-py.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"buy_me_a_coffee":"dimanu.py"}},"created_at":"2024-11-15T08:20:30.000Z","updated_at":"2025-06-04T11:30:27.000Z","dependencies_parsed_at":"2024-11-19T02:15:12.568Z","dependency_job_id":"a3770f53-c151-470f-92b9-ccf4ba8c4729","html_url":"https://github.com/dimanu-py/instant-python","commit_stats":null,"previous_names":["dimanu-py/python-skeleton","dimanu-py/python-ddd-skeleton","dimanu-py/instant-python-ddd","dimanu-py/instant-python"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/dimanu-py/instant-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimanu-py%2Finstant-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimanu-py%2Finstant-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimanu-py%2Finstant-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimanu-py%2Finstant-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimanu-py","download_url":"https://codeload.github.com/dimanu-py/instant-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimanu-py%2Finstant-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737918,"owners_count":22903873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["project-generator","pypi-package","python"],"created_at":"2025-06-14T00:05:40.512Z","updated_at":"2025-06-14T00:05:41.337Z","avatar_url":"https://github.com/dimanu-py.png","language":"Python","funding_links":["https://buymeacoffee.com/dimanu.py"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e⚡️ Instant Boilerplate for Python Projects ⚡️\u003c/h1\u003e\n  \u003cstrong\u003eStart your Python project right away\u003c/strong\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://dimanu-py.github.io/instant-python/getting-started/\"\u003eGetting Started\u003c/a\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://dimanu-py.github.io/instant-python/guide\"\u003eGuide\u003c/a\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\n  \u003ca href=\"https://dimanu-py.github.io/instant-python/contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg \n    src=\"https://github.com/user-attachments/assets/132513c0-e472-4523-a0fd-c27b70dfd78a\"\n    alt=\"instant-python-demo\" \n    width=\"80%\"\n  /\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Installation\n\nInstall `instant-python` from PyPI:\n\n```bash\n# With pipx\npipx install instant-python\n```\n```bash\n# With pip in pyenv\npip install instant-python\n```\n\n## Documentation\n\nThe official documentation is available at [dimanu-py.github.io/instant-python](https://dimanu-py.github.io/instant-python).\nWe recommend to visit the page to understand the features and how to use the library.\n\nAdditionally, you can also run the help command to get started:\n\n```bash\nipy --help\n```\n\n## Features\n\nWith `instant-python` there is a lot of features you can customize easily so you can start coding on your project\nas soon as possible. An overview of the features is given below, but you can find a more detailed explanation in the\n[documentation](https://dimanu-py.github.io/instant-python/guide/features/).\n\n- Project slug: Configure the name of the main folder of your project.\n- Source name: Configure the name of the source code folder of your project.\n- Description: Include a description about your project.\n- Version: Set the initial version of your project.\n- Author: Set the author of the project.\n- License: Choose between _MIT_, _Apache_ or _GPL_ licenses to set your project.\n- Python version: Select the Python version you want to use for your project between versions 3.13 to 3.10.\n- Dependency manager: Choose between _uv_ or _pdm_ dependency managers.\n- Git: configure your project as a git repository automatically.\n- Default templates: select your project template between Domain Driven Design, Clean Architecture or Standard Project to\nautomatically generate your project folders and files.\n- Out of the box implementations: include some boilerplate and implementations code that will help you to start your project faster.\nSome of the most popular implementations are value objects, domain error modelling, makefile and Async SQL Alchemy.\n- Dependencies: install dependencies automatically in your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimanu-py%2Finstant-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimanu-py%2Finstant-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimanu-py%2Finstant-python/lists"}