Metadata-Version: 1.1
Name: abclinuxuapi
Version: 0.3.8
Summary: API for http://abclinuxu.cz.
Home-page: https://github.com/Bystroushaak/abclinuxuapi
Author: Bystroushaak
Author-email: bystrousak[a]kitakitsune.org
License: MIT
Description: Introduction
        ============
        
        This module contains basic API for crawling the http://abclinuxu.cz website.
        
        Installation
        ------------
        Module is hosted at `PYPI <https://pypi.python.org/pypi/abclinuxuapi/>`_, and
        can be installed using `PIP <http://en.wikipedia.org/wiki/Pip_%28package_manager%29>`_:
        
        ::
        
            pip install abclinuxuapi
        
        Documentation
        -------------
        Full module documentation is hosted at ReadTheDocs:
        http://abclinuxuapi.readthedocs.org
        
        Disclaimer
        ----------
        The API was made by me (Bystroushaak) and it is not officially related to the
        http://abclinuxu.cz project.
        
        Changelog
        =========
        
        0.3.8
        -----
            - Fixed bug in ``Blogpost._parse_content_tag()``.
        
        0.3.7
        -----
            - Fixed #7 - blogs with opening HTML comments in perex.
        
        0.3.0 - 0.3.6
        -------------
            - Added parsing of comments under blogposts.
            - Fixed bugs.
            - Fixed bugs in user.py.
            - Added ``iter_blogposts()``, ``first_blog_page()`` functions for browsing the bloglist.
            - Implemented ``Blogpost.get_image_urls()``.
            - Added date_izolator(). Fixed bugs in comments parsing with relative dates.
            - Fixed bug in parsing of Blogpost's content.
            - Added blog iterator tor User object.
            - Fixed #4 - bug in username parsing.
            - Fixed parsing of censored comments.
            - Added ``Comment.censored``.
            - ``Comment.registered_user`` renamed to ``Comment.registered``.
            - Fixed bug which skipped censored comments.
            - Fixed problems with old blogs (different HTML).
            - Implemented #6: ``.__repr__()`` for all important classes.
        
        0.2.0
        -----
            - Added a lot of features.
            - Fixed broken setup.py.
        
        0.1.0
        -----
            - Created.
            - It can be now used to read data from the abclinuxu, but it is incomplete and it will need a lot of work to do.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Natural Language :: Czech
Classifier: License :: OSI Approved :: MIT License
