Metadata-Version: 2.1
Name: stubwheel
Version: 1.0.6
Summary: a script that reserves a project name on PyPi
Home-page: https://github.com/AlyShmahell/stubwheel
Author: AlyShmahell
Author-email: 
License: UNKNOWN
Description: # 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)
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
