Metadata-Version: 2.3
Name: pylucas
Version: 2.0.0
Summary: Lucas' Functional Distribution, Which Integrates Some Commonly Used.
License: Copyright (c) 2018 The Python Packaging Authority
         
         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.
Author: LuLuLuOfficial
Author-email: xframilrainx@163.com
Requires-Python: >=3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: art (>=6.5,<7.0)
Requires-Dist: tomli-w (>=1.2.0,<2.0.0)
Description-Content-Type: text/markdown

# PyLucas

## 快速开始

```
pip install PyLucas
```

## 特性列表:

### 1.1.2

- Class
  - LogManager
    - 用于管理日志信息与日志文件.
  - ConfigEditor
    - 用于读取, 编辑配置文件.
- Function
  - Author_Lucas [即将弃用]:
    - 用于生成文本为作者名称的 AsciiArt.
  - ASCII_Art
    - 用于生成 AsciiArt.
  - GetTimeStamp
    - 获取当前的时间戳.
  - Get_CurrentFrame_Info
    - 获取当前代码段运行的当前帧, 便于定位错误出现位置.

## 计划列表:

### 1.2.0:

- [ ] 添加 ThreadPool 类, 用于线程池创建和子线程管理.
- [ ] 更改 Function 文件夹结构, 使更易于管理.

### 2.0.0:

- [ ] 暂无.

