Skip to main content

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyproj-smthnspcl-0.1.linux-x86_64.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page