Skip to content

Glue functions for the Python language that let you call Haiku OS functions, initially for file system attribute access.

Notifications You must be signed in to change notification settings

agmsmith/PythonHaikuGlue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonHaikuGlue

Glue functions for the Python language that let you call Haiku OS C++ functions.

Initially the glue is just for some file system APIs, mostly the attribute access ones.

It's an update of BeOSmodule by Mikael Jansson and Chris Herborth, last touched in 2005. In 2017 Chris Herborth gave permission to release it under the MIT license.

Installing

After getting the source code, run this Python command to compile and install it to the Haiku non-packaged directory:

python setup.py install

To uninstall, do a desktop search for a "haikuglue" directory and remove it from likely places (usually "site-packages" is somewhere in the path). Supposedly the command "pip uninstall haikuglue" would also work, but it doesn't.

About

Glue functions for the Python language that let you call Haiku OS functions, initially for file system attribute access.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published