summaryrefslogtreecommitdiff
path: root/urlgrabber.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'urlgrabber.egg-info')
-rwxr-xr-xurlgrabber.egg-info/PKG-INFO31
-rwxr-xr-xurlgrabber.egg-info/SOURCES.txt27
-rwxr-xr-xurlgrabber.egg-info/dependency_links.txt1
-rwxr-xr-xurlgrabber.egg-info/requires.txt3
-rwxr-xr-xurlgrabber.egg-info/top_level.txt1
5 files changed, 63 insertions, 0 deletions
diff --git a/urlgrabber.egg-info/PKG-INFO b/urlgrabber.egg-info/PKG-INFO
new file mode 100755
index 0000000..20b9966
--- /dev/null
+++ b/urlgrabber.egg-info/PKG-INFO
@@ -0,0 +1,31 @@
+Metadata-Version: 1.2
+Name: urlgrabber
+Version: 4.1.0
+Summary: A high-level cross-protocol url-grabber
+Home-page: http://urlgrabber.baseurl.org/
+Author: Michael D. Stenner, Ryan Tomayko, Seth Vidal, Zdenek Pavlas
+Author-email: mstenner@linux.duke.edu, rtomayko@naeblis.cx, skvidal@fedoraproject.org, zpavlas@redhat.com
+Maintainer: Neal Gompa
+Maintainer-email: ngompa@fedoraproject.org
+License: LGPLv2+
+Description: UNKNOWN
+Keywords: urlgrabber yum http ftp
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: System Administrators
+Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
+Classifier: Topic :: Internet :: WWW/HTTP
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Environment :: Console
+Classifier: Environment :: Web Environment
+Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
+Classifier: Operating System :: POSIX
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff --git a/urlgrabber.egg-info/SOURCES.txt b/urlgrabber.egg-info/SOURCES.txt
new file mode 100755
index 0000000..35174af
--- /dev/null
+++ b/urlgrabber.egg-info/SOURCES.txt
@@ -0,0 +1,27 @@
+ChangeLog
+LICENSE
+MANIFEST.in
+README
+TODO
+makefile
+setup.py
+scripts/urlgrabber
+scripts/urlgrabber-ext-down
+test/base_test_code.py
+test/grabberperf.py
+test/munittest.py
+test/runtests.py
+test/test_byterange.py
+test/test_grabber.py
+test/test_mirror.py
+test/threading/batchgrabber.py
+urlgrabber/__init__.py
+urlgrabber/byterange.py
+urlgrabber/grabber.py
+urlgrabber/mirror.py
+urlgrabber/progress.py
+urlgrabber.egg-info/PKG-INFO
+urlgrabber.egg-info/SOURCES.txt
+urlgrabber.egg-info/dependency_links.txt
+urlgrabber.egg-info/requires.txt
+urlgrabber.egg-info/top_level.txt \ No newline at end of file
diff --git a/urlgrabber.egg-info/dependency_links.txt b/urlgrabber.egg-info/dependency_links.txt
new file mode 100755
index 0000000..8b13789
--- /dev/null
+++ b/urlgrabber.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/urlgrabber.egg-info/requires.txt b/urlgrabber.egg-info/requires.txt
new file mode 100755
index 0000000..28d1cd4
--- /dev/null
+++ b/urlgrabber.egg-info/requires.txt
@@ -0,0 +1,3 @@
+pycurl
+six
+setuptools
diff --git a/urlgrabber.egg-info/top_level.txt b/urlgrabber.egg-info/top_level.txt
new file mode 100755
index 0000000..9aa2f20
--- /dev/null
+++ b/urlgrabber.egg-info/top_level.txt
@@ -0,0 +1 @@
+urlgrabber