Metadata-Version: 2.4
Name: gomyck-tools
Version: 1.4.1
Summary: A tools collection for python development by hao474798383
Author-email: gomyck <hao474798383@163.com>
License-Expression: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
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
Provides-Extra: db
Requires-Dist: sqlalchemy>=2.0; extra == "db"
Requires-Dist: asyncpg>=0.28; extra == "db"
Provides-Extra: office
Requires-Dist: pandas>=2.2.3; extra == "office"
Requires-Dist: xlrd>=2.0.1; extra == "office"
Requires-Dist: python-docx>=1.1.2; extra == "office"
Provides-Extra: auto-ui
Requires-Dist: pynput==1.7.7; extra == "auto-ui"
Dynamic: license-file

# 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')
```


