zeplyn

Upload and reitarate on your packages


Keywords
library, open-source, package, package-manager, pip, pypi, pypi-packages, python, python-library, python3-library, twine
License
MIT
Install
pip install zeplyn==0.1.1

Documentation

Zeplyn

Zeplyn makes package publishing quick and easy in one command (zeplyn publish) so you can reiterate faster

Installation 📥

pip install zeplyn

Usage

zeplyn publish 🚀

In order to use zeplyn publish, your folder will have to look like that :


├── Package Name
   ├── src (folder where there is the source code of your package)
        ├── main.py (file with the source code)
     
   ├── setup.py
   ├── README.md
   

Then you need to go to your Package Name directory with you command prompt cd Package Name and type zeplyn publish : it will ask you for your PyPi infos and then it'll upload it! 🤗