Metadata-Version: 2.1
Name: zeplyn
Version: 0.1.0
Summary: Upload and reitarate on your packages
Home-page: https://github.com/ssantoshp/zeplyn
Author: Santosh Passoubady
Author-email: santoshpassoubady@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: twine

# Zephyr

## Usage

Zephyr allows to you release python package fastly and easily in one command: 

```zephyr publish```

You should run that command in your command prompt in the folder directory where you want to put your package

Zephyr also have a ```zephyr create``` command which automatically create a readme file, a setup.py file and a src folder where your package's code is going to be stored.

Full documentation here : https://github.com/ssantoshp/zephyr

