Metadata-Version: 1.0
Name: pyroonga
Version: 0.1
Summary: Python interface for groonga
Home-page: https://github.com/naoina/pyroonga
Author: Naoya INADA
Author-email: naoina@kuune.org
License: BSD
Description: pyroonga
        ========
        
        What's this?
        ------------
        Python interface for `groonga`_ fulltext search engine.
        
        Requirements
        ------------
        
        - Python 2.6 or 3.x and later
        - groonga
        
        Installation
        ------------
        
        from pypi::
        
           % pip install pyroonga
        
        from source::
        
           % python setup.py install
        
        Usage
        -----
        
        TODO
        
        See also
        --------
        
           http://groonga.org/ (Japanese: http://groonga.org/ja/ )
        
        Changelog
        ---------
        
        v0.1 (2012-02-05)
        ^^^^^^^^^^^^^^^^^
        
        - First release
        
        .. _`groonga`: http://groonga.org/
        
Keywords: groonga fulltext search engine
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries
