https://github.com/andrewpetrochenkov/connection.py
https://github.com/andrewpetrochenkov/connection.py
python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/connection.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2018-09-21T20:53:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T09:59:52.000Z (over 4 years ago)
- Last Synced: 2025-07-12T07:33:18.039Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://pypi.org/project/connection/)
[](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/')
```