Metadata-Version: 2.1
Name: syncari-sdk
Version: 1.0.0
Summary: Syncari Synapse Development Kit
Home-page: UNKNOWN
Author: Syncari
Author-email: dev@syncari.com
License: TBD
Description: # Syncari Python SDK
        
        Syncari Python Synapse Development Kit or `synapse-sdk`
        
        ### Setup
        For the first time, after checkout of this repository, create a python virtual environment
        ```
        python3 -m venv .
        source bin/activate
        pip install .
        ```
        
        ### Linter
        To run pylint after changes, run the command `./run_linter.sh`. For any new folder, modify the `run_linter.sh` to add the folder to the linter.
        
        ### Tests
        To run pytests, run the command 
        ```
        pytest unittests
        ```
Platform: UNKNOWN
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
