Skip to content

zeplyn makes package publishing quick and easy so you can reiterate faster

Notifications You must be signed in to change notification settings

santoshlite/zeplyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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! 🤗