Metadata-Version: 2.1
Name: pyprctl
Version: 0.1.0
Summary: An interface to Linux's prctl() syscall written in pure Python using ctypes.
Home-page: https://github.com/cptpcrd/pyprctl
License: MIT
Description: # pyprctl
        
        [![Documentation Status](https://readthedocs.org/projects/pyprctl/badge/?version=latest)](https://pyprctl.readthedocs.io/en/latest/?badge=latest)
        [![GitHub Actions](https://github.com/cptpcrd/pyprctl/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/cptpcrd/pyprctl/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
        [![codecov](https://codecov.io/gh/cptpcrd/pyprctl/branch/master/graph/badge.svg)](https://codecov.io/gh/cptpcrd/pyprctl)
        
        An interface to Linux's prctl() system call (and Linux capabilities in general) written in pure Python using ctypes.
        
        [Documentation](https://pyprctl.readthedocs.io/en/latest/)
        
Keywords: prctl
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
