Skip to main content

Syncari Synapse Development Kit

Project 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

Publishing synapse-sdk to pypi

First time install tools needed to publish

pip install wheel
pip install twine

And to publish:

rm -rf dist 
python setup.py sdist bdist_wheel
twine check dist/* 
twine upload dist/*
syncaridev/!Syncari123#

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

syncari-sdk-1.1.8.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

syncari_sdk-1.1.8-py2-none-any.whl (17.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page