Metadata-Version: 1.1
Name: libtele
Version: 0.2
Summary: Library for interfacing http://tele.at/.
Home-page: https://github.com/kaini/libtele
Author: Michael Kainer
Author-email: kaini1123@gmail.com
License: GPLv3
Description: LIBTELE
        =======
        This is a simple library to get the TV guide from http://tele.at/.
        
        Documentation
        -------------
        You can use Python's builtin ``help`` or use the Sphinx documentation online
        at http://kaini.github.com/libtele/. You may also want to look at the tests or
        the source code itself.
        
        Issues
        ------
        If you find any issues or have got any wishes feel free to report them at
        https://github.com/kaini/libtele.
        
        Dependencies
        ------------
        
        - lxml (python-lxml)
        - twisted (python-twisted)
        - pytz (python-tz)
        - setuptools (python-setuptools): for installation only
        
        Installation
        ------------
        
        Quick and easy:
          ``easy_install libtele``
        
        If you have got the source tarball:
          ``python setup.py easy_install``
        
        Changelog
        ---------
        
        - 0.2
          - Minor bugfixes, see ``git log``
        - 0.1
          - Initial
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Requires: lxml
Requires: pytz
Requires: twisted
Provides: tele
