Metadata-Version: 2.1
Name: borax
Version: 3.4.0
Summary: A tool collections for Python3.
Home-page: https://github.com/kinegratii/borax
Author: kinegratii
Author-email: kinegratii@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5

Overview
++++++++

Borax 是一个Python3工具集合库。包括了以下几个话题：

- Borax.Calendars  : 1900-2100年的中国农历日期库
- Borax.Choices  :  声明式的选项类。适用于Django.models.choices 定义。
- Borax.Datasets  : 记录型数据操作库，包括连结（Join）、列选择（fetch）等。
- Borax.DataStuctures : 树形结构，json数据
- Borax.Numbers : 数字库。包括中文数字、百分数等。
- Borax.Patterns :  设计模式。包括单例模式、代理对象、延迟对象。

Source Code
+++++++++++

The code is hosted on https://github.com/kinegratii/borax or https://gitee.com/kinegratii/borax .

Document
++++++++

https://kinegratii.github.io/borax

License
+++++++

::

    The MIT License (MIT)

    Copyright (c) 2015-2020 kinegratii

    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.



