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:
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 poetry 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/
poetry install
Documentation
We use Sphinx, Autodoc, Napoleon, and
sphinx_autodoc_typehints
to make our documentation.
The below creates html.
poetry run make html
Tests
Unittests
poetry run python -m pytest
Unittests Coverage
poetry run coverage run --source=nqm -m pytest && poetry run coverage report
Typetests
poetry run mypy -m nqm.iotdatabase && echo -e "\e[1;32mPass! \e[0m"
Doctests
poetry run make doctest
Linting
poetry run pre-commit run --all-files
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nqm.iotdatabase-1.1.5.tar.gz.
File metadata
- Download URL: nqm.iotdatabase-1.1.5.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.8.0 Linux/5.0.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f051b8f762ed60b571f3ab0d083e811f34026b34bb88e79e68732760fb3fbf99
|
|
| MD5 |
c8ec5384f4b7d5ba3c4032e22c1b03af
|
|
| BLAKE2b-256 |
de725c464d0fc8bad0a81bc234daa023f53f6c918bbc465775e0ff59cfc5a7ab
|
File details
Details for the file nqm.iotdatabase-1.1.5-py3-none-any.whl.
File metadata
- Download URL: nqm.iotdatabase-1.1.5-py3-none-any.whl
- Upload date:
- Size: 25.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.8.0 Linux/5.0.0-1023-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b065c7c7b5080952de327fa7a47a6cb21a116448f59ae65a1c96a610c541f9a1
|
|
| MD5 |
4d60f28e0afb7ac82c31f6e37248b04b
|
|
| BLAKE2b-256 |
214e9083bb8f2b5a69bf02c599bb7296456c06ca355764bbec27efa75e4e68af
|