tonik 0.0.4__tar.gz → 0.0.5__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tonik
3
- Version: 0.0.4
3
+ Version: 0.0.5
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
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>
8
8
  License-File: LICENSE
@@ -42,6 +42,7 @@ For visualisations, the API can serve large requests very quickly by downsamplin
42
42
  * python-json-logger
43
43
  * uvicorn
44
44
  * fastapi
45
+ * matplotlib (only needed to reproduce the examples in the user guide)
45
46
 
46
47
  ## Installation
47
48
  ```
@@ -50,8 +51,7 @@ pip install -U tonik
50
51
 
51
52
  ## Documentation
52
53
 
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)
54
+ Learn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik)
55
55
 
56
56
  ## Contributing
57
57
 
@@ -13,6 +13,7 @@ For visualisations, the API can serve large requests very quickly by downsamplin
13
13
  * python-json-logger
14
14
  * uvicorn
15
15
  * fastapi
16
+ * matplotlib (only needed to reproduce the examples in the user guide)
16
17
 
17
18
  ## Installation
18
19
  ```
@@ -21,8 +22,7 @@ pip install -U tonik
21
22
 
22
23
  ## Documentation
23
24
 
24
- Learn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik.github.io/)
25
- Try out an [interactive Jupyter notebook](https://github.com/tsc-tools/tonik/tree/main/examples)
25
+ Learn more about tonik in its official [documentation](https://tsc-tools.github.io/tonik)
26
26
 
27
27
  ## Contributing
28
28
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tonik"
7
- version = "0.0.4"
7
+ version = "0.0.5"
8
8
  authors = [
9
9
  { name="Yannik Behr", email="y.behr@gns.cri.nz" },
10
10
  { name="Christof Mueller", email="c.mueller@gns.cri.nz" }
@@ -38,7 +38,7 @@ dev = ["pytest",
38
38
  "mkdocs-jupyter"]
39
39
 
40
40
  [project.urls]
41
- Homepage = "https://tsc-tools.github.io/tonik.github.io"
41
+ Homepage = "https://tsc-tools.github.io/tonik"
42
42
  Issues = "https://github.com/tsc-tools/tonik/issues"
43
43
 
44
44
  [project.scripts]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes