Metadata-Version: 2.1
Name: xapian-bindings
Version: 0.0.1
Summary: FIXME
Home-page: https://github.com/ninemoreminutes/xapian-bindings/
Author: Chris Church
Author-email: chris@ninemoreminutes.com
License: BSD
Project-URL: Documentation, https://github.com/ninemoreminutes/xapian-bindings/
Project-URL: Source, https://github.com/ninemoreminutes/xapian-bindings/
Project-URL: Tracker, https://github.com/ninemoreminutes/xapian-bindings/issues
Description: |Build Status| |PyPI Version| |Python Versions|
        
        xapian-bindings
        ===============
        
        **NOTE: This package is not yet fully functional!**
        
        xapian-bindings is a meta-package to simplify installation of the `xapian-bindings <https://xapian.org/download>`_ extension
        for Python. It determines the version of ``xapian-bindings`` to use based on the version of `xapian-core <https://xapian.org/download>`_ installed;
        downloads and extracts the source code; then runs ``./configure``, ``make`` and ``make install``.
        
        This project is not affiliated with the `Xapian <https://xapian.org/>`_ project in any way.
        
        Installation
        ------------
        
        1. Ensure you have essential build & development tools installed on your system.
        2. Ensure you have ``xapian-core`` installed via your system package manager or source tarball.
        3. Run ``pip install xapian-bindings``.
        4. Verify installation by running ``python -c "import xapian"``.
        
        
        .. |Build Status| image:: http://img.shields.io/travis/ninemoreminutes/xapian-bindings.svg
           :target: https://travis-ci.org/ninemoreminutes/xapian-bindings
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/xapian-bindings.svg
           :target: https://pypi.python.org/pypi/xapian-bindings
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/xapian-bindings.svg
           :target: https://pypi.python.org/pypi/xapian-bindings
        
Keywords: xapian,bindings,haystack
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
