Metadata-Version: 2.1
Name: pypckage
Version: 1.0.1
Summary: Pypckage is a tool to facilitate the configuration of a python package.
Home-page: https://github.com/LixNew2/Pypckage
Author: LixNew
Author-email: lixnew2@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Pypckage

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

~~~python
pip install pypckage
~~~

### Update

~~~python
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 :

~~~python
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
~~~
