Library for accessing a local nqm-iot-database
Project description
nqm-iot-database-utils-python
Python port of
nqminds/nqm-iot-database-utils
Installing
Use the below to install as a library using pip
:
# py-mongosql on pypi does not support Python3
pip3 install git+https://github.com/dignio/py-mongosql#egg=mongosql
pip3 install nqm.iotdatabase
# installing the latest git version:
# pip3 install git+https://github.com/nqminds/nqm-iot-database-py.git#egg=nqm.iotdatabase
You can replace pip3
with pipenv
if you prefer.
To download the library, install dependencies for running tests, and build documentation, do:
git clone https://github.com/nqminds/nqm-iot-database-py.git
cd nqm-iot-database-py/
pipenv --python 3 install --dev
Documentation
We use Sphinx, Autodoc, Napoleon, and
sphinx_autodoc_typehints
to make our documentation.
The below creates html.
pipenv run make html
Tests
Unittests
pipenv run python -m pytest
Unittests Coverage
pipenv run coverage run --source=nqm -m pytest && pipenv run coverage report
Typetests
pipenv run mypy -m nqm.iotdatabase && echo -e "\e[1;32mPass! \e[0m"
Doctests
pipenv run make doctest
Linting
pipenv run pylint nqm
Possible upgrades to make in SQLAlchemy
- Add sorting on Primary Keys (SQLite feature)
- allow using SQLite URI connections (for read-only)
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
nqm.iotdatabase-1.1.2.tar.gz
(21.0 kB
view details)
Built Distribution
File details
Details for the file nqm.iotdatabase-1.1.2.tar.gz
.
File metadata
- Download URL: nqm.iotdatabase-1.1.2.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 246fcab74ef89a9004d36460d80e7f2d657b7db9fb33329484e3211941c4f3e6 |
|
MD5 | 6334e49f55881955448f8e4547aad763 |
|
BLAKE2b-256 | e3ed319f92c0712dfb2cb7ecdd3a90c654684dc6d08be42daf22ace4491506d2 |
File details
Details for the file nqm.iotdatabase-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: nqm.iotdatabase-1.1.2-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/38.4.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08ff76df5f468cd717bfb4b7386e452712c62f0ab05689db7ce97f9978fbe47b |
|
MD5 | 5bf91d018934ccd68c01b2fa25114369 |
|
BLAKE2b-256 | 3ff9833daf0e215bd0837546d44865f5b62ee0af53fd0c2fe6ae8b847aefd41c |