Skip to content
Snippets Groups Projects
README.md 6.14 KiB

tempsdb

PyPI PyPI version PyPI Documentation Status Maintainability Test Coverage Build Status Wheel License

Embedded Cython library for time series that you need to upload somewhere.

Stored time series with a 8-byte timestamp and a data, which can be of fixed length or variable.

Installation

git clone https://github.com/smok-serwis/tempsdb
cd tempsdb
pip install snakehouse tempsdb
python setup.py install

You need both snakehouse and tempsdb to compile it from the source, though binary wheels for:

  • Linux [manylinux2014]:
    • x86_64:
      • Python 3.8
      • Python 3.9
    • armv7l:
      • Python 3.8

are available. If you need an extra wheel, compile it yourself or just drop me an issue.

If you're installing it somewhere that you don't need both snakehouse and tempsdb installed, compile your own binary wheel with