Skip to content
forked from tv42/eunuchs

Missing manly parts of UNIX API for Python

Notifications You must be signed in to change notification settings

orlof/python-nadds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nadds

This library is a fork from Eunuchs Library.

I decided to fork a new library as Eunuchs seems to be abandoned as it became obsolete with python3.

Goals of nadds:

  • pypi installation
  • fix small bugs

Eunuchs (=Nadds) is a library of Python extension that complement the standard libraries in parts where full support for the UNIX API (or the Linux API) is missing.

Most of the functions wrapped by Eunuchs are low-level, dirty, but absolutely necessary functions for real systems programming. The aim is to have the functions added to mainstream Python libraries.

Current list of functions included:

fchdir(2)
recvmsg(2) and sendmsg(2), including use of cmsg(3)
socketpair(2)

Installation

pip install nadds

About

Missing manly parts of UNIX API for Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.9%
  • Python 22.1%