Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/tslib
Time series library
https://github.com/nens/tslib
Last synced: 4 days ago
JSON representation
Time series library
- Host: GitHub
- URL: https://github.com/nens/tslib
- Owner: nens
- License: mit
- Created: 2012-09-17T08:12:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T08:01:29.000Z (6 months ago)
- Last Synced: 2024-05-14T08:56:47.005Z (6 months ago)
- Language: Python
- Size: 122 KB
- Stars: 1
- Watchers: 33
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
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.txtYou can now run the tests::
pytest