nqminds / nqm-iot-database-py

nqm-iot-database-py
https://nqminds.github.io/nqm-iot-database-py/
0 stars 0 forks source link

Publish to PyPI #8

Closed aloisklink closed 5 years ago

aloisklink commented 5 years ago

Publish this package to PyPI.

See the milestone for all other issues that should be finished first.

mereacre commented 5 years ago

@aloisklink Can you add the version number and publish it to PyPi?

aloisklink commented 5 years ago

Hi @mereacre, ideally, I want to finish what is in https://github.com/nqminds/nqm-iot-database-py/milestone/1, but I could make a PyPI submission now if you want.

What license do you want me to release with? No license is an option, which means that no one else can use our package legally.

Otherwise, we can use a strong copyleft license like GNU so that if anyone uses it in their code, they need to opensource their code as GNU.

mereacre commented 5 years ago

Lets finish the milestone first. No licence would do for now.

aloisklink commented 5 years ago

Cool, I feel slightly guilty about uploading it to PyPI until everything is perfect! I want to write more tests to getData() as well, right now I'm assuming the MongoSQL library is working 100%, but I had already found a bug in it, so it would be good to write our own tests.

In the meantime, you can install the package with Pip by following the instructions in the README.md.

ie

pip3 install pipenv install git+https://github.com/nqminds/nqm-iot-database-py.git#egg=nqm-iot-database.py