https://github.com/dnaeon/py-freebsd
Python interface to FreeBSD-specific system libraries
https://github.com/dnaeon/py-freebsd
Last synced: 9 months ago
JSON representation
Python interface to FreeBSD-specific system libraries
- Host: GitHub
- URL: https://github.com/dnaeon/py-freebsd
- Owner: dnaeon
- License: other
- Created: 2012-12-31T08:04:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T11:37:47.000Z (about 13 years ago)
- Last Synced: 2025-03-27T05:41:37.546Z (10 months ago)
- Language: C
- Size: 141 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Py-FreeBSD version 0.9.3
========================
Copyright(C) Hye-Shik Chang, 2002-2005.
$FreeBSD$
Introduction
------------
This package provides Python Interface to FreeBSD-Specific
library functions.
Requirement
-----------
This package requires FreeBSD 4 or higher with Python 2.3+.
Supported Functions
-------------------
* Newly supported functions and extension types from 0.9
chflags fchflags geom_getxml gethostname kevent kqueue lchflags
sethostname sysctl sysctldescr sysctlmibtoname sysctlnametomib
* Supported since 0.2
ifstats ipstats tcpstats udpstats
* Supported since 0.1
fstatfs getfsent getfsfile getfsspec getfsstat getloadavg
getlogin getosreldate getpriority getprogname getpwent getpwnam
getpwuid getquota getrlimit getrusage jail ktrace quotaoff
quotaon quotasync reboot sendfile setlogin setpriority setproctitle
setprogname setquota setrlimit statfs
Author
------
Hye-Shik Chang
Any comments, suggestions, and/or patches are very welcome.
Thank you for using Py-FreeBSD!