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
- Host: GitHub
- URL: https://github.com/alyshmahell/stubwheel
- Owner: AlyShmahell
- License: mit
- Created: 2020-07-25T14:54:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T16:38:37.000Z (about 2 years ago)
- Last Synced: 2025-08-28T07:51:19.980Z (10 months ago)
- Topics: pypi, stub
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```