cp-pyflink-libraries 0.0.0__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.
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: cp-pyflink-libraries
3
+ Version: 0.0.0
4
+ Summary: Flink libraries for PyFlink on Confluent Platform
5
+ License-Expression: Apache-2.0
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Operating System :: OS Independent
8
+ Requires-Python: >=3.9
@@ -0,0 +1,10 @@
1
+ [project]
2
+ name = "cp-pyflink-libraries"
3
+ version = "0.0.0"
4
+ description = "Flink libraries for PyFlink on Confluent Platform"
5
+ requires-python = ">=3.9"
6
+ license = "Apache-2.0"
7
+ classifiers = [
8
+ "Programming Language :: Python :: 3",
9
+ "Operating System :: OS Independent",
10
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: cp-pyflink-libraries
3
+ Version: 0.0.0
4
+ Summary: Flink libraries for PyFlink on Confluent Platform
5
+ License-Expression: Apache-2.0
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Operating System :: OS Independent
8
+ Requires-Python: >=3.9
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ src/cp_pyflink_libraries.egg-info/PKG-INFO
3
+ src/cp_pyflink_libraries.egg-info/SOURCES.txt
4
+ src/cp_pyflink_libraries.egg-info/dependency_links.txt
5
+ src/cp_pyflink_libraries.egg-info/top_level.txt
6
+ src/pyflink/__init__.py
File without changes