lorrystream 0.0.3__tar.gz → 0.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 (79) hide show
  1. {lorrystream-0.0.3 → lorrystream-0.0.4}/CHANGES.md +3 -0
  2. {lorrystream-0.0.3/lorrystream.egg-info → lorrystream-0.0.4}/PKG-INFO +2 -2
  3. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/changes.md +3 -0
  4. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/process/kinesis_cratedb_lambda.py +1 -1
  5. {lorrystream-0.0.3 → lorrystream-0.0.4/lorrystream.egg-info}/PKG-INFO +2 -2
  6. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream.egg-info/requires.txt +1 -1
  7. {lorrystream-0.0.3 → lorrystream-0.0.4}/pyproject.toml +1 -1
  8. {lorrystream-0.0.3 → lorrystream-0.0.4}/LICENSE +0 -0
  9. {lorrystream-0.0.3 → lorrystream-0.0.4}/MANIFEST.in +0 -0
  10. {lorrystream-0.0.3 → lorrystream-0.0.4}/README.md +0 -0
  11. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/backlog.rst +0 -0
  12. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/backlog.md +0 -0
  13. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/dms/handbook.md +0 -0
  14. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/dms/index.md +0 -0
  15. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/dms/mysql.md +0 -0
  16. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/dms/postgresql.md +0 -0
  17. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/index.md +0 -0
  18. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/kcl/dynamodb-standalone.md +0 -0
  19. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/kcl/dynamodb.md +0 -0
  20. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/kcl/kinesis.md +0 -0
  21. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/lambda/index.md +0 -0
  22. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/carabas/research.md +0 -0
  23. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/development.rst +0 -0
  24. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/index.md +0 -0
  25. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/prior-art.rst +0 -0
  26. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/readme.md +0 -0
  27. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/research.rst +0 -0
  28. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/singer/cratedb.md +0 -0
  29. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/singer/index.md +0 -0
  30. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/singer/intro.md +0 -0
  31. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/sink/database.rst +0 -0
  32. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/source/amqp.rst +0 -0
  33. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/source/kinesis.md +0 -0
  34. {lorrystream-0.0.3 → lorrystream-0.0.4}/doc/source/mqtt.rst +0 -0
  35. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/__init__.py +0 -0
  36. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/__init__.py +0 -0
  37. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/__init__.py +0 -0
  38. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/cf/__init__.py +0 -0
  39. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/cf/dms_next.py +0 -0
  40. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/function/__init__.py +0 -0
  41. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/function/model.py +0 -0
  42. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/function/oci.py +0 -0
  43. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/function/zip.py +0 -0
  44. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/model.py +0 -0
  45. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/stack/__init__.py +0 -0
  46. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/stack/dms.py +0 -0
  47. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/carabas/aws/stack/dynamodb.py +0 -0
  48. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/cli.py +0 -0
  49. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/cmd.py +0 -0
  50. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/core.py +0 -0
  51. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/exceptions.py +0 -0
  52. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/model.py +0 -0
  53. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/process/__init__.py +0 -0
  54. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/__init__.py +0 -0
  55. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kcl_dynamodb/__init__.py +0 -0
  56. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kcl_dynamodb/dynamodb_cdc_processor.py +0 -0
  57. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kcl_kinesis/__init__.py +0 -0
  58. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kcl_kinesis/amazon_kclpy_helper.py +0 -0
  59. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kcl_kinesis/record_processor.py +0 -0
  60. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/spike/kinesis/__init__.py +0 -0
  61. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/streamz/__init__.py +0 -0
  62. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/streamz/amqp.py +0 -0
  63. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/streamz/model.py +0 -0
  64. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/streamz/sinks.py +0 -0
  65. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/streamz/sources.py +0 -0
  66. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/__init__.py +0 -0
  67. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/about.py +0 -0
  68. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/aio.py +0 -0
  69. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/cli.py +0 -0
  70. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/common.py +0 -0
  71. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/data.py +0 -0
  72. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/python/__init__.py +0 -0
  73. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/python/bundle.py +0 -0
  74. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream/util/python/pep723.py +0 -0
  75. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream.egg-info/SOURCES.txt +0 -0
  76. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream.egg-info/dependency_links.txt +0 -0
  77. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream.egg-info/entry_points.txt +0 -0
  78. {lorrystream-0.0.3 → lorrystream-0.0.4}/lorrystream.egg-info/top_level.txt +0 -0
  79. {lorrystream-0.0.3 → lorrystream-0.0.4}/setup.cfg +0 -0
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## in progress
4
4
 
5
+ ## 2024-08-16 v0.0.4
6
+ - Dependencies: Update to `commons-codec` version 0.0.6
7
+
5
8
  ## 2024-08-16 v0.0.3
6
9
  - Carabas: A subsystem to divert workloads to other people’s computers
7
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lorrystream
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A lightweight and polyglot stream-processing library, to be used as a data backplane-, message relay-, or pipeline-subsystem.
5
5
  Author-email: Andreas Motl <andreas.motl@panodata.org>, Richard Pobering <richard.pobering@panodata.org>
6
6
  License: LGPL 3, EUPL 1.2
@@ -67,7 +67,7 @@ Requires-Dist: boltons
67
67
  Requires-Dist: click<9
68
68
  Requires-Dist: colorama<1
69
69
  Requires-Dist: colorlog
70
- Requires-Dist: commons-codec==0.0.3
70
+ Requires-Dist: commons-codec
71
71
  Requires-Dist: dask
72
72
  Requires-Dist: funcy
73
73
  Requires-Dist: influxdb
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## in progress
4
4
 
5
+ ## 2024-08-16 v0.0.4
6
+ - Dependencies: Update to `commons-codec` version 0.0.6
7
+
5
8
  ## 2024-08-16 v0.0.3
6
9
  - Carabas: A subsystem to divert workloads to other people’s computers
7
10
 
@@ -24,7 +24,7 @@ Resources:
24
24
  # /// script
25
25
  # requires-python = ">=3.9"
26
26
  # dependencies = [
27
- # "commons-codec==0.0.3",
27
+ # "commons-codec==0.0.6",
28
28
  # "sqlalchemy-cratedb==0.38.0",
29
29
  # ]
30
30
  # ///
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lorrystream
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: A lightweight and polyglot stream-processing library, to be used as a data backplane-, message relay-, or pipeline-subsystem.
5
5
  Author-email: Andreas Motl <andreas.motl@panodata.org>, Richard Pobering <richard.pobering@panodata.org>
6
6
  License: LGPL 3, EUPL 1.2
@@ -67,7 +67,7 @@ Requires-Dist: boltons
67
67
  Requires-Dist: click<9
68
68
  Requires-Dist: colorama<1
69
69
  Requires-Dist: colorlog
70
- Requires-Dist: commons-codec==0.0.3
70
+ Requires-Dist: commons-codec
71
71
  Requires-Dist: dask
72
72
  Requires-Dist: funcy
73
73
  Requires-Dist: influxdb
@@ -2,7 +2,7 @@ boltons
2
2
  click<9
3
3
  colorama<1
4
4
  colorlog
5
- commons-codec==0.0.3
5
+ commons-codec
6
6
  dask
7
7
  funcy
8
8
  influxdb
@@ -87,7 +87,7 @@ dependencies = [
87
87
  "click<9",
88
88
  "colorama<1",
89
89
  "colorlog",
90
- "commons-codec==0.0.3",
90
+ "commons-codec",
91
91
  "dask",
92
92
  "funcy",
93
93
  "influxdb",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes