Metadata-Version: 1.1
Name: seccomplite
Version: 0.1.0a3
Summary: lightweight libseccomp2 python bridge
Home-page: https://github.com/MichaWe/python_seccomplite
Author: Michael Witt
Author-email: m.witt@htw-berlin.de
License: GPLv3
Description: Python Seccomp C bridge
        Although a seccomp bridge is included in libseccomp2 > 2.2 
        this serves as our own bridge that don't require Cython and
        should have a lightweight library footprint
        Author: Michael Witt <m.witt@htw-berlin.de>
        
        
Keywords: seccomp sandbox process monitoring security
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Operating System Kernels :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
