crustymonkey / pylibgal3

A Python library to wrap the Gallery 3 REST API

Home Page:http://stuffivelearned.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=======
Install
=======

To install this libary, just do the usual Python setup:

# tar -xvzf libgal3-*.tar.gz
# cd libgal3-*
# python setup.py install

That's it for install.  You should be able to import the libg3 library after
that:

(In your python script)
import libg3

=============
Documentation
=============

See http://stuffivelearned.org/doku.php?id=programming:python:libgal3 for documentation info.

===========
Bug Reports
===========

Please post bug reports on github at: 
    https://github.com/crustymonkey/pylibgal3/issues

About

A Python library to wrap the Gallery 3 REST API

http://stuffivelearned.org

License:GNU General Public License v3.0


Languages

Language:Python 100.0%