easily create new python projects
Project description
pyproj
tool to speed up development
features?
- creates a project structure for you
- compiles your project
- pypi integration
implies you have already created your pypirc and installed twine
how to ..
... install
pip3 install git+https://github.com/smthnspcl/pyproj
... use by cli
usage: pyproj [-h] -n NEW [--no-mit] -a AUTHOR
optional arguments:
-h, --help show this help message and exit
-n NEW, --new NEW project name
--no-mit
-a AUTHOR, --author AUTHOR
author name
eg.: pyproj -n "test" -a "Pascal Eberlein"
... use by code
from pyproj import Project
Project.new("testProject", True, "Pascal Eberlein")
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
Close
Hashes for pyproj-smthnspcl-0.1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | adff4c4fb15cf82cf8a9e844ec1bc0f4d081a29297c77ba6acde83ab33dc0a96 |
|
MD5 | 8751e8073558962f9b6ea80a501d126f |
|
BLAKE2b-256 | 6897be6952cfd63ca53466e87889592d18b64987c125f8f7b74984ab60f6f9de |