A tool for generating multi-package Python projects
Project description
WWWURF Project Generator
A command-line tool for generating structured multi-package Python projects using Poetry.
Features
- Creates a structured multi-package Python project
- Generates package scaffolding with Poetry configuration
- Includes testing setup with pytest
- Automatic Git initialization
- Management script for adding new packages
Installation
pip install wwwurf-project-generator
Usage
Creating a new project
wwwurf-gen create my-project --packages core api database
Adding a new package to an existing project
wwwurf-gen add-package new-package-name
Project Structure
The generated project will have the following structure:
my-project/
├── main_app/
│ ├── __init__.py
│ └── main.py
├── packages/
│ ├── core/
│ │ ├── core/
│ │ │ ├── __init__.py
│ │ │ └── main.py
│ │ ├── tests/
│ │ ├── pyproject.toml
│ │ └── README.md
│ └── [other-packages]/
├── pyproject.toml
├── README.md
├── .gitignore
└── manage.py
License
MIT License - see LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Author
WorldWideWurf (worldwidewurf@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wwwurf_project_generator-0.1.0.tar.gz.
File metadata
- Download URL: wwwurf_project_generator-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0dd127e36a0ca8cd8eb3dca182b0fef1ce668b19881fa9bb901464d20d6526
|
|
| MD5 |
0ad9b26136762813df558003203e3241
|
|
| BLAKE2b-256 |
06329b71f9f34cd1675595743d5c43fc69f1d72b779bc9427978aca6c31be397
|
File details
Details for the file wwwurf_project_generator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wwwurf_project_generator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8fc36bdbf0b72ebdda0941391682a4929364e5a5ce8dd7d7cfa16669c91b896
|
|
| MD5 |
62cab126c816039f7c013b8b6d57bc9f
|
|
| BLAKE2b-256 |
a7b56c55d90a0ae55e78241fd05ebb37fa66a8d637ef5dc4cfa5c51a10eb50b1
|