Metadata-Version: 1.0
Name: py_set
Version: 0.1.1
Summary: C extension module actualizing red-black search tree for Python3
Home-page: https://github.com/DobroSun/py_set
Author: Dobrogost Pavel
Author-email: mr.dobrogost02@mail.ru
License: UNKNOWN
Description: # Pyset
        [![Build Status](https://travis-ci.com/DobroSun/py_set.svg?branch=master)](https://travis-ci.com/DobroSun/py_set)
        
        PySet is wrapper of C++ standart red-black tree realization(std::set)
        
        Usage
        -----
        ```
        >>>rbt = pyset()
        >>>
        ```
        
Platform: UNKNOWN
