'uniprop' provides the Unicode properties of codepoints similar to those of the unicodedata module.
It is supported on Python v3.4, v3.6 and v3.5.

To build and install uniprop for your default Python run 
    
    python setup.py install
    
To install uniprop for a specific version run setup.py with that interpreter, e.g.

    python3.5 setup.py install
