Metadata-Version: 1.1
Name: PyUtilib
Version: 2.1
Summary: PyUtilib: A utility library that includes a well-developed plugin framework. 
Home-page: https://software.sandia.gov/trac/pyutilib
Author: William Hart
Author-email: wehart@sandia.gov
License: BSD
Description: .. _Acro: https://software.sandia.gov/trac/acro
        .. _Coopr: https://software.sandia.gov/trac/coopr
        .. _FAST: https://software.sandia.gov/trac/fast
        .. _`PyUtilib plugin framework`: https://software.sandia.gov/trac/pyutilib/wiki/Documentation/Plugins
        
        PyUtilib has been developed to support several Python projects under development at Sandia National Laboratories, including Acro_, Coopr_ and FAST_.
        PyUtilib includes utilities such as:
        
        * A classes to manipulate Excel spreadsheets
        * Utilities for using PLY parsers
        * Utilies for generating cross-products of sets
        * Functions to redirect IO
        * A generic Factory utility
        * Functions for standardizing floating point IO between 32-bit and 64-bit platforms
        * A utility for conveniently importing modules
        * Functions for performing an exact comparison of files
        * Classes for singleton/unity objects
        
        The `PyUtilib plugin framework`_ is the most developed element of PyUtilib. This
        framework is derived from the Trac plugin framework, and it
        provides
        
        * Support for both singleton and non-singleton plugin instances
        * Utilities for managing plugins within namespaces
        * A self-contained core that can be independently used from the PyUtilib plugins
        * Commonly use plugins, including
        
        * A config-file reader/writer based on ConfigParser
        * Loading utilities for eggs and modules
        * A file manager for temporary files
        
        
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
Provides: pyutilib
Provides: pyutilib.data
Provides: pyutilib.misc
Provides: pyutilib.plugin
Provides: pyutilib.pyro
Provides: pyutilib.R
Provides: pyutilib.tpl
Provides: pyutilib.plugin.app
Provides: pyutilib.plugin.config
Provides: pyutilib.plugin.loader
Provides: pyutilib.plugin.misc
Provides: pyutilib.tpl.enum
Provides: pyutilib_th
Provides: examples
Provides: test_plugin
