Metadata-Version: 2.1
Name: dominus-python-sdk
Version: 0.7.0
Summary: A Python Client for Dominus
Home-page: https://github.com/openaristos/dominus-python-sdk
Author: Aristos Data, LLC.
Author-email: hello@openaristos.io
License: AGPLv3
Description: # Dominus SDK for Python
        Dominus is an entity intelligence engine.
        
        [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](http://openaristos.slack.com/)
        [![Stack Overflow](https://img.shields.io/badge/stackoverflow-dominus-lightgrey.svg)](https://stackoverflow.com/questions/tagged/dominus)
        
        It’s used as a tool for entity resolution, mastering, traversal, and exploration.
        
        Dominus helps unite all of your entities and express powerful queries that you always imagined.
        
        ## Installation
        Installing the Dominus python client takes just a few seconds:
        ```bash
        pip install dominus-python-sdk
        ```
        
        ## Proto
        This package uses grpclib for streaming using asyncio, this requires proto to be generated by:
        ```bash
        python -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. --grpclib_python_out=. ./protos/dominus/DominusService.proto
        ```
        
        ## Examples
        Explore the examples in order to gain an understanding for how to perform entity resolution. 
        
        ```bash
        ├── examples
        │   └── basic.py
        ```
        
        Copyright (C) 2020 Aristos Data, LLC
Keywords: open aristos
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
