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.0.tar.gz
(20.9 kB
view details)
Built Distribution
File details
Details for the file nqm.iotdatabase-1.1.0.tar.gz
.
File metadata
- Download URL: nqm.iotdatabase-1.1.0.tar.gz
- Upload date:
- Size: 20.9 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 | fc0cf6f06ffcf23ee6298c8af6b4c7c9a6caf76118f70078f80592dc30faea28 |
|
MD5 | cc6d2cfda78b03cb4187b8ed8d331b24 |
|
BLAKE2b-256 | 3534cdc947e1a900b22af1d754f1e64154c4c96dfe228180f080ccd6820e03b4 |
File details
Details for the file nqm.iotdatabase-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: nqm.iotdatabase-1.1.0-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 | 11dfd36a376401135080239fa3ed8e7ec50071b61780b7c989730f0fffab23fa |
|
MD5 | 60c489c7644515c288f122d2281af4aa |
|
BLAKE2b-256 | 5327dabb9847229ee1553249930078bb645314844a27096543c8452c6941b09d |