Metadata-Version: 2.4
Name: lite-tools
Version: 0.4.14.4
Summary: 一些让你效率提升的小工具集合包[还在持续增加及优化]
Author-email: Empty <lodgeheartfilia@163.com>
License: MIT License
        
        Copyright (c) 2021 Heartfilia
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://github.com/Heartfilia/lite_tools
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: loguru
Requires-Dist: telnetlib3
Requires-Dist: prettytable
Requires-Dist: datetime
Requires-Dist: urllib3
Requires-Dist: requests
Requires-Dist: redis[hiredis]>=4.5.0
Requires-Dist: httpx>=0.28.1
Provides-Extra: net
Requires-Dist: pymysql; extra == "net"
Requires-Dist: pyyaml; extra == "net"
Requires-Dist: usepy; extra == "net"
Requires-Dist: lxml; extra == "net"
Requires-Dist: dbutils; extra == "net"
Requires-Dist: aiomysql; extra == "net"
Provides-Extra: all
Requires-Dist: colorama; extra == "all"
Requires-Dist: pydantic; extra == "all"
Requires-Dist: reportlab; extra == "all"
Requires-Dist: Pillow; extra == "all"
Requires-Dist: pymysql; extra == "all"
Requires-Dist: pyyaml; extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: urllib3; extra == "all"
Requires-Dist: usepy; extra == "all"
Requires-Dist: lxml; extra == "all"
Requires-Dist: dbutils; extra == "all"
Requires-Dist: aiomysql; extra == "all"
Requires-Dist: python-multipart; extra == "all"
Dynamic: license-file

# lite-tools


![](https://img.shields.io/badge/python-3.8-brightgreen)
![](https://img.shields.io/github/watchers/Heartfilia/lite_tools?style=social)
![](https://img.shields.io/github/stars/Heartfilia/lite_tools?style=social)
![](https://img.shields.io/github/forks/Heartfilia/lite_tools?style=social)

## 特别声明: 目前均为**测试版本**,主要是探索新功能的，不保证稳定性和性能
### 不出意外会在正式版(1.0.0)的时候修复成稳定版本.
> 0.4.14.*  版本是ai修复校验过的版本，不保证稳定性


### 项目说明

**有空随缘更新一下**
> python 3.7+   // 什么年代了 该不会还有人还在用3.6及以下叭 0.4.10.0 版本再次兼容了3.6 3.7 版本

### Installation
```bash
pip install lite-tools
```

### 命令行指令
```bash
lite-tools [-h]   # 可以获取帮助 我这里就不展示更多了
```

#### 真的懒得写文档 直接看源码 直接点这里 [`__init__.py`](https://github.com/Heartfilia/lite_tools/blob/master/lite_tools/__init__.py)

#### 还有稍微详细的查询工具网站，持续更新的 [lite-tools](https://www.yuque.com/heartfilia/oip3kg/egpxli)

#### 或者部分demo见 [demo.py](https://github.com/Heartfilia/lite_tools/tree/master/demo)
