An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/connection.py


https://github.com/andrewpetrochenkov/connection.py

python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![](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/')
```