From 7ae40b7d1df94b7a6e51dbdd3d05c5918dd7975e Mon Sep 17 00:00:00 2001 From: jmanhype Date: Fri, 18 Oct 2024 13:29:28 -0500 Subject: [PATCH] Please enter the commit message for your changes. Lines starting --- python/rtmp_streaming.egg-info/PKG-INFO | 9 +++++++++ python/rtmp_streaming.egg-info/SOURCES.txt | 7 +++++++ python/rtmp_streaming.egg-info/dependency_links.txt | 1 + python/rtmp_streaming.egg-info/not-zip-safe | 1 + python/rtmp_streaming.egg-info/requires.txt | 3 +++ python/rtmp_streaming.egg-info/top_level.txt | 1 + 6 files changed, 22 insertions(+) create mode 100644 python/rtmp_streaming.egg-info/PKG-INFO create mode 100644 python/rtmp_streaming.egg-info/SOURCES.txt create mode 100644 python/rtmp_streaming.egg-info/dependency_links.txt create mode 100644 python/rtmp_streaming.egg-info/not-zip-safe create mode 100644 python/rtmp_streaming.egg-info/requires.txt create mode 100644 python/rtmp_streaming.egg-info/top_level.txt diff --git a/python/rtmp_streaming.egg-info/PKG-INFO b/python/rtmp_streaming.egg-info/PKG-INFO new file mode 100644 index 0000000..e6b4348 --- /dev/null +++ b/python/rtmp_streaming.egg-info/PKG-INFO @@ -0,0 +1,9 @@ +Metadata-Version: 2.1 +Name: rtmp_streaming +Version: 0.0.1 +Summary: rtmp streaming using double buffer +Author: andrea nobile +Author-email: +Requires-Python: >=3.6 +Provides-Extra: test +Requires-Dist: pytest>=6.0; extra == "test" diff --git a/python/rtmp_streaming.egg-info/SOURCES.txt b/python/rtmp_streaming.egg-info/SOURCES.txt new file mode 100644 index 0000000..fb1afd9 --- /dev/null +++ b/python/rtmp_streaming.egg-info/SOURCES.txt @@ -0,0 +1,7 @@ +setup.py +rtmp_streaming.egg-info/PKG-INFO +rtmp_streaming.egg-info/SOURCES.txt +rtmp_streaming.egg-info/dependency_links.txt +rtmp_streaming.egg-info/not-zip-safe +rtmp_streaming.egg-info/requires.txt +rtmp_streaming.egg-info/top_level.txt \ No newline at end of file diff --git a/python/rtmp_streaming.egg-info/dependency_links.txt b/python/rtmp_streaming.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/python/rtmp_streaming.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/python/rtmp_streaming.egg-info/not-zip-safe b/python/rtmp_streaming.egg-info/not-zip-safe new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/python/rtmp_streaming.egg-info/not-zip-safe @@ -0,0 +1 @@ + diff --git a/python/rtmp_streaming.egg-info/requires.txt b/python/rtmp_streaming.egg-info/requires.txt new file mode 100644 index 0000000..89c1edf --- /dev/null +++ b/python/rtmp_streaming.egg-info/requires.txt @@ -0,0 +1,3 @@ + +[test] +pytest>=6.0 diff --git a/python/rtmp_streaming.egg-info/top_level.txt b/python/rtmp_streaming.egg-info/top_level.txt new file mode 100644 index 0000000..0bb0a94 --- /dev/null +++ b/python/rtmp_streaming.egg-info/top_level.txt @@ -0,0 +1 @@ +rtmp_streaming