0%

Borax:Python3开发工具集合库

borax-cover

Borax 是一个Python3开发工具集合库,包含了常用的数据结构和设计模式的实现,以及一些简单的函数封装。

PyPI

模块

Borax 包括了以下模块:

  • 中国农历日期 borax.calendars.lunardate
  • 国际/国内节日 borax.calendars.festivals
  • 树形数据结构 borax.structures.tree
  • 单例模式 borax.patterns.singleton
  • 代理模式 borax.patterns.lazy
  • json序列化 borax.serialize.bjson / borax.serialize.cjson
  • 财务金额格式化 borax.finance
  • 别名字典、属性字典 borax.dictionary
  • 列表常用函数 borax.utils

资源汇总

代码

文档

开发笔记