Metadata-Version: 2.1
Name: common-utils-py
Version: 0.1.0
Summary: 🐳 Library including all the common functionalities used in Python projects
Home-page: https://github.com/keyko-io/common-utils-py
Author: keyko-io
Author-email: root@keyko.io
License: Apache Software License 2.0
Description: # common-utils-py
        Provides common functions to interact with the ocean system.
        
        ## Main components
        * DID and DDO
          * DID format: 'did:op:<32bytes-hex-representation>
          * DID is the universal identifier for assets in the Ocean network
          * DDO is the json document that 
        * DID resolver
          * Given a valid did, returns the associated DDO document which define 
            the asset metadata and other services offered for the asset
        * Aquarius
        * Service Agreements
        
Keywords: common-utils-py
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
