my-lmdb-ml-sdk


Keywords
lmdb-sdk
License
MIT
Install
pip install my-lmdb-ml-sdk==0.1

Documentation

Hellolmdb

This project an example how to make python sdk and make own pip package.

How to generate pip files

python setup.py sdist

How to upload to pip clould

[Note] change version to new

pip install twine
twine upload dist/*

Enter pip user & password

How to use it,