Skip to main content

Pure-Python bindings to glibc (based on ctypes)

Project description

https://badge.fury.io/py/glibc.png https://travis-ci.org/zyga/python-glibc.png?branch=master https://pypip.in/d/glibc/badge.png

Features

  • Free software: LGPLv3 license

  • Supports signalfd(2) and the assorted set of signal related functions.

  • Supported on python 2.7+ and python 3.2+ and pypy

  • All other useful glibc features are in scope (patches welcome!)

  • from glibc import ... – direct access to glibc functions and types via lazy imports, fast startup, low memory overhead, efficient calls to glibc

  • Declarative code, easy to verify for correctness, easy to add more types, functions and constants.

  • Translates error codes according to documentation (manual pages) of each supported function. Raises OSError with appropriate values and a customized, easy-to-understand error message.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glibc-0.1.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

glibc-0.1-py2.py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page