devlogs 2.2.3__tar.gz → 2.2.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 (74) hide show
  1. {devlogs-2.2.3/src/devlogs.egg-info → devlogs-2.2.4}/PKG-INFO +1 -1
  2. {devlogs-2.2.3 → devlogs-2.2.4}/pyproject.toml +1 -1
  3. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/_version_static.py +1 -1
  4. {devlogs-2.2.3 → devlogs-2.2.4/src/devlogs.egg-info}/PKG-INFO +1 -1
  5. {devlogs-2.2.3 → devlogs-2.2.4}/LICENSE +0 -0
  6. {devlogs-2.2.3 → devlogs-2.2.4}/MANIFEST.in +0 -0
  7. {devlogs-2.2.3 → devlogs-2.2.4}/README.md +0 -0
  8. {devlogs-2.2.3 → devlogs-2.2.4}/setup.cfg +0 -0
  9. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/__init__.py +0 -0
  10. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/__main__.py +0 -0
  11. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/build_info.py +0 -0
  12. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/cli.py +0 -0
  13. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/__init__.py +0 -0
  14. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/auth.py +0 -0
  15. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/cli.py +0 -0
  16. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/errors.py +0 -0
  17. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/forwarder.py +0 -0
  18. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/ingestor.py +0 -0
  19. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/schema.py +0 -0
  20. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/collector/server.py +0 -0
  21. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/config.py +0 -0
  22. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/context.py +0 -0
  23. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/demo.py +0 -0
  24. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/devlogs_client.py +0 -0
  25. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/formatting.py +0 -0
  26. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/handler.py +0 -0
  27. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/jenkins/__init__.py +0 -0
  28. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/jenkins/cli.py +0 -0
  29. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/jenkins/core.py +0 -0
  30. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/levels.py +0 -0
  31. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/mcp/__init__.py +0 -0
  32. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/mcp/server.py +0 -0
  33. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/opensearch/__init__.py +0 -0
  34. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/opensearch/client.py +0 -0
  35. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/opensearch/indexing.py +0 -0
  36. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/opensearch/mappings.py +0 -0
  37. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/opensearch/queries.py +0 -0
  38. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/retention.py +0 -0
  39. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/scrub.py +0 -0
  40. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/time_utils.py +0 -0
  41. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/version.py +0 -0
  42. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/web/__init__.py +0 -0
  43. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/web/server.py +0 -0
  44. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/web/static/devlogs.css +0 -0
  45. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/web/static/devlogs.js +0 -0
  46. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/web/static/index.html +0 -0
  47. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs/wrapper.py +0 -0
  48. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs.egg-info/SOURCES.txt +0 -0
  49. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs.egg-info/dependency_links.txt +0 -0
  50. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs.egg-info/entry_points.txt +0 -0
  51. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs.egg-info/requires.txt +0 -0
  52. {devlogs-2.2.3 → devlogs-2.2.4}/src/devlogs.egg-info/top_level.txt +0 -0
  53. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_build_info.py +0 -0
  54. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_cli.py +0 -0
  55. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_collector_auth.py +0 -0
  56. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_collector_config.py +0 -0
  57. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_collector_schema.py +0 -0
  58. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_collector_server.py +0 -0
  59. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_config.py +0 -0
  60. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_context.py +0 -0
  61. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_devlogs_client.py +0 -0
  62. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_formatting.py +0 -0
  63. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_handler.py +0 -0
  64. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_indexing.py +0 -0
  65. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_levels.py +0 -0
  66. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_mappings.py +0 -0
  67. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_mcp_server.py +0 -0
  68. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_opensearch_client.py +0 -0
  69. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_opensearch_queries.py +0 -0
  70. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_retention.py +0 -0
  71. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_scrub.py +0 -0
  72. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_time_utils.py +0 -0
  73. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_url_parsing.py +0 -0
  74. {devlogs-2.2.3 → devlogs-2.2.4}/tests/test_web.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devlogs
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: Developer-focused logging library for Python with OpenSearch integration.
5
5
  Author-email: Dan Driscoll <dan@thedandriscoll.org>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devlogs"
7
- version = "2.2.3"
7
+ version = "2.2.4"
8
8
  description = "Developer-focused logging library for Python with OpenSearch integration."
9
9
  requires-python = ">=3.11"
10
10
  readme = "README.md"
@@ -1,2 +1,2 @@
1
1
  # AUTO-GENERATED at build time — do not edit or commit
2
- __version__ = "2.2.3"
2
+ __version__ = "2.2.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devlogs
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: Developer-focused logging library for Python with OpenSearch integration.
5
5
  Author-email: Dan Driscoll <dan@thedandriscoll.org>
6
6
  License: MIT License
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
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