Metadata-Version: 2.1
Name: ispublicdomain
Version: 1.0.2
Summary: Check if a domain is public
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/ispublicdomain
Description: ## Is Public Domain
        
        > Check if a domain is public
        
        ## Screenshot
        
        <img src="https://gitlab.com/yoginth/ispublicdomain/raw/master/Screenshot.png" width="550">
        
        ## Install
        
        ```
        $ pip install ispublicdomain
        ```
        
        ## Usage
        
        ```python
        import ispublicdomain as domain
        
        domain.check('http://google.com')
        #=> True
        ```
        
        ## 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
