Metadata-Version: 1.0
Name: s4api
Version: 0.1.1
Summary: Ontotext Self-Service Semantic Suite's SDK for Python3. For more information, visit http://s4.ontotext.com
Home-page: https://pypi.python.org/pypi/s4api
Author: Svetlin Slavov
Author-email: svetlin.slavov@ontotext.com
License: Apache License 2.0
Description: S4 Python3 SDK
        ==============
        
        =============================================
        A Python3 client library for the S4 REST Api.
        =============================================
        
        .. image:: http://s7.postimg.org/gvxtqu63r/S4logo.png
         :target: http://console.s4.ontotext.com/
        
        This is the S4 SDK for Python3. Available APIs:
        
        1. `Text-Analytics Service
        <http://docs.s4.ontotext.com/display/S4docs/Text+Analytics>`_ 
        
        2. `Fully-Managed GraphDB in the Cloud
        <http://docs.s4.ontotext.com/display/S4docs/Fully+Managed+Database>`_
        
        3. `Fact-Forge
        <http://docs.s4.ontotext.com/display/S4docs/Knowledge+Graphs>`_
        
        Installation
        ------------
        
        ==============
        Easiest method
        ==============
        
        .. code-block:: bash
            
            $ (sudo) pip3 install s4api
        
        =================
        Alternate methods
        =================
        
        Download the project's source code from `GitHub <https://github.com/Ontotext-AD/S4/tree/master/S4-Clients/Python-client>`_ and run:
        
        .. code-block:: bash
        
            $ python3 setup.py
        
        
        or
        --
        
        Download the package directly from `PyPI <https://pypi.python.org/pypi/s4api>`_.
        
        
        Documentation
        -------------
        
        Documentation is generated by Sphinx-autodoc and is available `here <http://s4api.readthedocs.org/>`_.
        
        Please check the `S4 Wiki <http://docs.s4.ontotext.com/display/S4docs/Python+SDK>`_ for more information, code examples and tutorials.
Platform: UNKNOWN
