A skeleton generator for python projects.
Project description
startkit
A skeleton generator for python projects.
Installation
pip install startkit
Usage Demo
cd C:\workspace
startkit
> Where will the project be created? [C:\workspace]
> Please enter your project name: [myproject]
> Please enter main package name: [myproject]
> Please enter your project version: [0.0.1]
> Please enter your project description: *********
> Please enter your name: [***] ******
> Please enter your email: ******@***.com
The project has been created successfully!
To get started:
cd C:\workspace\myproject
venv\Scripts\activate.bat (cmd.exe)
venv\Scripts\Activate.ps1 (PowerShell)
source venv/bin/activate (bash/zsh)
pip install -r requirements.txt
pip freeze > requirements.txt
python -m myproject
...
deactivate
Documentation can be found at https://pypi.org/project/startkit.
warning: The text in "()" is just explanatory text. Don't paste them to run.
warning: For more executable commands, refer to the "Makefile" of the project.
Bug Reports
If you have any bugs to report, you're welcome to file an issue.
Project details
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 startkit-1.2.0.tar.gz.
File metadata
- Download URL: startkit-1.2.0.tar.gz
- Upload date:
- Size: 449.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad779f877ede2998f83f0744c2993da0d7e342a3a3b280c57b8d3e14d93fc93f
|
|
| MD5 |
62fc8a907e7c3614da9f11a9d64d0a4d
|
|
| BLAKE2b-256 |
935e2a9a9478610c1d3f52dc23d5a6f682bc18ea4f5b97bfdc0bf03abe4d4882
|
File details
Details for the file startkit-1.2.0-py3-none-any.whl.
File metadata
- Download URL: startkit-1.2.0-py3-none-any.whl
- Upload date:
- Size: 475.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef60521bb87a1d9751be88dfb3601db5f81e90613abf2de62694052263885eb1
|
|
| MD5 |
c1ab34e3c09f61641786b834824ec3f6
|
|
| BLAKE2b-256 |
4ffa0ae1159a03ad9701a19dbc778080062d6ac6202dbd3d21067d41d96b3e39
|