pypckage

Pypckage is a tool to facilitate the configuration of a python package.


License
MIT
Install
pip install pypckage==1.0.12

Documentation

Pypckage

Downloads Version Python Version

Pypckage is a tool that facilitates the configuration of a python package. You just need to run a command in the terminal and enter some information and Pypckage takes care of everything. It creates the "setup.py, LICENSE, README.md, etc", all preconfigured. All you have to do is to customize the created files.

Set up


Install

pip install pypckage

Update

pip install --upgrade pypckage

Support

If you want to contact me for questions, bugs, or problems or other : lixnew2@gmail.com

Python version

Sysall was written for python 3.

Command

In the terminal :

pypck-build

#output:
#Path : Enter the path where your module is located, exemple : D:\Test
#Package name : Enter the name you want to give to your package
#Module name : Entre the name of your module, without (.py), just the name