Metadata-Version: 2.1
Name: pyprctl
Version: 0.1.3
Summary: An interface to Linux's prctl() syscall written in pure Python using ctypes.
Home-page: https://github.com/cptpcrd/pyprctl
License: MIT
Project-URL: Documentation, https://pyprctl.readthedocs.io/en/latest
Keywords: prctl
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyprctl

[![PyPI](https://img.shields.io/pypi/v/pyprctl)](https://pypi.org/project/pyprctl)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyprctl)](https://pypi.org/project/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/)


