Metadata-Version: 2.1
Name: strongsalt-strongdoc-python-sdk
Version: 0.0.2
Summary: The StrongDoc Python SDK for interacting with the StrongDoc API.
Home-page: https://github.com/overnest/strongdoc-python-sdk
Author: StrongDoc
Author-email: info@strongsalt.com
License: LICENSE.txt
Description: # StrongDoc Python SDK by StrongSalt
        This is a Python SDK for the [StrongDoc](https://api.strongsalt.com "Strongdoc API") service, produced by StrongSalt. The API endpoint for Python clients of Strongdoc is implemented with gRPC.
        
        ## Important Links
        
        Documentation: [ReadTheDocs](https://strongdoc-python-sdk.readthedocs.io/en/latest/)
        
        Website: [strongsalt.com](https://www.strongsalt.com "Strongsalt website")
        
        ## Installation
        
        The API is available as a Python Package. You must first do:
        
        `pip install strongsalt-strongdoc-python-sdk==0.0.2`
        
        Then, import it into your files at the top of your files:
        
        ```
        from strongdoc.api import account, document, login, search
        ```
        =======
        History
        =======
        
        1.0.0 (2020-XX-XX)
        -------------------
        
        * First release
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
