https://github.com/codeskyblue/sullyutil
Sully common used util
https://github.com/codeskyblue/sullyutil
Last synced: about 2 months ago
JSON representation
Sully common used util
- Host: GitHub
- URL: https://github.com/codeskyblue/sullyutil
- Owner: codeskyblue
- Created: 2020-12-17T08:20:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T08:33:40.000Z (over 4 years ago)
- Last Synced: 2025-02-28T20:20:54.182Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sullyutil
Common used functions## Install
```bash
pip3 install sullyutil
```## Usage
```python
from sullyutil import *# freeport
port = freeport()
```