Metadata-Version: 2.0
Name: link.fulltext
Version: 0.4
Summary: Middleware feature for generic Fulltext-Index manipulation
Home-page: https://github.com/linkdd/link.fulltext
Author: David Delassus
Author-email: david.jose.delassus@gmail.com
License: MIT
Keywords: link fulltext index
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
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 :: Implementation :: CPython
Requires-Dist: link.middleware (>=0.16)
Requires-Dist: link.utils (>=1.4)

link.fulltext
=============

**link.fulltext** provides a middleware feature with an API for fulltext-index manipulation.

See documentation_ for more informations.

.. _documentation: https://linkfulltext.readthedocs.io

.. image:: https://img.shields.io/pypi/l/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: License

.. image:: https://img.shields.io/pypi/status/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: Development Status

.. image:: https://img.shields.io/pypi/v/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/implementation/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: Supported Python implementations

.. image:: https://img.shields.io/pypi/wheel/link.fulltext.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.fulltext/
   :alt: Download format

Installation
------------

.. code-block:: text

   pip install link.fulltext


