Metadata-Version: 2.1
Name: isredirect
Version: 1.0.1
Summary: Check if a number is a redirect HTTP status code
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/isredirect
Description: ## isRedirect
        
        > Check if a number is a redirect HTTP status code
        
        ## Demo
        
        Demo on [Repl.it](https://repl.it/@yoginth/isredirect)
        
        ## Screenshot
        
        <img src="https://gitlab.com/yoginth/isredirect/raw/master/Screenshot.png" width="550">
        
        ## Install
        
        ```
        $ pip install isredirect
        ```
        
        ## Usage
        
        ```python
        from isredirect import isRedirect
        
        isRedirect(300)
        #=> True
        
        isRedirect(200)
        #=> False
        ```
        
        ## License
        
        [MIT][license] Yoginth
        
        [LICENSE]: https://mit.yoginth.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
