A tool to generate Python project structures
Project description
pipsetup
pipsetup is a Python tool for generating a structured project template, making it easier to set up and start new Python projects. It automates the creation of essential project files and directories, streamlining the setup process.
Features
- Generate a standard Python project structure.
- Create essential files such as
setup.py,setup.cfg,README.md,LICENSE, andMANIFEST.in. - Customize the project structure with user-defined project names, author names, and email addresses.
Installation
You can install pipsetup via PyPI (Python Package Index). Use the following command:
pip install pipsetup
Usage
After installing pipsetup, you can use it directly from the command line to create a new project. The command format is as follows:
pipsetup <project_name> <autor> <email>
Parameters
<project_name>: The name of the new project you want to create.<autor>: The author of the project.<email>: The email address of the author.
Example
To create a new project named my_new_project with the author John Doe and email john.doe@example.com, run the following command:
pipsetup my_new_project "John Doe" john.doe@example.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 pipsetup-0.2.tar.gz.
File metadata
- Download URL: pipsetup-0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a28605041603fe06f973007c79c502eafb0c5f5ab236a0feff103075f29faa2c
|
|
| MD5 |
c3163411430a6ae43749247598d8fae8
|
|
| BLAKE2b-256 |
9391e29093222dab93bdf3b03d020f390916305f10fd08884463fbf630b03783
|
File details
Details for the file pipsetup-0.2-py3-none-any.whl.
File metadata
- Download URL: pipsetup-0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3ef783379b2a724182821aaaba82c647019ee40149be073f1329ebef9e24c0
|
|
| MD5 |
cce79cd0176363a116994fa82e0d5329
|
|
| BLAKE2b-256 |
f8c7593a00e8ef67cad9e76c667cffa5f9eca6b552b321eac38e03f06f0cf372
|