Metadata-Version: 2.1
Name: pipmaker
Version: 0.3
Summary: <open file 'readme.md', mode 'r' at 0x7fae28854660>
Home-page: https://github.com/DanteAnnetta/pipmaker
Author: Dante Annetta
Author-email: dannetta@lasalleflorida.edu.ar
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# A simple tool to create modules and upload it in PyPi


Before using this module, you must create an account on GitHub and an account on Pypi.

You can do this using this links:
http://github.com

https://pypi.org/account/register/

And create a proyect in GitHub with MIT license and copy the URL

Doing this, you only need a python script which must have a principal class with the module methods.

For upload your module to pypi.org, you need to create a new python script in the directory of your class script and use the following code:

![https://github.com/DanteAnnetta/pipmaker/blob/main/example.py](https://github.com/DanteAnnetta/pipmaker/blob/main/Example.png)



