https://github.com/andrewpetrochenkov/connection.py
https://github.com/andrewpetrochenkov/connection.py
python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/connection.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2018-09-21T20:53:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T09:59:52.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T11:47:26.641Z (2 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/')
```