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! πŸ€—