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.
pip install pypckage
pip install --upgrade pypckage
If you want to contact me for questions, bugs, or problems or other : lixnew2@gmail.com
Sysall was written for python 3.
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