Name | pyinit-cli JSON |
Version |
0.0.5
JSON |
| download |
home_page | None |
Summary | Interactive Python project scaffolding tool |
upload_time | 2025-08-02 15:44:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
python
project
scaffold
cli
generator
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pyinit-cli
An interactive CLI tool to create Python project scaffolds with a customizable structure.
This is a Python wrapper for the [pyinit](https://github.com/Pradyothsp/pyinit) Go binary.
## Installation
```bash
pip install pyinit-cli
```
Or with uv:
```bash
uv add --dev pyinit-cli
```
## Usage
```bash
pyinit
```
The tool will guide you through creating a new Python project with:
- **Interactive Setup**: Guides you through creating a new Python project
- **Customizable Project Structure**: Choose between `src` layout or direct layout
- **Project Types**: Supports different project types like `cli`, `web`, `library`, `data-science`
- **Automated Environment Setup**: Automatically creates virtual environment and installs dependencies
- **Pre-configured Tools**: Comes with pre-configured tools for formatting and linting (`ruff`, `pyright`)
## Requirements
- Python 3.9+
- macOS or Linux
## How it Works
This package downloads the appropriate `pyinit` binary for your platform on first use and stores it in `~/.pyinit/bin/`. The binary is verified using SHA256 checksums for security.
## Source Code
The main pyinit tool is written in Go and available at: https://github.com/Pradyothsp/pyinit
## License
MIT License - see the main repository for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyinit-cli",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "python, project, scaffold, cli, generator",
"author": null,
"author_email": "Pradyoth S P <contact@pradyoth-sp.me>",
"download_url": "https://files.pythonhosted.org/packages/3e/1d/4ecefe1318489e4ed7e13a3cc794aa62e267d435754c6852cdf10e5599c3/pyinit_cli-0.0.5.tar.gz",
"platform": null,
"description": "# pyinit-cli\n\nAn interactive CLI tool to create Python project scaffolds with a customizable structure.\n\nThis is a Python wrapper for the [pyinit](https://github.com/Pradyothsp/pyinit) Go binary.\n\n## Installation\n\n```bash\npip install pyinit-cli\n```\n\nOr with uv:\n```bash\nuv add --dev pyinit-cli\n```\n\n## Usage\n\n```bash\npyinit\n```\n\nThe tool will guide you through creating a new Python project with:\n\n- **Interactive Setup**: Guides you through creating a new Python project\n- **Customizable Project Structure**: Choose between `src` layout or direct layout\n- **Project Types**: Supports different project types like `cli`, `web`, `library`, `data-science`\n- **Automated Environment Setup**: Automatically creates virtual environment and installs dependencies\n- **Pre-configured Tools**: Comes with pre-configured tools for formatting and linting (`ruff`, `pyright`)\n\n## Requirements\n\n- Python 3.9+\n- macOS or Linux\n\n## How it Works\n\nThis package downloads the appropriate `pyinit` binary for your platform on first use and stores it in `~/.pyinit/bin/`. The binary is verified using SHA256 checksums for security.\n\n## Source Code\n\nThe main pyinit tool is written in Go and available at: https://github.com/Pradyothsp/pyinit\n\n## License\n\nMIT License - see the main repository for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Interactive Python project scaffolding tool",
"version": "0.0.5",
"project_urls": {
"Homepage": "https://github.com/Pradyothsp/pyinit",
"Issues": "https://github.com/Pradyothsp/pyinit/issues",
"Repository": "https://github.com/Pradyothsp/pyinit"
},
"split_keywords": [
"python",
" project",
" scaffold",
" cli",
" generator"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e4f4cec6f394cb3e2edaf8005f3bdd1a4dbb75083baeb0f4e8ed0e3a3e48b73c",
"md5": "256054eb4db826adc4ab9640efd38fc4",
"sha256": "61b9f3c1d5e09ee7d9d153fec973c20dfc4dbd5a601aa34ea89be3abba0e4935"
},
"downloads": -1,
"filename": "pyinit_cli-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "256054eb4db826adc4ab9640efd38fc4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6139,
"upload_time": "2025-08-02T15:44:28",
"upload_time_iso_8601": "2025-08-02T15:44:28.554536Z",
"url": "https://files.pythonhosted.org/packages/e4/f4/cec6f394cb3e2edaf8005f3bdd1a4dbb75083baeb0f4e8ed0e3a3e48b73c/pyinit_cli-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e1d4ecefe1318489e4ed7e13a3cc794aa62e267d435754c6852cdf10e5599c3",
"md5": "fed307f6f9bc792df858ed28bdca1a9f",
"sha256": "70e9a69545b3afb444b5992db4bd08734f1bded270e390048f148672c141f6f8"
},
"downloads": -1,
"filename": "pyinit_cli-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "fed307f6f9bc792df858ed28bdca1a9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 16135,
"upload_time": "2025-08-02T15:44:30",
"upload_time_iso_8601": "2025-08-02T15:44:30.614030Z",
"url": "https://files.pythonhosted.org/packages/3e/1d/4ecefe1318489e4ed7e13a3cc794aa62e267d435754c6852cdf10e5599c3/pyinit_cli-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-02 15:44:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Pradyothsp",
"github_project": "pyinit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyinit-cli"
}