These are mostly guidelines and helpful steps for anyone who wants to contribute to the Luzmo SDK. Thank you for your time and effort if you're here 🎉
You will need Python Version >= 3.6
This package uses Poetry as its package manager. Make sure you have this installed.
To make a contribution, the best option is to Fork this repository. Once you have done so follow the next steps:
git clone your-forked-repo
cd luzmo-sdk-python
poetry install
Once you've made changed that you're happy with, please create a PR back to the luzmo:master
. Someone from our team will review the changes and if appropriate we will release a new version to PyPI.