Metadata-Version: 2.4
Name: HydrogenLib-Next
Version: 0.1.13
Project-URL: Documentation, https://github.com/LittleSong2024/HydrogenLib#readme
Project-URL: Issues, https://github.com/LittleSong2024/HydrogenLib/issues
Project-URL: Source, https://github.com/LittleSong2024/HydrogenLib
Author-email: LittleSong2024 <idesong6@qq.com>
License-File: License.md
License-File: License_CN.md
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7.0
Requires-Dist: jsonpickle>=3.3.0
Requires-Dist: natsort
Requires-Dist: ping3>=4.0.0
Requires-Dist: psutil>=6.0.0
Requires-Dist: pyaes>=1.6.0
Requires-Dist: rich>=13.6.0
Requires-Dist: rsa>=4.9
Description-Content-Type: text/markdown

<div align="center">
    <img src="src/image/HydroLib-LOGO-SVG.svg" alt="HydrogenLib Logo" height="300">
</div>

<h1 align="center">HydrogenLib</h1>

<div align="center">

[![PyPI - Version](https://img.shields.io/pypi/v/hydrogenlib-next.svg)](https://pypi.org/project/hydrogenlib)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hydrogenlib-next.svg)](https://pypi.org/project/hydrogenlib)
[![Github Stars](https://img.shields.io/github/stars/LittleSong2024/HydrogenLib.svg)](https://github.com/LittleSong2024/HydrogenLib)

</div>

当前为测试版本,功能可能有**缺失,不完整或错误**,详细请见[注意事项](#注意事项)
## 开发进度
<summary>
<details>

- [ ] boardcast_room
- [ ] codedoc
- [x] data_strctures
- [x] encrypt
- [ ] hycl(Hydrogen Config Language)
- [x] hyconfig(未严格测试)
- [ ] hydownloader
- [x] hystruct(长期更新)
- [x] json
- [ ] namedpipe
- [x] re_plus
- [x] sample_data
- [x] ses(有点草率)
- [ ] socket_structures
  - [ ] serialized_socket
- [x] test_manager(已弃用)
- [x] type_func(长期更新)
- [x] utils(长期更新)
- [ ] auth(未测试)
- [x] const(长期更新)
- [x] coro_plus(长期更新)
- [x] database(实现较为简单)
- [x] decorators(长期更新)
- [x] encryio
- [ ] env_plus
- [x] example
- [x] file(长期更新)
- [x] hash
- [x] hytime(长期更新)
- [x] hywinreg(有点乱)
- [x] import_plus
- [x] io_addons(长期更新)
- [x] json_file
- [x] logging_methods(已弃用,准备开发新的日志记录器)
- [x] neostruct
- [x] network(长期更新)
- [x] ospipe
- [x] output_methods
- [x] path
- [x] process
- [x] process_addons
- [x] signal(只是一个信号的模拟实现)
- [x] socket(打包好的异步Socket实现)
- [x] struct_plus
- [x] sys_plus(长期更新)
- [x] threading_methods(长期更新)

</details>
</summary>

## 目录

- [安装](#安装)
- [许可证](#许可证)
- [注意事项](#注意事项)

## 安装

```shell
  pip install HydrogenLib-Next
```

## 注意事项
- 项目的实际开发Python版本为**3.12+**,可能无法运行于低于3.12的Python版本.
- `.hydatabase` 只是一个简单的基于单JSON文件的轻量级数据库，可能不适用于所有使用场景.
- `.hypipe` 为非Windows系统的支持未完成.
- `.hyre` 实现较为简单，可能无法完全满足需求.
- `.hystruct`, `.socket`等模块整改,相关功能暂时不兼容.
- 对于有关IO功能的函数和类,大多使用了异步模式，请注意兼容性.

- **所有模块均未进行全面的测试.**

## 许可证

项目使用[`HydrogenLib License`](License.md)许可证.

## 致谢

 - [`Python`](https://www.python.org/) 没有官方软件的存在，我们无法完成这个项目。
 - [`rich`](https://github.com/Textualize/rich) 作为一个输出美化库,为我们的调试和输出提供了许多功能。
 - [`psuitl`](https://pypi.org/project/psutil) 功能强大的进程管理库。

### 此外,提名或未提名的开源模块,我们都一并表示由衷的感谢。
