Metadata-Version: 2.1
Name: gomyck-tools
Version: 1.2.12
Summary: A tools collection for python development by hao474798383
Home-page: https://blog.gomyck.com
Author: gomyck
Author-email: hao474798383@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: jsonpickle ~=3.4.2
Requires-Dist: SQLAlchemy ~=2.0.36
Requires-Dist: chardet ~=5.2.0
Requires-Dist: psycopg2-binary ~=2.9.10
Requires-Dist: croniter ~=5.0.1
Requires-Dist: gmssl ~=3.2.2
Requires-Dist: psutil ~=6.1.0
Requires-Dist: jsonpath-ng ~=1.7.0
Requires-Dist: bottle ~=0.13.2
Requires-Dist: requests ~=2.32.3
Requires-Dist: urllib3 ~=1.26.20
Requires-Dist: kafka-python ~=2.0.2
Requires-Dist: bs4 ~=0.0.2
Requires-Dist: paho-mqtt ~=2.1.0
Requires-Dist: fuzzywuzzy ~=0.18.0
Requires-Dist: pymysql ~=1.1.1
Requires-Dist: pyzipper ==0.3.6
Requires-Dist: prometheus-client ==0.21.1
Requires-Dist: paramiko ==3.5.0
Requires-Dist: pyjwt ==2.10.1
Requires-Dist: cryptography ==44.0.2
Requires-Dist: redis ==5.2.1

# Gomyck-Tools

## project

https://github.com/mzxc

## install

This package need python version >= 3.9

```shell
pip install gomyck-tools
```

## usage

```python
from ctools import sys_log
sys_log.clog.info('hello world')
```


