Metadata-Version: 2.4
Name: lautpy
Version: 0.0.1
Summary: A python utils package
Author-email: elimes <elimes@126.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/elimes/lautpy
Project-URL: Repository, https://github.com/elimes/lautpy
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Requires-Dist: numpy
Dynamic: license-file



<h1 align = "center">:rocket: 常用工具类 :facepunch:</h1>

## Install
```bash
pip install -U lautpy
```

## 

### Tools
```python
from lautpy.pipe import *

for i in range(5) | xtqdm:
    logger.info("这是一个进度条")

with timer('LOG'):
    logger.info("打印一条log所花费的时间")
```

<details>
  <summary><b>A</b></summary>
  a.b
</details>


### Notice
```python
from lautpy.pipe import *

for i in range(5) | xtqdm:
    logger.info("这是一个进度条")

with timer('LOG'):
    logger.info("打印一条log所花费的时间")
```

---
## TODO

