Observation Analysis Tool: library to handle time series
Project description
OAT (Observation Analysis Tool)
A Python library (oatlib) to manage sensor data in Python. It provides objects and methods to manipulate obeservation time series. It support data loading, export and saving on different format (CSV, sqlite, istSOS).
- lib documentation: https://ist-supsi.gitlab.io/OAT
installation
pip install oatlib
Create pypi package
modify the code and change the VERSION in init.py
run scipy-notebook docker
docker run -p 10000:8888 -v /home/maxi/GIT/OAT:/home/jovyan/work jupyter/scipy-notebook:807999a41207
in jupyter-lab terminal build the package
cd /home/jovyan/work python -m pip install --upgrade setuptools python -m pip install --upgrade pip python -m pip install --upgrade build python -m build
test the package in your notebook
pip install /home/jovyan/work/dist/oatlib-YOUR_VERSION_HERE-py3-none-any.whl
upload to pipy
python -m pip install --upgrade twine twine upload dist/*
update library documentation
pip install pdoc3 pdoc3 --force --html -o html_doc oatlib --> we have some issue here (see bug https://github.com/pdoc3/pdoc/issues/299)
test in a 3.10.5 python
docker run -p 10000:8888 -v /home/maxi/GIT/OAT/oatlib:/home/jovyan/work jupyter/scipy-notebook:807999a41207
old packg build CMD
python setup.py sdist bdist_wheel
Project details
Release history Release notifications | RSS feed
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 oatlib-0.0.13.tar.gz.
File metadata
- Download URL: oatlib-0.0.13.tar.gz
- Upload date:
- Size: 40.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
536c1f338edda9f47cab21e2c29dfd1b589d0cd29ccb365f7b5feb1465886c7e
|
|
| MD5 |
0a763646a1d60cf094b4f31e227ff04f
|
|
| BLAKE2b-256 |
36a1d4d7be2ba7dd6fb14690b4b30e381b85b469f51c0c121978e0f8e3b500e8
|
File details
Details for the file oatlib-0.0.13-py3-none-any.whl.
File metadata
- Download URL: oatlib-0.0.13-py3-none-any.whl
- Upload date:
- Size: 41.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb36551b7a40fd05444628a0c1bb39ccc03430bf21033ad67811c79603ebee2
|
|
| MD5 |
a84a04113a85a76b23b7c8301eb2657d
|
|
| BLAKE2b-256 |
25752bdbce2511d2af9a6a6bf18dc8f1decb145ec341bd947ab9aabe475e4134
|