tonik 0.1.13__tar.gz → 0.1.14__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.
Files changed (34) hide show
  1. tonik-0.1.14/.pytest_cache/CACHEDIR.TAG +4 -0
  2. tonik-0.1.14/.pytest_cache/README.md +8 -0
  3. tonik-0.1.14/.pytest_cache/v/cache/lastfailed +16 -0
  4. tonik-0.1.14/.pytest_cache/v/cache/nodeids +17738 -0
  5. tonik-0.1.14/.pytest_cache/v/cache/stepwise +1 -0
  6. {tonik-0.1.13 → tonik-0.1.14}/PKG-INFO +2 -2
  7. {tonik-0.1.13 → tonik-0.1.14}/pyproject.toml +1 -1
  8. tonik-0.1.14/src/tonik/package_data/index.html +164 -0
  9. tonik-0.1.13/src/tonik/package_data/index.html +0 -93
  10. {tonik-0.1.13 → tonik-0.1.14}/.devcontainer/devcontainer.json +0 -0
  11. {tonik-0.1.13 → tonik-0.1.14}/.gitignore +0 -0
  12. {tonik-0.1.13 → tonik-0.1.14}/HOW_TO_RELEASE.md +0 -0
  13. {tonik-0.1.13 → tonik-0.1.14}/LICENSE +0 -0
  14. {tonik-0.1.13 → tonik-0.1.14}/README.md +0 -0
  15. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/Dockerfile_api +0 -0
  16. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/Dockerfile_grafana +0 -0
  17. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/dashboards/demo_dashboard.json +0 -0
  18. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/docker-compose.yml +0 -0
  19. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/grafana.ini +0 -0
  20. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/provisioning/dashboards/default.yaml +0 -0
  21. {tonik-0.1.13 → tonik-0.1.14}/grafana_example/provisioning/datasources/default.yaml +0 -0
  22. {tonik-0.1.13 → tonik-0.1.14}/mkdocs.yml +0 -0
  23. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/__init__.py +0 -0
  24. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/api.py +0 -0
  25. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/storage.py +0 -0
  26. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/utils.py +0 -0
  27. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/xarray2netcdf.py +0 -0
  28. {tonik-0.1.13 → tonik-0.1.14}/src/tonik/xarray2zarr.py +0 -0
  29. {tonik-0.1.13 → tonik-0.1.14}/tests/backend_speed_test.py +0 -0
  30. {tonik-0.1.13 → tonik-0.1.14}/tests/conftest.py +0 -0
  31. {tonik-0.1.13 → tonik-0.1.14}/tests/test_api.py +0 -0
  32. {tonik-0.1.13 → tonik-0.1.14}/tests/test_save.py +0 -0
  33. {tonik-0.1.13 → tonik-0.1.14}/tests/test_storage.py +0 -0
  34. {tonik-0.1.13 → tonik-0.1.14}/tests/test_utils.py +0 -0
@@ -0,0 +1,4 @@
1
+ Signature: 8a477f597d28d172789f06886806bc55
2
+ # This file is a cache directory tag created by pytest.
3
+ # For information about cache directory tags, see:
4
+ # https://bford.info/cachedir/spec.html
@@ -0,0 +1,8 @@
1
+ # pytest cache directory #
2
+
3
+ This directory contains data from the pytest's cache plugin,
4
+ which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
5
+
6
+ **Do not** commit this to version control.
7
+
8
+ See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.
@@ -0,0 +1,16 @@
1
+ {
2
+ "lib/python3.10/site-packages/numpy": true,
3
+ "lib/python3.10/site-packages/pandas": true,
4
+ "lib/python3.10/site-packages/xarray/tests/datatree": true,
5
+ "lib64/python3.10/site-packages/h5py/tests": true,
6
+ "lib64/python3.10/site-packages/numpy": true,
7
+ "lib64/python3.10/site-packages/pandas": true,
8
+ "lib64/python3.10/site-packages/xarray/tests": true,
9
+ "tests/test_api.py::test_exceptions": true,
10
+ "tests/test_save.py::test_zarr": true,
11
+ "tests/test_save.py::test_xarray2hdf5": true,
12
+ "tests/test_save.py::test_xarray2hdf5_archive_starttime": true,
13
+ "tests/test_save.py::test_xarray2hdf5_resolution": true,
14
+ "tests/test_save.py::test_xarray2hdf5_with_gaps": true,
15
+ "tests/test_group.py::test_rolling_window": true
16
+ }