Metadata-Version: 2.1
Name: connection
Version: 2021.7.20
Summary: UNKNOWN
Home-page: https://github.com/andrewp-as-is/connection.py
License: Unlicense
Description: [![](https://img.shields.io/badge/released-2021.7.20-green.svg?longCache=True)](https://pypi.org/project/connection/)
        [![](https://img.shields.io/badge/license-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ pip install connection
        ```
        
        ### Examples
        ```python
        >>> import connection
        >>> connection.check()
        True
        ```
        
        timeout
        ```python
        >>> connection.check(timeout=2)
        ```
        
        url
        ```python
        >>> connection.check(url='https://github.com/')
        ```
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
