Metadata-Version: 2.1
Name: Zeraora
Version: 0.1.0a3
Summary: 一个包含原创工具类及快捷函数的工具库。A original utility Python package.
Home-page: https://github.com/aixcyi/zeraora
Author: aixcyi
Author-email: 75880483+aixcyi@users.noreply.github.com
License: MIT
Project-URL: Source, https://github.com/aixcyi/zeraora
Project-URL: Tracker, https://github.com/aixcyi/zeraora/issues
Classifier: Development Status :: 4 - Beta
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: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<h1 align="center" style="padding-top: 32px">Zeraora</h1>

<div align="center"><i>包含了个人及公司项目中原创且可公开的工具类及快捷函数的工具库<br>A original utility Python package supports for my personal and company's projects</i></div>

## Description

[![Python](https://img.shields.io/badge/Python-3.7%20%2B-blue.svg?logo=python&logoColor=yellow)](https://docs.python.org/zh-cn/3/whatsnew/index.html) [![License](https://img.shields.io/badge/License-MIT-purple.svg)](https://en.wikipedia.org/wiki/MIT_License) ![Release](https://img.shields.io/github/v/release/:user/:repo?display_name=tag) ![PyPI](https://img.shields.io/pypi/v/zeraora) ![conda](https://img.shields.io/conda/v/conda-forge/zeraora)

解决在不同项目、不同环境之间快速使用自己编写的工具类及快捷函数的痛点。

## Usage

可以使用 pip 直接安装：

```shell
pip install zeraora
```

未来计划打包到 Anaconda Cloud，以便使用 conda 安装：

```shell
conda install zeraora
```

## Compatibility

[Python 3.7](https://docs.python.org/zh-cn/3/whatsnew/3.7.html#summary-release-highlights) 开始 `dict` 正式按照插入顺序存储，考虑到 `dict` 是 Python 的基石，跨越这个版本保证的兼容性的代码可能会存在不易察觉的错误，因此将该版本定为兼容下限。这也是我接触过的项目中的最低运行版本，故而不太希望维护对更低版本的兼容。

## Change

此处仅列出不兼容旧版的修改，其余变动见git历史。

暂无。

## APIs

> 一个成熟的IDE应该学会自己生成文档~

