Metadata-Version: 2.1
Name: connection
Version: 2019.3.22
Summary: check network connection
Home-page: https://github.com/looking-for-a-job/connection.py
License: UNKNOWN
Keywords: connection
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: Requests
Requires-Dist: public
Requires-Dist: setuptools

<!--
https://pypi.org/project/readme-generator/
-->

[![](https://img.shields.io/pypi/pyversions/connection.svg?longCache=True)](https://pypi.org/project/connection/)

#### Installation
```bash
$ [sudo] pip install connection
```

#### Functions
function|`__doc__`
-|-
`connection.check(timeout=None)` |return True if connection is ok, else False

#### Examples
```python
>>> import connection
>>> connection.check()
True
```

timeout
```python
>>> connection.check(timeout=2)
```

<p align="center">
    <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
</p>

