Metadata-Version: 1.1
Name: python-suseapi
Version: 0.19
Summary: Python module for SUSE APIs.
Home-page: https://github.com/nijel/python-suseapi
Author: Michal Čihař
Author-email: mcihar@suse.cz
License: GPLv3+
Download-URL: https://pypi.python.org/pypi/python-suseapi
Description: python-suseapi
        ==============
        
        .. image:: https://travis-ci.org/nijel/python-suseapi.png?branch=master   
            :alt: Build status
            :target: https://travis-ci.org/nijel/python-suseapi
        
        .. image:: https://coveralls.io/repos/nijel/python-suseapi/badge.svg?branch=master 
            :alt: Code coverage
            :target: https://coveralls.io/r/nijel/python-suseapi?branch=master 
        
        .. image:: https://landscape.io/github/nijel/python-suseapi/master/landscape.png
            :alt: Code Health
            :target: https://landscape.io/github/nijel/python-suseapi/master
        
        .. image:: https://www.codacy.com/project/badge/91a7d184cf0745249b014aad7bfd265f
            :alt: Codacy Badge
            :target: https://www.codacy.com/public/michal_2/python-suseapi
        
        .. image:: http://img.shields.io/pypi/dm/python-suseapi.svg
            :alt: PyPi
            :target: https://pypi.python.org/pypi/python-suseapi
        
        Python module to work with various SUSE services. Please note that many of them
        are internal only.
        
        Documentation is available at http://python-suseapi.readthedocs.org/.
        
        Bugzilla
        --------
        
        Simple interface for Novell bugzilla, allowing to download, search or
        manipulate with bugs. It relies on web scraping using mechanize for many
        tasks.
        
        Maintained data
        ---------------
        
        Process database of maintained data. This will be soon obsolete as this
        information should be in Build Service.
        
        Presence
        --------
        
        Access to vacation and holiday information.
        
        Products
        --------
        
        Basic mapping of various variants of product name to standard notation.
        
        Service request information
        ---------------------------
        
        Retrieval information about service requests.
        
        SWAMP
        -----
        
        Module for interfacing SWAMP using SOAP interface based on suds library.
        
Keywords: suse,django
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
