Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santoshlite/zeplyn
zeplyn makes package publishing quick and easy so you can reiterate faster
https://github.com/santoshlite/zeplyn
library open-source package package-manager pip pypi pypi-packages python python-library python3-library twine
Last synced: 1 day ago
JSON representation
zeplyn makes package publishing quick and easy so you can reiterate faster
- Host: GitHub
- URL: https://github.com/santoshlite/zeplyn
- Owner: santoshlite
- Created: 2021-05-25T18:51:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T08:58:55.000Z (over 3 years ago)
- Last Synced: 2024-10-29T20:54:41.540Z (16 days ago)
- Topics: library, open-source, package, package-manager, pip, pypi, pypi-packages, python, python-library, python3-library, twine
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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! 🤗