Metadata-Version: 2.1
Name: borax
Version: 3.3.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 :: 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 is a tool collections for python3 development, which contains these topics:

- Common data structures (AttrDict)
- the Implementation of design patterns. (singleton / proxy / lazy)
- Some useful mini library.

Package & Module
++++++++++++++++

- `borax.calendars` : A Chinese lunar calendar package, which contains lunar,festivals, birthday.
- `borax.choices` : choices a enhance module using class-style define for const choices.
- `borax.datasets` : A function sets for fetch the values of some axises.
- `borax.structures` : A useful data structure for dictionary/list/set .
- `borax.patterns` : A implementation for the design patterns.

License
+++++++

*borax* is released under the MIT license.

