Metadata-Version: 2.0
Name: typesense
Version: 0.2.4
Summary: Python client for Typesense, an open source and typo tolerant search engine.
Home-page: https://typesense.org
Author: Typesense
Author-email: contact+typesense@wreally.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN

Typesense Python Client
=======================

Python client for the Typesense API: https://github.com/typesense/typesense

Follows the Typesense `API specification <https://github.com/typesense/typesense-api-spec>`_.

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

.. code-block::

   $ pip install typesense

You can also add ``typesense`` to your project's ``requirements.txt``.

Usage
-----

See the detailed `API documentation <https://typesense.org/api>`_.

Contributing
------------

Bug reports and pull requests are welcome on GitHub at [https://github.com/typesense/typesense-python].

License
-------

``typesense`` is distributed under the Apache 2 license.


