Metadata-Version: 2.1
Name: domainchecker
Version: 1.0.0
Summary: A python module that provides check if the domain is available, via Onamae.com Status API
Home-page: https://github.com/kkent030315/onamae-domain-check
Author: Kento Oki
Author-email: hrn832@protonmail.com
License: UNKNOWN
Description: # onamae-domain-check
        
        A python module that provides check if the domain is available, via Onamae.com Status API
        
        # Requirements
        
        `python>=3.7`
        
        # Usage
        
        Install:
        
        ```
        pip install domainchecker
        ```
        
        Example:
        
        ```python
        print(check_domain('google', ['.com', '.jp']))
        # output: {'google.com': False, 'google.jp': False}
        ```
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
