Skip to content

sdypy/sdypy-sep005-compliance

Repository files navigation

SDyPy SEP005 Compliance

This package servers to asses the compability with the SDyPy proposal for a unified timeseries model.

Installation

Available from pip:

pip install sdypy-sep005

Using the package

The main function is the assert_sep005 function that serves to validate whether a function return is compliant with the current guidelines.

It's main use case is for the unittests of a custom import wrapper

from sdypy_sep005.sep005 import assert_sep005

signals = read_from_path(FILE_PATH) # Your import wrapper
assert_sep005(signals)

About

Validate the compliance with SDyPy SEP005 Unified timeseries

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages