tonik 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl

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.
@@ -0,0 +1,62 @@
1
+ Metadata-Version: 2.3
2
+ Name: tonik
3
+ Version: 0.0.4
4
+ Summary: A collection of tools to integrate with GNS Science's time series classification platform.
5
+ Project-URL: Homepage, https://tsc-tools.github.io/tonik.github.io
6
+ Project-URL: Issues, https://github.com/tsc-tools/tonik/issues
7
+ Author-email: Yannik Behr <y.behr@gns.cri.nz>, Christof Mueller <c.mueller@gns.cri.nz>
8
+ License-File: LICENSE
9
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.7
13
+ Requires-Dist: datashader>=0.14
14
+ Requires-Dist: fastapi>=0.95
15
+ Requires-Dist: h5netcdf>=1.1
16
+ Requires-Dist: h5py>=3.8
17
+ Requires-Dist: matplotlib
18
+ Requires-Dist: netcdf4>=1.6
19
+ Requires-Dist: pandas>=2.0
20
+ Requires-Dist: python-json-logger>=2.0
21
+ Requires-Dist: uvicorn[standard]>=0.22
22
+ Requires-Dist: xarray>=2023.4
23
+ Provides-Extra: dev
24
+ Requires-Dist: mkdocs; extra == 'dev'
25
+ Requires-Dist: mkdocs-jupyter; extra == 'dev'
26
+ Requires-Dist: mkdocstrings[python]; extra == 'dev'
27
+ Requires-Dist: pytest; extra == 'dev'
28
+ Description-Content-Type: text/markdown
29
+
30
+ # Tonik
31
+
32
+ Tonik provides you with a solution to store and retrieve scientific data as well as serving it through an API.
33
+ For visualisations, the API can serve large requests very quickly by downsampling the data to the requested resolution on demand.
34
+
35
+ ## Requirements
36
+ * h5py
37
+ * datashader
38
+ * xarray
39
+ * pandas
40
+ * netcdf4
41
+ * h5netcdf
42
+ * python-json-logger
43
+ * uvicorn
44
+ * fastapi
45
+
46
+ ## Installation
47
+ ```
48
+ pip install -U tonik
49
+ ```
50
+
51
+ ## Documentation
52
+
53
+ Learn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik.github.io/)
54
+ Try out an [interactive Jupyter notebook](https://github.com/tsc-tools/tonik/tree/main/examples)
55
+
56
+ ## Contributing
57
+
58
+ You can find information about contributing to tonik at our [Contributing page]
59
+
60
+ ## Get in touch
61
+
62
+ Report bugs, suggest features, view the source code, and ask questions [on GitHub](https://github.com/tsc-tools/tonik).
@@ -4,8 +4,8 @@ tonik/storage.py,sha256=F1NnRIZLq7uB7TTK1-5VHYix6_e_fl2J1FmiCFYqIJ0,10719
4
4
  tonik/utils.py,sha256=jEjvUNcU9nUhQZTgu8iwfPmF4U2odyOT8EJu0v1DaA0,1433
5
5
  tonik/xarray2hdf5.py,sha256=biQ3KVt0QrxJhOWm38FwglzYkLhPtO13G1B1vVF2c6o,4090
6
6
  tonik/package_data/index.html,sha256=IaPMU-A_FswjMAKA6PrHp9VFTuKJ6o_PGyjg_CTutrY,3082
7
- tonik-0.0.3.dist-info/METADATA,sha256=9MLYvdxjaYM0okuTgI2JhOFwiEV_Gir-7N6PnI2VTeo,1085
8
- tonik-0.0.3.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
9
- tonik-0.0.3.dist-info/entry_points.txt,sha256=VnGfC5qAzpntEHAb5pooUEpYABSgOfQoNhCEtLDJyf8,45
10
- tonik-0.0.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
- tonik-0.0.3.dist-info/RECORD,,
7
+ tonik-0.0.4.dist-info/METADATA,sha256=7zO7DcRzAhIzNREsCYA80ajPH4F6ayis4iMZLgMe-5w,1987
8
+ tonik-0.0.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
9
+ tonik-0.0.4.dist-info/entry_points.txt,sha256=VnGfC5qAzpntEHAb5pooUEpYABSgOfQoNhCEtLDJyf8,45
10
+ tonik-0.0.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
+ tonik-0.0.4.dist-info/RECORD,,
@@ -1,27 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: tonik
3
- Version: 0.0.3
4
- Summary: A collection of tools to integrate with GNS Science's time series classification platform.
5
- Project-URL: Homepage, https://tsc-tools.github.io/tonik.github.io
6
- Project-URL: Issues, https://github.com/tsc-tools/tonik/issues
7
- Author-email: Yannik Behr <y.behr@gns.cri.nz>, Christof Mueller <c.mueller@gns.cri.nz>
8
- License-File: LICENSE
9
- Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
- Classifier: Operating System :: OS Independent
11
- Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.7
13
- Requires-Dist: datashader>=0.14
14
- Requires-Dist: fastapi>=0.95
15
- Requires-Dist: h5netcdf>=1.1
16
- Requires-Dist: h5py>=3.8
17
- Requires-Dist: netcdf4>=1.6
18
- Requires-Dist: pandas>=2.0
19
- Requires-Dist: python-json-logger>=2.0
20
- Requires-Dist: uvicorn[standard]>=0.22
21
- Requires-Dist: xarray>=2023.4
22
- Provides-Extra: dev
23
- Requires-Dist: pytest; extra == 'dev'
24
- Description-Content-Type: text/markdown
25
-
26
- # Time series classification tools
27
- A collection of tools to integrate with GNS Science's time series classification platform.
File without changes