Metadata-Version: 2.1
Name: sirius-sdk
Version: 1.0.11
Summary: SDK for developing Smart-Contracts in Self-sovereign-identity world.
Home-page: https://github.com/Sirius-social/sirius-sdk-python
Author: Networks Synergy
Author-email: support@socialsirius.com
Maintainer: Pavel Minenkov <minikspb@gmail.com>
License: Apache License
Project-URL: Chat: Telegram, https://t.me/sirius_sdk
Project-URL: CI: Travis, https://github.com/Sirius-social/sirius-sdk-python/runs/1058851181
Project-URL: GitHub: issues, https://github.com/Sirius-social/sirius-sdk-python/issues
Project-URL: GitHub: repo, https://github.com/Sirius-social/sirius-sdk-python
Description: ==================================================
        SDK to develop Smart-Contracts in Indy environment
        ==================================================
        
        .. image:: https://raw.githubusercontent.com/Sirius-social/sirius-sdk-python/master/docs/_static/sirius_logo.png
           :height: 64px
           :width: 64px
           :alt: sirius logo
        
        
        Key Features
        ============
        
        - Develop state-machines over `Aries protocols <https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0003-protocols#aries-rfc-0003-protocols>`_ in blocking develoment style avoiding **Callback Hell**.
        - Supports `Aries concepts <https://github.com/hyperledger/aries-rfcs/tree/master/concepts>`_ and `features <https://github.com/hyperledger/aries-rfcs/tree/master/features>`_.
        - Make it easy to solve identity problem, tune complex identity task for your demand:
        
          - Setup `Indy Agent <https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0004-agents>`_ in Cloud (Sirius Hub) or deploy self developed one
          - Configure private keys management system on your side: database, **HSM**, `Indy Wallet <https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0050-wallets>`_, etc.
          - Configure Trust environment with your contragents via `Microledgers <https://github.com/sovrin-foundation/protocol#the-relationship-agent-plane>`_, `Sovrin Network <https://sovrin.org/>`_, other `Indy Ledgers <https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0051-dkms>`_, `Triple Signed Receips <https://opentransactions.org/wiki/Triple-Signed_Receipts>`_, **Merkle-Proofs** out of the box.
        - Define specific consensus procedures through state-machines that progress states of participants in `Transport-Agnostic <https://github.com/hyperledger/aries-rfcs/blob/master/features/0025-didcomm-transports/README.md>`_ environment - save money on IT-infrastructure.
        
        Installation
        ===============
        .. code-block::
        
            pip install sirius-sdk
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
