Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nens/tslib

Time series library
https://github.com/nens/tslib

Last synced: 4 days ago
JSON representation

Time series library

Awesome Lists containing this project

README

        

tslib
=====

Yet another attempt to create a useful nens library for manipulating time series.

Building tslib
--------------
::

git clone https://github.com/nens/tslib.git
cd tslib
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements-dev.txt

You can now run the tests::

pytest