Metadata-Version: 2.0
Name: borax
Version: 1.0.1
Summary: A util collections for Python3.
Home-page: https://github.com/kinegratii/borax
Author: Kinegratii
Author-email: kinegratii@gmail.com
License: MIT
Platform: UNKNOWN
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.

