Skip to content

overnest/strongdoc-python-sdk

Repository files navigation

StrongDoc Python SDK by StrongSalt

This is a Python SDK for the StrongDoc service, produced by StrongSalt. The API endpoint for Python clients of Strongdoc is implemented with gRPC.

Important Links

Documentation: ReadTheDocs

Website: strongsalt.com

Installation

The API is available as a Python Package. You must first do:

pip3 install strongsalt-strongdoc-python-sdk

Then, import it into your files at the top of your files:

from strongdoc.api import account, document, login, search