Metadata-Version: 2.0
Name: PyUtilib
Version: 5.3
Summary: PyUtilib: A collection of Python utilities
Home-page: https://software.sandia.gov/trac/pyutilib
Author: William E. Hart
Author-email: wehart@sandia.gov
License: BSD
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
Requires-Dist: nose
Requires-Dist: six

## 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

* release: This branch merges stable changes from the `master` branch.
* 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. 


