Skip to content

TheAssassin/python-appimageupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppImageUpdate Python bindings

build status

This library provides a Python wrapper for libappimageupdate.

It was written in C++ using cffi, and provides an elegant, Pythonic API which allows Python applications to access the libappimageupdate API.

Please beware this is alpha quality software. There is a set of unit tests that cover most of the functionality. If you find bugs, please do not hesitate to open issues here on GitHub. If you think the issues are not in this wrapper but right in libappimageupdate, though, please report the issues in the AppImageUpdate repository.

Build instructions

You will have to install libappimageupdate in order to build the C++ extension this library provides.

Please either install a distribution package, or use CMake and make install to set it up. You should set CMake installation prefix to /usr for maximum compatibility.

Then, install this module via pip right from GitHub. It will automatically build the extension:

> pip install -e git+https://github.com/TheAssassin/python-appimageupdate.git#egg=appimageupdate

About

Python bindings to libappimageupdate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published