Metadata-Version: 1.0
Name: python-foreman
Version: 0.3.1
Summary: Simple low-level client library to access the Foreman API
Home-page: https://github.com/david-caro/python-foreman
Author: David Caro
Author-email: dcaroest@redhat.com
License: UNKNOWN
Description: python-foreman
        ==============
        
        Simple library to acces the Foreman API, the full documentation can be found
        http://david-caro.github.io/python-foreman.
        
        .. image:: https://travis-ci.org/david-caro/python-foreman.png
            :target: https://travis-ci.org/david-caro/python-foreman
        
        Installation
        ==============
        
        Execute as root:
        > python setup.py sdist
        > pip install ./dist/python-foreman-\*.tar.gz
        
        
        Plugins
        =============
        
        The plugins should be a simple module file with the a dictionary named DEFS
        with the definitions of the new methods as in the definitions.py file
        
Platform: UNKNOWN
