[Python-modules-commits] [pyutilib] 03/10: Import pyutilib_5.3.2.orig.tar.xz

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Apr 8 18:48:17 UTC 2016


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

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

commit a8d582c259c0df1d1707ce5aab3734ff3593a9cb
Author: Daniel Stender <stender at debian.org>
Date:   Fri Apr 8 20:35:59 2016 +0200

    Import pyutilib_5.3.2.orig.tar.xz
---
 AUTHORS.txt                                        |  14 +-
 CHANGELOG.txt                                      |  32 ++
 PKG-INFO                                           |  68 ---
 PYPI.txt                                           |   8 +
 PyUtilib.egg-info/PKG-INFO                         |  68 ---
 PyUtilib.egg-info/SOURCES.txt                      | 503 ---------------------
 PyUtilib.egg-info/dependency_links.txt             |   1 -
 PyUtilib.egg-info/entry_points.txt                 |  20 -
 PyUtilib.egg-info/namespace_packages.txt           |   2 -
 PyUtilib.egg-info/requires.txt                     |   2 -
 PyUtilib.egg-info/top_level.txt                    |   1 -
 README.md                                          |  26 ++
 README.txt                                         |  47 --
 RELEASE.txt                                        |   2 +-
 pyutilib/component/core/__init__.py                |  10 +-
 pyutilib/component/core/core.py                    | 456 +++++++++++--------
 .../loader/tests/eggs1/Package1-0.1-py3.5.egg      | Bin 0 -> 2398 bytes
 .../loader/tests/eggs1/Package2-0.1-py3.5.egg      | Bin 0 -> 2391 bytes
 .../loader/tests/eggs2/Package3-0.1-py3.5.egg      | Bin 0 -> 2421 bytes
 .../loader/tests/eggs2/Package4-0.1-py3.5.egg      | Bin 0 -> 2553 bytes
 .../loader/tests/eggs2/Package5-0.1-py3.5.egg      | Bin 0 -> 2543 bytes
 .../loader/tests/eggs2/Package6-0.1-py3.5.egg      | Bin 0 -> 2406 bytes
 .../loader/tests/eggs2/Package7-0.1-py3.5.egg      | Bin 0 -> 2541 bytes
 pyutilib/component/loader/tests/eggsrc/README      |   6 +
 pyutilib/dev/lbin.py                               |   3 +-
 pyutilib/dev/lpython.py                            |  37 +-
 pyutilib/dev/runtests.py                           |  53 +--
 pyutilib/enum/enum.py                              |  59 ++-
 pyutilib/enum/tests/test_enum.py                   |  20 +-
 pyutilib/misc/config.py                            |  82 ++--
 pyutilib/misc/misc.py                              |  25 +-
 pyutilib/misc/tests/test_config.py                 |  17 +-
 pyutilib/misc/tests/test_misc.py                   |   2 +
 pyutilib/misc/tests/test_reference.txt             |   8 +-
 pyutilib/misc/timing.py                            |   7 +-
 pyutilib/pyro/client.py                            |   4 +
 pyutilib/pyro/util.py                              |  17 +-
 pyutilib/pyro/worker.py                            |  54 ++-
 pyutilib/subprocess/processmngr.py                 |  22 +-
 pyutilib/subprocess/tests/test_subprocess.py       |  11 +-
 pyutilib/th/pyunit.py                              |  44 +-
 pyutilib/th/tests/test_pyunit1.py                  |   6 +-
 pyutilib/th/tests/test_pyunit2.py                  |   6 +-
 pyutilib/workflow/task.py                          |  31 +-
 pyutilib/workflow/workflow.py                      |   6 +-
 setup.cfg                                          |   8 +-
 setup.py                                           |   8 +-
 47 files changed, 677 insertions(+), 1119 deletions(-)

diff --git a/AUTHORS.txt b/AUTHORS.txt
index 9a31c78..67a0703 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,4 +1,10 @@
-William Hart
-John Siirola
-Gabe Hackabiel
-Kevin Hunter
+
+The GitHub contributors page provides a list of developers who have
+contributed to this repository.
+
+The following were the main developers who contributed to the
+original subversion repository:
+. William Hart
+. John Siirola
+. Gabe Hackabiel
+
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ba8a6f3..d88394b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,38 @@
 ====================
 
 -------------------------------------------------------------------------------
+ Version 5.3.2
+-------------------------------------------------------------------------------
+
+- Documentation updates.
+
+-------------------------------------------------------------------------------
+ Version 5.3.1
+-------------------------------------------------------------------------------
+
+- Documentation updates.
+
+-------------------------------------------------------------------------------
+ Version 5.3
+-------------------------------------------------------------------------------
+
+- pyutilib.enum
+    - Allow initialization with custom EnumValue implementations
+- pyutilib.pyro
+    - Allow a TaskWorker to change the queue that task results are returned to
+    - Make the default behavior for single-queue TaskWorker be to
+      request tasks without a timeout.
+- pyutilib.dev
+    - Updating testing semantics.  Using only a single test category,
+      and the smoke category is the default.
+    - Changes to make uncategorized tests run when 'smoke', 'nightly'
+      or 'expensive' tests are run.
+    -  Switching `lbin`, `lpython`, and `runtests` to use `execvp()` instead of
+       subprocess for launching commands that are never intended to return.
+- pyutilib.worker
+    - Resolving semantic differences between NoTask and EmptyTask.
+
+-------------------------------------------------------------------------------
  Version 5.2.3601
 -------------------------------------------------------------------------------
 
diff --git a/PKG-INFO b/PKG-INFO
deleted file mode 100644
index 75c2837..0000000
--- a/PKG-INFO
+++ /dev/null
@@ -1,68 +0,0 @@
-Metadata-Version: 1.1
-Name: PyUtilib
-Version: 5.2.3601
-Summary: PyUtilib: A collection of Python utilities
-Home-page: https://software.sandia.gov/trac/pyutilib
-Author: William E. Hart
-Author-email: wehart at sandia.gov
-License: BSD
-Description: ===============
-        PyUtilib README
-        ===============
-        
-        PyUtilib is a collection of Python utility packages.
-        
-        
-        -------
-        License
-        -------
-        
-        BSD.  See the LICENSE.txt file.
-        
-        
-        ------------
-        Organization
-        ------------
-        
-        + Directories
-        
-          * pyutilib - The root directory for PyUtilib source code
-        
-        + Documentation and Bug Tracking
-        
-          * Trac wiki: https://software.sandia.gov/trac/pyutilib
-        
-        + Authors
-        
-          * See the AUTHORS.txt file.
-        
-        + Project Managers
-        
-          * William E. Hart, wehart at sandia.gov
-        
-        + Mailing List
-        
-          * pyutilib-forum at googlegroups.com
-            - The main list for help and announcements
-          * pyutilib-developers at googlegroups.com
-            - Where developers of PyUtilib discuss new features
-        
-        --------------------
-        Third Party Software
-        --------------------
-        
-        None
-        
-        
-Keywords: utility
-Platform: any
-Classifier: Development Status :: 4 - Beta
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Natural Language :: English
-Classifier: Operating System :: Microsoft :: Windows
-Classifier: Operating System :: Unix
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Unix Shell
-Classifier: Topic :: Scientific/Engineering :: Mathematics
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff --git a/PYPI.txt b/PYPI.txt
new file mode 100644
index 0000000..b3e90e3
--- /dev/null
+++ b/PYPI.txt
@@ -0,0 +1,8 @@
+The PyUtilib project supports a collection of Python utilities,
+including a well-developed component architecture and extensions
+to the PyUnit testing framework. PyUtilib has been developed to
+support several Python-centric projects, especially
+`Pyomo <http://pyomo.org>`_.
+
+PyUtilib is developed on Github: https://github.com/PyUtilib/pyutilib,
+and it is is available under the BSD License.
diff --git a/PyUtilib.egg-info/PKG-INFO b/PyUtilib.egg-info/PKG-INFO
deleted file mode 100644
index 75c2837..0000000
--- a/PyUtilib.egg-info/PKG-INFO
+++ /dev/null
@@ -1,68 +0,0 @@
-Metadata-Version: 1.1
-Name: PyUtilib
-Version: 5.2.3601
-Summary: PyUtilib: A collection of Python utilities
-Home-page: https://software.sandia.gov/trac/pyutilib
-Author: William E. Hart
-Author-email: wehart at sandia.gov
-License: BSD
-Description: ===============
-        PyUtilib README
-        ===============
-        
-        PyUtilib is a collection of Python utility packages.
-        
-        
-        -------
-        License
-        -------
-        
-        BSD.  See the LICENSE.txt file.
-        
-        
-        ------------
-        Organization
-        ------------
-        
-        + Directories
-        
-          * pyutilib - The root directory for PyUtilib source code
-        
-        + Documentation and Bug Tracking
-        
-          * Trac wiki: https://software.sandia.gov/trac/pyutilib
-        
-        + Authors
-        
-          * See the AUTHORS.txt file.
-        
-        + Project Managers
-        
-          * William E. Hart, wehart at sandia.gov
-        
-        + Mailing List
-        
-          * pyutilib-forum at googlegroups.com
-            - The main list for help and announcements
-          * pyutilib-developers at googlegroups.com
-            - Where developers of PyUtilib discuss new features
-        
-        --------------------
-        Third Party Software
-        --------------------
-        
-        None
-        
-        
-Keywords: utility
-Platform: any
-Classifier: Development Status :: 4 - Beta
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Natural Language :: English
-Classifier: Operating System :: Microsoft :: Windows
-Classifier: Operating System :: Unix
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Unix Shell
-Classifier: Topic :: Scientific/Engineering :: Mathematics
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff --git a/PyUtilib.egg-info/SOURCES.txt b/PyUtilib.egg-info/SOURCES.txt
deleted file mode 100644
index d385e95..0000000
--- a/PyUtilib.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,503 +0,0 @@
-AUTHORS.txt
-CHANGELOG.txt
-LICENSE.txt
-README.txt
-RELEASE.txt
-setup.cfg
-setup.py
-PyUtilib.egg-info/PKG-INFO
-PyUtilib.egg-info/SOURCES.txt
-PyUtilib.egg-info/dependency_links.txt
-PyUtilib.egg-info/entry_points.txt
-PyUtilib.egg-info/namespace_packages.txt
-PyUtilib.egg-info/requires.txt
-PyUtilib.egg-info/top_level.txt
-doc/plugin/DOEbwlogo.eps
-doc/plugin/DOEbwlogo.pdf
-doc/plugin/Makefile
-doc/plugin/SAND.tex
-doc/plugin/SANDreport.cls
-doc/plugin/coopr.bib
-doc/plugin/fancyhdr.sty
-doc/plugin/macros.tex
-doc/plugin/pca-core.tex
-doc/plugin/pca-disc.tex
-doc/plugin/pca-extensions.tex
-doc/plugin/pca-intro.tex
-doc/plugin/pca.pdf
-doc/plugin/pca.tex
-doc/plugin/snllineblk.eps
-doc/plugin/snllineblk.pdf
-doc/plugin/figures/definitions.pdf
-doc/plugin/figures/pca-figures.ppt
-doc/th/general.txt
-doc/th/overview.txt
-doc/workflow/DOEbwlogo.eps
-doc/workflow/DOEbwlogo.pdf
-doc/workflow/Makefile
-doc/workflow/SAND.pdf
-doc/workflow/SAND.tex
-doc/workflow/SANDreport.cls
-doc/workflow/abstract.tex
-doc/workflow/acknow.tex
-doc/workflow/coopr.bib
-doc/workflow/example_exec.py
-doc/workflow/example_macros.tex
-doc/workflow/fancyhdr.sty
-doc/workflow/lstanchors.pl
-doc/workflow/macros.tex
-doc/workflow/snllineblk.eps
-doc/workflow/snllineblk.pdf
-doc/workflow/workflow-disc.tex
-doc/workflow/workflow-doc.tex
-doc/workflow/workflow-intro.tex
-doc/workflow/workflow.pdf
-doc/workflow/workflow.tex
-doc/workflow/examples/driver1.py
-doc/workflow/examples/driver2.py
-doc/workflow/examples/driver_1.sh
-doc/workflow/examples/driver_1.txt
-doc/workflow/examples/driver_2.sh
-doc/workflow/examples/driver_2.txt
-doc/workflow/examples/driver_3.sh
-doc/workflow/examples/driver_3.txt
-doc/workflow/examples/example1.py
-doc/workflow/examples/example1.txt
-doc/workflow/examples/example10.py
-doc/workflow/examples/example10.txt
-doc/workflow/examples/example1a.py
-doc/workflow/examples/example1a.txt
-doc/workflow/examples/example1b.py
-doc/workflow/examples/example1b.txt
-doc/workflow/examples/example1c.py
-doc/workflow/examples/example1c.txt
-doc/workflow/examples/example2.py
-doc/workflow/examples/example2.txt
-doc/workflow/examples/example3.py
-doc/workflow/examples/example3.txt
-doc/workflow/examples/example3a.py
-doc/workflow/examples/example3a.txt
-doc/workflow/examples/example4.py
-doc/workflow/examples/example4.txt
-doc/workflow/examples/example5.py
-doc/workflow/examples/example5.txt
-doc/workflow/examples/example6.log
-doc/workflow/examples/example6.py
-doc/workflow/examples/example6.txt
-doc/workflow/examples/example6a.py
-doc/workflow/examples/example6a.txt
-doc/workflow/examples/example7.py
-doc/workflow/examples/example7.txt
-doc/workflow/examples/example7a.py
-doc/workflow/examples/example7a.txt
-doc/workflow/examples/example8.py
-doc/workflow/examples/example8.txt
-doc/workflow/examples/example9a.py
-doc/workflow/examples/example9a.txt
-doc/workflow/examples/example9b.py
-doc/workflow/examples/example9b.txt
-doc/workflow/examples/example_driver1.py
-doc/workflow/examples/example_driver1.txt
-doc/workflow/examples/example_plugin.py
-doc/workflow/examples/example_plugin.txt
-doc/workflow/examples/tasks_yz.py
-doc/workflow/examples/test_example.py
-doc/workflow/examples/dummy/bar
-doc/workflow/examples/dummy/foo
-doc/workflow/figures/workflow-example2.pdf
-doc/workflow/figures/workflow-example3.pdf
-doc/workflow/figures/workflow-figures.pptx
-doc/workflow/figures/workflow-overview.pdf
-examples/autotest/LoremIpsum1.txt
-examples/autotest/README.txt
-examples/autotest/autotest.py
-examples/autotest/example.py
-examples/autotest/example1.yml
-examples/autotest/test_suite1_cat2_p1.txt
-examples/autotest/test_suite1_cat_p1.txt
-examples/autotest/test_suite1_echo_p1.txt
-examples/autotest/test_suite2_cat2_p2.txt
-examples/autotest/test_suite2_cat_p1.txt
-examples/autotest/test_suite2_echo_p3.txt
-examples/autotest/test_suite3_cat_p1.txt
-examples/autotest/test_suite3_catx_p1.txt
-examples/pyro/README.txt
-examples/pyro/factor.py
-examples/pyro/factor_srvr
-examples/pyro/factorize
-pyutilib/__init__.py
-pyutilib/autotest/__init__.py
-pyutilib/autotest/default_testdriver.py
-pyutilib/autotest/driver.py
-pyutilib/autotest/json_plugin.py
-pyutilib/autotest/plugins.py
-pyutilib/autotest/yaml_plugin.py
-pyutilib/autotest/tests/__init__.py
-pyutilib/autotest/tests/example1.json
-pyutilib/autotest/tests/example1.yml
-pyutilib/autotest/tests/test1.txt
-pyutilib/autotest/tests/test2.txt
-pyutilib/autotest/tests/test3.txt
-pyutilib/autotest/tests/test4.txt
-pyutilib/autotest/tests/test5.txt
-pyutilib/autotest/tests/test6.txt
-pyutilib/autotest/tests/test_driver.py
-pyutilib/common/__init__.py
-pyutilib/common/_exceptions.py
-pyutilib/component/__init__.py
-pyutilib/component/app/__init__.py
-pyutilib/component/app/simple.py
-pyutilib/component/app/tests/__init__.py
-pyutilib/component/app/tests/app1a.py
-pyutilib/component/app/tests/app1b.py
-pyutilib/component/app/tests/app2.py
-pyutilib/component/app/tests/app3.py
-pyutilib/component/app/tests/app4.py
-pyutilib/component/app/tests/config1.txt
-pyutilib/component/app/tests/log1.ini
-pyutilib/component/app/tests/summary.txt
-pyutilib/component/app/tests/test_simple.py
-pyutilib/component/config/__init__.py
-pyutilib/component/config/configuration.py
-pyutilib/component/config/env_config.py
-pyutilib/component/config/logging_config.py
-pyutilib/component/config/managed_plugin.py
-pyutilib/component/config/options.py
-pyutilib/component/config/plugin_ConfigParser.py
-pyutilib/component/config/tempfiles.py
-pyutilib/component/config/tests/__init__.py
-pyutilib/component/config/tests/config1.ini
-pyutilib/component/config/tests/config1.txt
-pyutilib/component/config/tests/config2.ini
-pyutilib/component/config/tests/config3.ini
-pyutilib/component/config/tests/config4.ini
-pyutilib/component/config/tests/config4.txt
-pyutilib/component/config/tests/log2.txt
-pyutilib/component/config/tests/test_config.py
-pyutilib/component/config/tests/test_options.py
-pyutilib/component/config/tests/test_tempdir.py
-pyutilib/component/core/__init__.py
-pyutilib/component/core/core.py
-pyutilib/component/core/tests/__init__.py
-pyutilib/component/core/tests/factory.jsn
-pyutilib/component/core/tests/factory.yml
-pyutilib/component/core/tests/log1.jsn
-pyutilib/component/core/tests/log1.yml
-pyutilib/component/core/tests/test_core.py
-pyutilib/component/executables/__init__.py
-pyutilib/component/executables/executable.py
-pyutilib/component/loader/__init__.py
-pyutilib/component/loader/plugin_eggLoader.py
-pyutilib/component/loader/plugin_importLoader.py
-pyutilib/component/loader/tests/__init__.py
-pyutilib/component/loader/tests/egg1.jsn
-pyutilib/component/loader/tests/egg1.py
-pyutilib/component/loader/tests/egg1.yml
-pyutilib/component/loader/tests/egg2.jsn
-pyutilib/component/loader/tests/egg2.py
-pyutilib/component/loader/tests/egg2.yml
-pyutilib/component/loader/tests/load1.jsn
-pyutilib/component/loader/tests/load1.py
-pyutilib/component/loader/tests/load1.yml
-pyutilib/component/loader/tests/load1a.jsn
-pyutilib/component/loader/tests/load1a.py
-pyutilib/component/loader/tests/load1a.yml
-pyutilib/component/loader/tests/load2.jsn
-pyutilib/component/loader/tests/load2.py
-pyutilib/component/loader/tests/load2.yml
-pyutilib/component/loader/tests/load2a.jsn
-pyutilib/component/loader/tests/load2a.py
-pyutilib/component/loader/tests/load2a.yml
-pyutilib/component/loader/tests/test_egg.py
-pyutilib/component/loader/tests/test_load.py
-pyutilib/component/loader/tests/test_load2.py
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs1/Package1-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs1/Package2-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs2/Package3-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs2/Package4-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs2/Package5-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs2/Package6-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py2.4.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py2.5.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py2.6.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py2.7.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py3.2.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py3.3.egg
-pyutilib/component/loader/tests/eggs2/Package7-0.1-py3.4.egg
-pyutilib/component/loader/tests/eggsrc/README
-pyutilib/component/loader/tests/eggsrc/pkg1/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg1/package1/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg1/package1/main.py
-pyutilib/component/loader/tests/eggsrc/pkg2/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg2/package2/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg2/package2/main.py
-pyutilib/component/loader/tests/eggsrc/pkg3/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg3/package3/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg3/package3/main.py
-pyutilib/component/loader/tests/eggsrc/pkg4/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg4/package4/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg4/package4/main.py
-pyutilib/component/loader/tests/eggsrc/pkg5/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg5/package5/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg5/package5/main.py
-pyutilib/component/loader/tests/eggsrc/pkg6/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg6/package6/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg6/package6/main.py
-pyutilib/component/loader/tests/eggsrc/pkg7/setup.py
-pyutilib/component/loader/tests/eggsrc/pkg7/package7/__init__.py
-pyutilib/component/loader/tests/eggsrc/pkg7/package7/main.py
-pyutilib/component/loader/tests/plugins1/test1.py
-pyutilib/component/loader/tests/plugins2/test2.py
-pyutilib/component/loader/tests/plugins2/test3.py
-pyutilib/component/loader/tests/plugins2/test4.py
-pyutilib/dev/__init__.py
-pyutilib/dev/checkCopyright.py
-pyutilib/dev/lbin.py
-pyutilib/dev/lpython.py
-pyutilib/dev/pypi_downloads.py
-pyutilib/dev/replaceCopyright.py
-pyutilib/dev/runtests.py
-pyutilib/enum/__init__.py
-pyutilib/enum/enum.py
-pyutilib/enum/tests/__init__.py
-pyutilib/enum/tests/test_enum.py
-pyutilib/excel/__init__.py
-pyutilib/excel/base.py
-pyutilib/excel/excel.py
-pyutilib/excel/spreadsheet.py
-pyutilib/excel/spreadsheet_openpyxl.py
-pyutilib/excel/spreadsheet_win32com.py
-pyutilib/excel/spreadsheet_xlrd.py
-pyutilib/excel/tests/__init__.py
-pyutilib/excel/tests/test_data.py
-pyutilib/excel/tests/test_data.xls
-pyutilib/excel/tests/test_data.xlsx
-pyutilib/math/__init__.py
-pyutilib/math/median2.py
-pyutilib/math/median3.py
-pyutilib/math/numtypes.py
-pyutilib/math/util.py
-pyutilib/math/tests/__init__.py
-pyutilib/math/tests/test_math.py
-pyutilib/math/tests/test_numtypes.py
-pyutilib/misc/GlobalData.py
-pyutilib/misc/__init__.py
-pyutilib/misc/archivereader.py
-pyutilib/misc/comparison.py
-pyutilib/misc/config.py
-pyutilib/misc/cross.py
-pyutilib/misc/dict_with_default.py
-pyutilib/misc/factory.py
-pyutilib/misc/format_io.py
-pyutilib/misc/gc_manager.py
-pyutilib/misc/generator.py
-pyutilib/misc/import_file.py
-pyutilib/misc/indent_io.py
-pyutilib/misc/log_config.py
-pyutilib/misc/method.py
-pyutilib/misc/misc.py
-pyutilib/misc/pyyaml_util.py
-pyutilib/misc/redirect_io.py
-pyutilib/misc/singleton.py
-pyutilib/misc/tee_io.py
-pyutilib/misc/timing.py
-pyutilib/misc/twzzle.py
-pyutilib/misc/xml_utils.py
-pyutilib/misc/xmltodict.py
-pyutilib/misc/tests/__init__.py
-pyutilib/misc/tests/filecmp1.txt
-pyutilib/misc/tests/filecmp10.txt
-pyutilib/misc/tests/filecmp11.txt
-pyutilib/misc/tests/filecmp2.txt
-pyutilib/misc/tests/filecmp3.txt
-pyutilib/misc/tests/filecmp4.txt
-pyutilib/misc/tests/filecmp5.txt
-pyutilib/misc/tests/filecmp6.txt
-pyutilib/misc/tests/filecmp7.txt
-pyutilib/misc/tests/filecmp8.txt
-pyutilib/misc/tests/format_io.txt
-pyutilib/misc/tests/import1.py
-pyutilib/misc/tests/import1.txt
-pyutilib/misc/tests/import2.py
-pyutilib/misc/tests/import2.txt
-pyutilib/misc/tests/jsondata1.jsn
-pyutilib/misc/tests/jsondata10.jsn
-pyutilib/misc/tests/jsondata2.jsn
-pyutilib/misc/tests/jsondata2.jsn.gz
-pyutilib/misc/tests/jsondata3.jsn
-pyutilib/misc/tests/jsondata4.txt
-pyutilib/misc/tests/jsondata5.jsn
-pyutilib/misc/tests/jsondata6.jsn
-pyutilib/misc/tests/jsondata7.jsn
-pyutilib/misc/tests/jsondata8.jsn
-pyutilib/misc/tests/jsondata9.jsn
-pyutilib/misc/tests/redirect_io1.txt
-pyutilib/misc/tests/redirect_io2.txt
-pyutilib/misc/tests/redirect_io3.txt
-pyutilib/misc/tests/test.xml
-pyutilib/misc/tests/test1.cfg
-pyutilib/misc/tests/test_archivereader.py
-pyutilib/misc/tests/test_config.py
-pyutilib/misc/tests/test_cross.py
-pyutilib/misc/tests/test_factory.py
-pyutilib/misc/tests/test_import.py
-pyutilib/misc/tests/test_io.py
-pyutilib/misc/tests/test_json.py
-pyutilib/misc/tests/test_method.py
-pyutilib/misc/tests/test_misc.py
-pyutilib/misc/tests/test_reference.txt
-pyutilib/misc/tests/test_singleton.py
-pyutilib/misc/tests/test_smap.py
-pyutilib/misc/tests/test_xml.py
-pyutilib/misc/tests/test_yaml.py
-pyutilib/misc/tests/xmldata1.xml
-pyutilib/misc/tests/xmldata10.xml
-pyutilib/misc/tests/xmldata11.xml
-pyutilib/misc/tests/xmldata12.xml
-pyutilib/misc/tests/xmldata2.xml
-pyutilib/misc/tests/xmldata3.xml
-pyutilib/misc/tests/xmldata4.txt
-pyutilib/misc/tests/xmldata5.xml
-pyutilib/misc/tests/xmldata6.xml
-pyutilib/misc/tests/xmldata7.xml
-pyutilib/misc/tests/xmldata8.xml
-pyutilib/misc/tests/xmldata9.xml
-pyutilib/misc/tests/yamldata1.yml
-pyutilib/misc/tests/yamldata10.yml
-pyutilib/misc/tests/yamldata11.yml
-pyutilib/misc/tests/yamldata12.yml
-pyutilib/misc/tests/yamldata13.yml
-pyutilib/misc/tests/yamldata14.yml
-pyutilib/misc/tests/yamldata14.yml.gz
-pyutilib/misc/tests/yamldata2.yml
-pyutilib/misc/tests/yamldata3.yml
-pyutilib/misc/tests/yamldata4.txt
-pyutilib/misc/tests/yamldata5.yml
-pyutilib/misc/tests/yamldata6.yml
-pyutilib/misc/tests/yamldata7.yml
-pyutilib/misc/tests/yamldata8.yml
-pyutilib/misc/tests/yamldata9.yml
-pyutilib/misc/tests/archivereader/archive_directory.tar
-pyutilib/misc/tests/archivereader/archive_directory.tar.gz
-pyutilib/misc/tests/archivereader/archive_directory.tgz
-pyutilib/misc/tests/archivereader/archive_directory.zip
-pyutilib/misc/tests/archivereader/archive_flat.tar
-pyutilib/misc/tests/archivereader/archive_flat.tar.gz
-pyutilib/misc/tests/archivereader/archive_flat.tgz
-pyutilib/misc/tests/archivereader/archive_flat.zip
-pyutilib/misc/tests/archivereader/fileC.txt
-pyutilib/misc/tests/archivereader/fileC.txt.bz2
-pyutilib/misc/tests/archivereader/fileC.txt.gz
-pyutilib/misc/tests/archivereader/win_archive_directory.zip
-pyutilib/misc/tests/archivereader/win_archive_flat.zip
-pyutilib/misc/tests/archivereader/archive_directory/.junk
-pyutilib/misc/tests/archivereader/archive_directory/directory/.junk
-pyutilib/misc/tests/archivereader/archive_directory/directory/fileA.txt
-pyutilib/misc/tests/archivereader/archive_directory/directory/fileB.txt
-pyutilib/misc/tests/archivereader/archive_flat/fileA.txt
-pyutilib/misc/tests/archivereader/archive_flat/fileB.txt
-pyutilib/misc/tests/archivereader/win_archive_directory/.junk
-pyutilib/misc/tests/archivereader/win_archive_directory/directory/.junk
-pyutilib/misc/tests/archivereader/win_archive_directory/directory/fileA.txt
-pyutilib/misc/tests/archivereader/win_archive_directory/directory/fileB.txt
-pyutilib/misc/tests/archivereader/win_archive_flat/fileA.txt
-pyutilib/misc/tests/archivereader/win_archive_flat/fileB.txt
-pyutilib/misc/tests/import_data/__init__.py
-pyutilib/misc/tests/import_data/tfile1.0.py
-pyutilib/misc/tests/import_data/a/__init__.py
-pyutilib/misc/tests/import_data/a/tfile.py
-pyutilib/misc/tests/import_data/b/__init__.py
-pyutilib/misc/tests/import_data/b/tfile.py
-pyutilib/ply/__init__.py
-pyutilib/ply/ply.py
-pyutilib/pyro/__init__.py
-pyutilib/pyro/client.py
-pyutilib/pyro/dispatch_srvr.py
-pyutilib/pyro/dispatcher.py
-pyutilib/pyro/nameserver.py
-pyutilib/pyro/task.py
-pyutilib/pyro/util.py
-pyutilib/pyro/worker.py
-pyutilib/services/__init__.py
-pyutilib/services/services.py
-pyutilib/subprocess/GlobalData.py
-pyutilib/subprocess/__init__.py
-pyutilib/subprocess/processmngr.py
-pyutilib/subprocess/tests/__init__.py
-pyutilib/subprocess/tests/tee_script.py
-pyutilib/subprocess/tests/test_subprocess.py
-pyutilib/th/__init__.py
-pyutilib/th/nose_gc.py
-pyutilib/th/nose_testdata.py
-pyutilib/th/nose_timeout.py
-pyutilib/th/pyunit.py
-pyutilib/th/runtests.py
-pyutilib/th/tests/__init__.py
-pyutilib/th/tests/file1.txt
-pyutilib/th/tests/file1.txt.gz
-pyutilib/th/tests/file1.zip
-pyutilib/th/tests/file2.txt
-pyutilib/th/tests/file2.txt.gz
-pyutilib/th/tests/file2.zip
-pyutilib/th/tests/file3.zip
-pyutilib/th/tests/test_misc.py
-pyutilib/th/tests/test_pyunit.py
-pyutilib/th/tests/test_pyunit1.py
-pyutilib/th/tests/test_pyunit2.py
-pyutilib/workflow/__init__.py
-pyutilib/workflow/connector.py
-pyutilib/workflow/driver.py
-pyutilib/workflow/executable.py
-pyutilib/workflow/file.py
-pyutilib/workflow/functor.py
-pyutilib/workflow/globals.py
-pyutilib/workflow/port.py
-pyutilib/workflow/resource.py
-pyutilib/workflow/task.py
-pyutilib/workflow/tasks.py
-pyutilib/workflow/workflow.py
-pyutilib/workflow/tests/__init__.py
-pyutilib/workflow/tests/test1.txt
-pyutilib/workflow/tests/test2.txt
-pyutilib/workflow/tests/test3.txt
-pyutilib/workflow/tests/test4.txt
-pyutilib/workflow/tests/test5b.txt
-pyutilib/workflow/tests/test_core.py
-pyutilib/workflow/tests/test_doc.py
-pyutilib/workflow/tests/test_task.py
\ No newline at end of file
diff --git a/PyUtilib.egg-info/dependency_links.txt b/PyUtilib.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/PyUtilib.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/PyUtilib.egg-info/entry_points.txt b/PyUtilib.egg-info/entry_points.txt
deleted file mode 100644
index 8ebe23e..0000000
--- a/PyUtilib.egg-info/entry_points.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-        [pyutilib.component]
-        component.app = pyutilib.component.app
-        component.config = pyutilib.component.config
-        component.executables = pyutilib.component.executables
-        component.loader = pyutilib.component.loader
-        [nose.plugins.0.10]
-        nose.testdata = pyutilib.th.nose_testdata:TestData
-        nose.forcedgc = pyutilib.th.nose_gc:ForcedGC
-        nose.timeout = pyutilib.th.nose_timeout:TestTimeout
-        [console_scripts]
-        test.pyutilib = pyutilib.dev.runtests:runPyUtilibTests
-        lbin = pyutilib.dev.lbin:main
-        lpython = pyutilib.dev.lpython:main
-        pypi_downloads = pyutilib.dev.pypi_downloads:main
-        replaceCopyright = pyutilib.dev.replaceCopyright:main
-        checkCopyright = pyutilib.dev.checkCopyright:main
-        pyutilib_test_driver = pyutilib.autotest.driver:main
-        dispatch_srvr=pyutilib.pyro.dispatch_srvr:main
-      
\ No newline at end of file
diff --git a/PyUtilib.egg-info/namespace_packages.txt b/PyUtilib.egg-info/namespace_packages.txt
deleted file mode 100644
index f6ad257..0000000
--- a/PyUtilib.egg-info/namespace_packages.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-pyutilib
-pyutilib.component
diff --git a/PyUtilib.egg-info/requires.txt b/PyUtilib.egg-info/requires.txt
deleted file mode 100644
index 97706e4..0000000
--- a/PyUtilib.egg-info/requires.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-nose
-six
diff --git a/PyUtilib.egg-info/top_level.txt b/PyUtilib.egg-info/top_level.txt
deleted file mode 100644
index c8b83c9..0000000
--- a/PyUtilib.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-pyutilib
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..098464d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+## Overview
+
+#### For Users
+
+The PyUtilib project supports a collection of Python utilities,
+including a well-developed component architecture and extensions
+to the PyUnit testing framework. PyUtilib has been developed to
+support several Python-centric projects, especially
+[Pyomo](http://pyomo.org).
+
+PyUtilib is available under the BSD License.
+
+#### For Developers
+
+PyUtilib development moved to this repository in October, 2015 from
+Sandia National Laboratories. Developer discussions are hosted by [google groups](https://groups.google.com/forum/#!forum/pyutilib-developers).
+
+Branches for PyUtilib
+
+* master: The main development branch.  Most developers should contribute to this branch.
+* pyomo: The development branch for the Pyomo project.  Changes from this branch are merged into the `master` branch.
+
+By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:
+
+1. You agree your contributions are submitted under the BSD license. 
+2. You represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer. 
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 8023c7c..0000000
--- a/README.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-===============
-PyUtilib README
-===============
-
-PyUtilib is a collection of Python utility packages.
-
-
--------
-License
--------
-
-BSD.  See the LICENSE.txt file.
-
-
-------------
-Organization
-------------
-
-+ Directories
-
-  * pyutilib - The root directory for PyUtilib source code
-
-+ Documentation and Bug Tracking
-
-  * Trac wiki: https://software.sandia.gov/trac/pyutilib
-
-+ Authors
-
-  * See the AUTHORS.txt file.
-
-+ Project Managers
-
-  * William E. Hart, wehart at sandia.gov
-
-+ Mailing List
-
-  * pyutilib-forum at googlegroups.com
-    - The main list for help and announcements
-  * pyutilib-developers at googlegroups.com
-    - Where developers of PyUtilib discuss new features
-
---------------------
-Third Party Software
---------------------
-
-None
-
diff --git a/RELEASE.txt b/RELEASE.txt
index eab97a7..d09b22e 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -18,4 +18,4 @@ Enjoy!
 
  - !PyUtilib Developer Team
  - pyutilib-developers at googlecode.com
- - https://software.sandia.gov/trac/pyutilib/
+ - https://github.com/PyUtilib/pyutilib.git
diff --git a/pyutilib/component/core/__init__.py b/pyutilib/component/core/__init__.py
index 2377ad6..1539f1c 100644
--- a/pyutilib/component/core/__init__.py
+++ b/pyutilib/component/core/__init__.py
@@ -8,8 +8,8 @@
 #  _________________________________________________________________________
 
 """
-The outline of the PyUtilib Component Architecture (PCA) is adapted from Trac (see
-the trac.core module).  This framework generalizes the Trac by supporting
+The outline of the PyUtilib Component Architecture (PCA) is adapted from Trac
+(see the trac.core module).  This framework generalizes the Trac by supporting
 multi-environment management of components, as well as non-singleton plugins.
 
 This package provides a stand-alone module that defines all of the core
@@ -20,7 +20,6 @@ NOTE: The PCA does not rely on any other part of PyUtilib.  Consequently,
 this package can be independently used in other projects.
 """
 
-import sys
 from pyutilib.component.core.core import *
 
 PluginGlobals.add_env("pca")
@@ -30,6 +29,7 @@ PluginGlobals.add_env("pca")
 # all symbols in this module have been defined.
 #
 
+
 class IgnorePluginPlugins(SingletonPlugin):
     """Ignore plugins from the pyutilib.component module"""
 
@@ -50,14 +50,14 @@ try:
     #
     for entrypoint in pkg_resources.iter_entry_points('pyutilib.component'):
         plugin_class = entrypoint.load()
-        #print "Loading plugins... (%s)" % entrypoint
+        # print "Loading plugins... (%s)" % entrypoint
 except ImportError:
     pass
 except Exception:
     import sys
     err = sys.exc_info()[1]
     from sys import stderr as SE
-    SE.write( "Error loading 'pyutilib.component' entry points: '%s'\n" % err )
+    SE.write("Error loading 'pyutilib.component' entry points: '%s'\n" % err)
 
 #
 # Remove the "pca" environment as the default
diff --git a/pyutilib/component/core/core.py b/pyutilib/component/core/core.py
index fdec219..f94a3e0 100644
--- a/pyutilib/component/core/core.py
+++ b/pyutilib/component/core/core.py
@@ -1,17 +1,6 @@
-
-__all__ = ['Plugin', 'implements', 'Interface', 'CreatePluginFactory', 'PluginMeta', 'alias', 'ExtensionPoint', 'SingletonPlugin', 'PluginFactory', 'PluginError', 'PluginGlobals', 'with_metaclass', 'IPluginLoader', 'IPluginLoadPath', 'IIgnorePluginWhenLoading', 'IOptionDataProvider', 'PluginEnvironment']
-
-##print "ZZZ - IMPORTING CORE"
-import re
-import sys
... 2334 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyutilib.git



More information about the Python-modules-commits mailing list