Metadata-Version: 2.1 Name: PyUtilib Version: 6.0.0 Summary: PyUtilib: A collection of Python utilities Home-page: https://github.com/PyUtilib/pyutilib Maintainer: William E. Hart Maintainer-email: wehart@sandia.gov License: BSD Keywords: utility Platform: any Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: End Users/Desktop Classifier: License :: OSI Approved :: BSD License Classifier: Natural Language :: English Classifier: Operating System :: MacOS Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: Unix Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: Jython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Scientific/Engineering :: Mathematics Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Utilities Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* Description-Content-Type: text/markdown Requires-Dist: nose Requires-Dist: six ## PyUtilib Overview 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. ### Installation #### PyPI [![PyPI version](https://img.shields.io/pypi/v/pyutilib.svg?maxAge=3600)](https://pypi.org/project/PyUtilib/) [![PyPI downloads](https://img.shields.io/pypi/dm/pyutilib.svg?maxAge=21600)](https://pypistats.org/packages/pyutilib) pip install pyutilib #### Anaconda [![Anaconda version](https://anaconda.org/conda-forge/pyutilib/badges/version.svg)](https://anaconda.org/conda-forge/pyutilib) [![Anaconda downloads](https://anaconda.org/conda-forge/pyutilib/badges/downloads.svg)](https://anaconda.org/conda-forge/pyutilib) conda install -c https://conda.anaconda.org/conda-forge pyutilib ### Getting Help * [PyUtilib Forum](https://groups.google.com/forum/?hl=en#!forum/pyutilib-forum) * [Add a Ticket](https://github.com/PyUtilib/pyutilib/issues/new) * [Find a Ticket](https://github.com/PyUtilib/pyutilib/issues) and **Vote On It**! ### 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). 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.