Metadata-Version: 2.1
Name: selinux
Version: 0.1.2
Summary: shim selinux module
Home-page: https://github.com/ssbarnea/selinux
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
License: MIT license
Description: # selinux
        Pure-python selinux shim module for use in virtualenvs
        
        
        =======
        History
        =======
        
        0.1.2 (2019-04-13)
        
        * First version that can really detect selinux on system and load it, allowing
        users of isolated virtualenvs to be able to load selinux.
        * Library is supoosed to load nothing on non-Linux systems
        * Only one warning is raised if the library failes to find system selinux
        
        0.1.0 (2019-03-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: selinux
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/plain; charset=UTF-8
