Skip to content
/ pinit Public

A small python utility that automates the annoying process of creating python package.

License

Notifications You must be signed in to change notification settings

cmd410/pinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PINIT

A small python utility that automates the annoying process of creating python package.

What it does:

  • Creates auto-filled setup.py
  • Creates basic README.md
  • Creates <your_project_name> and tests folders with their __init__.py

Usage

  1. Download this repository
  2. Make symlink in your bin directory pointing to pinit/__main__.py
  3. Create new directory for your project
  4. In that directory call pinit and follow instructions, they are pretty straight forward, I think.

About

A small python utility that automates the annoying process of creating python package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages