/pyinit

🐍 🛠️ Tool to create project structure for python projects.

Primary LanguagePythonMIT LicenseMIT

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.