Metadata-Version: 1.1
Name: brownant
Version: 0.1.5
Summary: A lightweight web data extracting framework.
Home-page: https://github.com/douban/brownant
Author: Jiangge Zhang
Author-email: zhangjiangge@douban.com
License: BSD
Description: |Build Status| |Coverage Status| |Wheel Status| |PyPI Version| |PyPI Downloads|
        
        Brownant
        ========
        
        Brownant is a lightweight web data extracting framework.
        
        
        Who uses it?
        ------------
        
        At the moment, `dongxi.douban.com <http://dongxi.douban.com>`_
        (a.k.a. Douban Dongxi) uses Brownant in production environment.
        
        
        Installation
        ------------
        
        ::
        
            $ pip install brownant
        
        
        Links
        -----
        
        - `Document <https://brownant.readthedocs.org>`_
        - `Issue Track <https://github.com/douban/brownant/issues>`_
        
        
        Issues
        ------
        
        If you want to report bugs or request features, please create issues on
        `GitHub Issues <https://github.com/douban/brownant/issues>`_.
        
        
        Contributes
        -----------
        
        You can send a pull reueqst on
        `GitHub <https://github.com/douban/brownant/pulls>`_.
        
        
        .. |Build Status| image:: https://travis-ci.org/douban/brownant.png?branch=master,develop
           :target: https://travis-ci.org/douban/brownant
           :alt: Build Status
        .. |Coverage Status| image:: https://coveralls.io/repos/douban/brownant/badge.png?branch=develop
           :target: https://coveralls.io/r/douban/brownant
           :alt: Coverage Status
        .. |Wheel Status| image:: https://pypip.in/wheel/brownant/badge.png
           :target: https://pypi.python.org/pypi/brownant
           :alt: Wheel Status
        .. |PyPI Version| image:: https://pypip.in/v/brownant/badge.png
           :target: https://pypi.python.org/pypi/brownant
           :alt: PyPI Version
        .. |PyPI Downloads| image:: https://pypip.in/download/brownant/badge.png
           :target: https://pypi.python.org/pypi/brownant
           :alt: PyPI Downloads
        
Keywords: extract,web data
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
