Metadata-Version: 2.0
Name: borax
Version: 1.0.2
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 :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
Description-Content-Type: text/markdown

## 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.lazy` : A lazy creator for a class object and function.
- `borax.structures` : A useful data structure for dictionary/list/set .

## License

*borax* is released under the MIT license.

