Metadata-Version: 2.1
Name: borax
Version: 1.1.4
Summary: A util 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 :: 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 utils collections for python3 development, which contains some common data structures and the implementation of design patterns.

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

- `borax.choices` : choices a enhance module using class-style define for const choices.
- `borax.fetch` : 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.

