Metadata-Version: 2.1
Name: llpy-helper-lib
Version: 0.2.0
Summary: A typing & util lib for LLSE Python runtime
License: MIT
Author-email: student_2333 <lgc2333@126.com>
Requires-Python: >=3.10
Provides-Extra: dev
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD033 MD036 -->

# LLSE-Python Helper Lib

[![wakatime](https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/dcd72d53-ac99-4567-a96a-e3de0d0b6836.svg)](https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/dcd72d53-ac99-4567-a96a-e3de0d0b6836)

A typing & util lib for LLSE Python runtime

为 LLSE Python 运行时开发的 类型提示/工具库

## Install / 安装

Use `pip` or other Python package managers to install globally for type hints.

使用 `pip` 或其他包管理器全局安装来提供类型提示

```shell
pip install llpy-helper-lib
```

or you can use lip to install in global LLSE Python `site-packages` path

或者使用 `lip` 安装到全局 LLSE Python `site-packages` 目录

```shell
lip i llpy-helper-lib
```

## Usage / 用法

**[example.py](./example.py)**

## Update Log / 更新日志

### 0.2.0

- Removed module `llpy.utils`  
  删除了 `llpy.utils` 模块
- Added things from `BaseLib.py`  
  添加了来自 `BaseLib.py` 的东西

