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
File details
Details for the file pyproj-smthnspcl-0.1.linux-x86_64.tar.gz
.
File metadata
- Download URL: pyproj-smthnspcl-0.1.linux-x86_64.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adff4c4fb15cf82cf8a9e844ec1bc0f4d081a29297c77ba6acde83ab33dc0a96 |
|
MD5 | 8751e8073558962f9b6ea80a501d126f |
|
BLAKE2b-256 | 6897be6952cfd63ca53466e87889592d18b64987c125f8f7b74984ab60f6f9de |