Python library/bindings for appNGizer webapplication
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To fullfill all 3rd party dependencies you probably need further build dependencies. For debian you can use following command:
# jessie
$ apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-de libffi-dev
$ pip install --upgrade cffi
# stretch
$ apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev
python-appngizer is available via pip and as debian package (currently just for jessie).
$ pip install appngizer
Add apt repository to your apt sources:
/etc/apt/sources.list.d/appng.list:
# stable packages
deb http://appng.org/apt stable main
# unstable packages
deb http://appng.org/apt unstable main
Add apt repository public key to your keyring:
$ wget -qO - https://appng.org/gpg/debian.key | sudo apt-key add -
Update apt sources and install package:
$ apt-get update
$ apt-get install python-appngizer
For further documentation of usage and API see ReadtheDocs.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Björn Pritzel - Initial work - aiticon GmbH
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details