-
Piotr Maślanka authoredca8f14e3
README.md 4.65 KiB
tempsdb
Embedded Cython library for time series that you need to upload somewhere.
Stored time series with a 8-bit 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 satella
python setup.py install
You need both snakehouse and satella to compile it from the source, though binary wheels for:
- Linux [manylinux2014]:
- x86_64:
- Python 3.6
- Python 3.7
- Python 3.8
- armv7l:
- Python 3.8
- x86_64:
- Windows:
- x86_64:
- Python 3.8
- x86_64:
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 satella installed, compile your own binary wheel with