Metadata-Version: 2.1
Name: pypi_name_cli
Version: 1.0.0
Summary: Check whether a package name is available on PyPI
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
License: UNKNOWN
Project-URL: Source, https://gitlab.com/yoginth/pypi_name_cli
Description: ## PyPI Name CLI
        
        > Check whether a package name is available on PyPI
        
        ## Install
        
        ```
        $ pip install pypi_name_cli
        ```
        
        ## Usage
        
        ```
        $ pypi yoginth
        
         😞 This name is already taken
        
        $ pypi not_a_package
        
         😊 This name is available to use
        ```
        
        ## License
        
        [MIT][license] Yoginth
        
        [LICENSE]: https://mit.yoginth.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
