An open API service indexing awesome lists of open source software.

https://github.com/alyshmahell/stubwheel

a script that reserves a project name on pypi
https://github.com/alyshmahell/stubwheel

pypi stub

Last synced: 10 months ago
JSON representation

a script that reserves a project name on pypi

Awesome Lists containing this project

README

          

# stubwheel
a script that reserves a project name on pypi

## installation
```sh
pip install stubwheel
```

## usage
```sh
stubwheel --name
```
#### other options:
```sh
stubwheel --help
```
```
-h, --help show this help message and exit
--name NAME package name (required)
--version VERSION package version (optional)
--url URL package url (optional)
--author AUTHOR author name (optional)
--email EMAIL author email (optional)
--desc DESC package description (optional)
```