Metadata-Version: 1.0
Name: typesense
Version: 0.2.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
Description: 
        Typesense Python Client
        =======================
        
        Python client for the Typesense API: https://github.com/typesense/typesense
        
        Follows the API specifications `here <https://github.com/typesense/typesense-api-spec>`_.
        
        Installation
        ------------
        
        .. code-block::
        
           $ pip install typesense-python
        
        You can also add ``typesense-python`` to your project's ``requirements.txt``.
        
        Usage
        -----
        
        Detailed documentation is available `here <https://typesense.org/docs/?python#quickstart>`_.
        
        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.
        
Platform: UNKNOWN
