[scoop] 03/14: checkin egg-info

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Mar 21 16:50:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository scoop.

commit 1714da6e7e9fbbba1aaecfc505980e1822ac71b6
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 21 17:10:10 2016 +0100

    checkin egg-info
---
 scoop.egg-info/PKG-INFO             |  25 +++++++++
 scoop.egg-info/SOURCES.txt          | 104 ++++++++++++++++++++++++++++++++++++
 scoop.egg-info/dependency_links.txt |   1 +
 scoop.egg-info/requires.txt         |   6 +++
 scoop.egg-info/top_level.txt        |   1 +
 5 files changed, 137 insertions(+)

diff --git a/scoop.egg-info/PKG-INFO b/scoop.egg-info/PKG-INFO
new file mode 100644
index 0000000..944fbf1
--- /dev/null
+++ b/scoop.egg-info/PKG-INFO
@@ -0,0 +1,25 @@
+Metadata-Version: 1.1
+Name: scoop
+Version: 0.7.1.release
+Summary: Scalable COncurrent Operations in Python
+Home-page: http://scoop.googlecode.com
+Author: SCOOP Development Team
+Author-email: scoop-users at googlegroups.com
+License: LGPL
+Download-URL: http://code.google.com/p/scoop/downloads/list
+Description: SCOOP (Scalable COncurrent Operations in Python) is a distributed task module 
+        allowing concurrent parallel programming on various environments, from 
+        heterogeneous grids to supercomputers.
+        
+        See https://scoop.googlecode.com/ for documentation, informations, bug
+        reporting and more.
+Keywords: distributed algorithms,parallel programming,Concurrency,Cluster programming,greenlet,zmq
+Platform: any
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Education
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Programming Language :: Python
+Classifier: Topic :: Scientific/Engineering
+Classifier: Topic :: Software Development
diff --git a/scoop.egg-info/SOURCES.txt b/scoop.egg-info/SOURCES.txt
new file mode 100644
index 0000000..2a1020b
--- /dev/null
+++ b/scoop.egg-info/SOURCES.txt
@@ -0,0 +1,104 @@
+CHANGELOG.txt
+LICENSE.txt
+MANIFEST.in
+README.txt
+setup.py
+doc/Makefile
+doc/api.rst
+doc/blu.diff
+doc/conf.py
+doc/contributing.rst
+doc/examples.rst
+doc/index.rst
+doc/install.rst
+doc/make.bat
+doc/usage.rst
+doc/_static/copybutton.js
+doc/_static/logo.png
+doc/_static/sidebar.js
+doc/_template/globaltoc.html
+doc/_template/indexcontent.html
+doc/_template/indexsidebar.html
+doc/_template/page.html
+doc/_themes/pydoctheme/theme.conf
+doc/_themes/pydoctheme/static/pydoctheme.css
+doc/images/architecture.png
+doc/images/introductory_tree.png
+doc/images/logo.png
+doc/images/monteCarloPiExample.gif
+doc/images/reduction.png
+examples/callback.py
+examples/conditional_execution.py
+examples/conditional_import.py
+examples/deap_ga_evosn.py
+examples/deap_ga_onemax.py
+examples/exceptExample.py
+examples/full_tree.py
+examples/grtest.py
+examples/image_resize.py
+examples/interactive_shell.py
+examples/lambda.py
+examples/map_as_completed.py
+examples/map_doc.py
+examples/map_reduce.py
+examples/map_scan.py
+examples/object.py
+examples/pi_calc.py
+examples/pi_calc_doc.py
+examples/recurse.py
+examples/rssDoc.py
+examples/shared_example.py
+examples/shared_example_doc.py
+examples/sorting.py
+examples/sum_multiples.py
+examples/testmut.py
+examples/tree_traversal.py
+examples/url_fetch.py
+examples/url_fetch_doc.py
+examples/dependency/__init__.py
+examples/dependency/sortingnetwork.py
+examples/tree/Tree.py
+examples/tree/TreeGen.py
+examples/tree/dtm-tree.py
+examples/tree/scoop_tree.py
+examples/tree/serial-tree.py
+scoop/__init__.py
+scoop/__main__.py
+scoop/_control.py
+scoop/_debug.py
+scoop/_types.py
+scoop/encapsulation.py
+scoop/fallbacks.py
+scoop/futures.py
+scoop/launcher.py
+scoop/shared.py
+scoop/utils.py
+scoop.egg-info/PKG-INFO
+scoop.egg-info/SOURCES.txt
+scoop.egg-info/dependency_links.txt
+scoop.egg-info/requires.txt
+scoop.egg-info/top_level.txt
+scoop/_comm/__init__.py
+scoop/_comm/scoopexceptions.py
+scoop/_comm/scooptcp.py
+scoop/_comm/scoopzmq.py
+scoop/backports/__init__.py
+scoop/backports/dictconfig.py
+scoop/backports/newCollections.py
+scoop/backports/runpy.py
+scoop/bootstrap/__init__.py
+scoop/bootstrap/__main__.py
+scoop/broker/__init__.py
+scoop/broker/__main__.py
+scoop/broker/brokertcp.py
+scoop/broker/brokerzmq.py
+scoop/broker/structs.py
+scoop/discovery/__init__.py
+scoop/discovery/minusconf.py
+scoop/launch/__init__.py
+scoop/launch/brokerLaunch.py
+scoop/launch/workerLaunch.py
+test/tests.py
+test/tests_parser.py
+test/tests_stat.py
+test/tests_stopwatch.py
\ No newline at end of file
diff --git a/scoop.egg-info/dependency_links.txt b/scoop.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/scoop.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/scoop.egg-info/requires.txt b/scoop.egg-info/requires.txt
new file mode 100644
index 0000000..99aabde
--- /dev/null
+++ b/scoop.egg-info/requires.txt
@@ -0,0 +1,6 @@
+greenlet>=0.3.4
+pyzmq>=13.1.0
+argparse>=1.1
+
+[nice]
+psutil>=0.6.1
\ No newline at end of file
diff --git a/scoop.egg-info/top_level.txt b/scoop.egg-info/top_level.txt
new file mode 100644
index 0000000..fa7e008
--- /dev/null
+++ b/scoop.egg-info/top_level.txt
@@ -0,0 +1 @@
+scoop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git



More information about the debian-science-commits mailing list