Nancy-Chauhan / pyinit

🐍 πŸ› οΈ Tool to create project structure for python projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyinit 🐍

πŸ› οΈ Tool to create project structure for python projects.

Installation

Requirements

  • python 3.6 +

To install run:

pip install git+https://github.com/Nancy-Chauhan/pyinit.git

Usage

To create a new python package go inside the folder and simple run pyinit. It will create following files :

.
β”œβ”€β”€ README.md
β”œβ”€β”€ sample
β”‚   └── __init__.py
β”œβ”€β”€ setup.py
└── tests
    └── __init__.py

2 directories, 4 files

Developing

Requirements

  • pipenv

Clone this project and run pipenv inside the folder to start a virtual env and continue working on the project to make the changes.

About

🐍 πŸ› οΈ Tool to create project structure for python projects.

License:MIT License


Languages

Language:Python 99.1%Language:Makefile 0.9%