diff options
Diffstat (limited to 'third_party/python/futures/futures.egg-info')
6 files changed, 44 insertions, 0 deletions
diff --git a/third_party/python/futures/futures.egg-info/PKG-INFO b/third_party/python/futures/futures.egg-info/PKG-INFO new file mode 100644 index 0000000000..00e3a99767 --- /dev/null +++ b/third_party/python/futures/futures.egg-info/PKG-INFO @@ -0,0 +1,16 @@ +Metadata-Version: 1.0 +Name: futures +Version: 3.0.5 +Summary: Backport of the concurrent.futures package from Python 3.2 +Home-page: https://github.com/agronholm/pythonfutures +Author: Alex Gronholm +Author-email: alex.gronholm+pypi@nextday.fi +License: BSD +Description: UNKNOWN +Platform: UNKNOWN +Classifier: License :: OSI Approved :: BSD License +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 2 :: Only diff --git a/third_party/python/futures/futures.egg-info/SOURCES.txt b/third_party/python/futures/futures.egg-info/SOURCES.txt new file mode 100644 index 0000000000..31d473be10 --- /dev/null +++ b/third_party/python/futures/futures.egg-info/SOURCES.txt @@ -0,0 +1,24 @@ +CHANGES +LICENSE +MANIFEST.in +crawl.py +primes.py +setup.cfg +setup.py +test_futures.py +tox.ini +concurrent/__init__.py +concurrent/futures/__init__.py +concurrent/futures/_base.py +concurrent/futures/process.py +concurrent/futures/thread.py +docs/Makefile +docs/conf.py +docs/index.rst +docs/make.bat +futures.egg-info/PKG-INFO +futures.egg-info/SOURCES.txt +futures.egg-info/dependency_links.txt +futures.egg-info/not-zip-safe +futures.egg-info/pbr.json +futures.egg-info/top_level.txt
\ No newline at end of file diff --git a/third_party/python/futures/futures.egg-info/dependency_links.txt b/third_party/python/futures/futures.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/third_party/python/futures/futures.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/third_party/python/futures/futures.egg-info/not-zip-safe b/third_party/python/futures/futures.egg-info/not-zip-safe new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/third_party/python/futures/futures.egg-info/not-zip-safe @@ -0,0 +1 @@ + diff --git a/third_party/python/futures/futures.egg-info/pbr.json b/third_party/python/futures/futures.egg-info/pbr.json new file mode 100644 index 0000000000..6937c11cb5 --- /dev/null +++ b/third_party/python/futures/futures.egg-info/pbr.json @@ -0,0 +1 @@ +{"is_release": false, "git_version": "6532a74"}
\ No newline at end of file diff --git a/third_party/python/futures/futures.egg-info/top_level.txt b/third_party/python/futures/futures.egg-info/top_level.txt new file mode 100644 index 0000000000..e4d7bdcbdb --- /dev/null +++ b/third_party/python/futures/futures.egg-info/top_level.txt @@ -0,0 +1 @@ +concurrent |