tonik 0.0.5__tar.gz → 0.0.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tonik-0.0.6/.gitignore ADDED
@@ -0,0 +1,7 @@
1
+ *__pycache__*
2
+ dist/
3
+ *.pyc
4
+ tonik.log
5
+ .vscode
6
+ *.nfs*
7
+ .gitignore
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tonik
3
- Version: 0.0.5
4
- Summary: A collection of tools to integrate with GNS Science's time series classification platform.
3
+ Version: 0.0.6
4
+ Summary: Store time series data as HDF5 files and access them through an API.
5
5
  Project-URL: Homepage, https://tsc-tools.github.io/tonik
6
6
  Project-URL: Issues, https://github.com/tsc-tools/tonik/issues
7
7
  Author-email: Yannik Behr <y.behr@gns.cri.nz>, Christof Mueller <c.mueller@gns.cri.nz>