Skip to content

Josca/ppr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PPR

  • Easy create new Python PRoject.

Install

  • Standard pip installation, in folder with setup.py run:
    • pip install .

Usage

  • Create new Python project named HelloProject
    • ppr HelloProject
  • The command generates this folder structure:
    • /HelloProject
      • /HelloProject
        • init.py
        • hello.py
      • setup.py
  • So you can just install your new project:
    • pip install HelloProject\
  • .. or development installation:
    • pip install --editable HelloProject\
  • And that's all.

About

Generate Python project using single command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages