Metadata-Version: 2.1
Name: stubwheel
Version: 1.0.7
Summary: a script that reserves a project name on PyPi
Home-page: https://github.com/AlyShmahell/stubwheel
Author: AlyShmahell
Author-email: 
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: twine>=3.2.0
Requires-Dist: wheel>=0.43.0

# stubwheel
a script that reserves a project name on pypi

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

## usage
```sh
stubwheel --name <PACKAGE_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)
```
