加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
long_description.rst 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
fastpx2014 提交于 2021-01-11 15:24 . :pencil2:Update license year

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-2021 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.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化