async-httpd-data-collector 2.0.3__tar.gz → 2.0.4__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 (39) hide show
  1. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/PKG-INFO +2 -2
  2. async_httpd_data_collector-2.0.4/ahttpdc/__init__.py +1 -0
  3. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/mkdocs.yml +1 -1
  4. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/pyproject.toml +1 -1
  5. async_httpd_data_collector-2.0.3/ahttpdc/__init__.py +0 -1
  6. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.github/workflows/docs.yml +0 -0
  7. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.github/workflows/publish.yml +0 -0
  8. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.github/workflows/test.yml +0 -0
  9. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.gitignore +0 -0
  10. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.yamlfmt.yml +0 -0
  11. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/.yamllint.yml +0 -0
  12. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/LICENSE +0 -0
  13. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/README.md +0 -0
  14. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/__init__.py +0 -0
  15. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/daemon.py +0 -0
  16. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/database_interface.py +0 -0
  17. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/fetch/__init__.py +0 -0
  18. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/fetch/fetcher.py +0 -0
  19. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/query/__init__.py +0 -0
  20. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/query/interface.py +0 -0
  21. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/query/parse/data.py +0 -0
  22. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/store/__init__.py +0 -0
  23. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/store/collector.py +0 -0
  24. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/store/parse/__init__.py +0 -0
  25. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/ahttpdc/read/store/parse/parser.py +0 -0
  26. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/analysis/index.md +0 -0
  27. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/analysis/prediction.md +0 -0
  28. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/api.md +0 -0
  29. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/architecture.md +0 -0
  30. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/getting-started.md +0 -0
  31. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/docs/index.md +0 -0
  32. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/examples/daemon_example.py +0 -0
  33. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/examples/minima_dashboard_example.py +0 -0
  34. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/examples/query_example.py +0 -0
  35. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/requirements.txt +0 -0
  36. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/tests/dev_server.py +0 -0
  37. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/tests/read/fetch/test_fetcher.py +0 -0
  38. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/tests/read/query/test_query.py +0 -0
  39. {async_httpd_data_collector-2.0.3 → async_httpd_data_collector-2.0.4}/tests/read/test_interface.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: async-httpd-data-collector
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Gateway facilitating asynchronous communication between sensory data-emitting devices, InfluxDB and the user.
5
- Project-URL: Documentation, https://ahttpdc-docs.codextechnologies.org/mkdocs
5
+ Project-URL: Documentation, https://docs.ahttpdc.piotrkrzysztof.dev/
6
6
  Project-URL: Repository, https://github.com/straightchlorine/async-httpd-data-collector
7
7
  Project-URL: Issues, https://github.com/straightchlorine/async-httpd-data-collector/issues
8
8
  Author-email: Piotr Krzysztof Lis <piotrlis555@gmail.com>
@@ -0,0 +1 @@
1
+ __version__ = 'v2.0.4'
@@ -1,5 +1,5 @@
1
1
  site_name: async-httpd-data-collector
2
- site_url: https://ahttpdc-docs.codextechnologies.org/mkdocs
2
+ site_url: https://docs.ahttpdc.piotrkrzysztof.dev/
3
3
  repo_url: https://github.com/straightchlorine/async-httpd-data-collector
4
4
  repo_name: straightchlorine/async-httpd-data-collector
5
5
 
@@ -50,7 +50,7 @@ docs = [
50
50
 
51
51
 
52
52
  [project.urls]
53
- Documentation = "https://ahttpdc-docs.codextechnologies.org/mkdocs"
53
+ Documentation = "https://docs.ahttpdc.piotrkrzysztof.dev/"
54
54
  Repository = "https://github.com/straightchlorine/async-httpd-data-collector"
55
55
  Issues = "https://github.com/straightchlorine/async-httpd-data-collector/issues"
56
56
 
@@ -1 +0,0 @@
1
- __version__ = 'v2.0.3'