Metadata-Version: 2.0
Name: typesense
Version: 0.4.0
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
Platform: UNKNOWN
Requires-Dist: requests

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
-----

You can find some examples `here <https://github.com/typesense/typesense-python/blob/master/examples/collection_operations.py>`_.

See 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-python`` is distributed under the Apache 2 license.


