Metadata-Version: 2.4
Name: utillib
Version: 0.2
Summary: util functions
Home-page: https://github.com/jor-/util
Author: Joscha Reimer
Author-email: jor@informatik.uni-kiel.de
License: GPLv3+
Keywords: utility auxiliary functions
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt
Requires-Dist: numpy
Provides-Extra: cache
Requires-Dist: cachetools; extra == "cache"
Provides-Extra: hdf5
Requires-Dist: h5py; extra == "hdf5"
Provides-Extra: options
Requires-Dist: h5py; extra == "options"
Provides-Extra: sorted-multi-dict
Requires-Dist: blist; extra == "sorted-multi-dict"
Provides-Extra: colored-log
Requires-Dist: colorlog; extra == "colored-log"
Provides-Extra: petsc
Requires-Dist: petsc4py; extra == "petsc"
Provides-Extra: multi-dict-stats
Requires-Dist: scipy; extra == "multi-dict-stats"
Provides-Extra: matlab
Requires-Dist: scipy; extra == "matlab"
Provides-Extra: market
Requires-Dist: scipy; extra == "market"
Provides-Extra: optimize
Requires-Dist: scipy; extra == "optimize"
Provides-Extra: interpolate
Requires-Dist: scipy>=0.17; extra == "interpolate"
Provides-Extra: sparse
Requires-Dist: scipy>=0.19; extra == "sparse"
Provides-Extra: cholmod
Requires-Dist: scikit-sparse>=0.4.1; extra == "cholmod"
Requires-Dist: scipy>=0.19; extra == "cholmod"
Provides-Extra: netcdf
Requires-Dist: netCDF4; extra == "netcdf"
Requires-Dist: scipy; extra == "netcdf"
Provides-Extra: plot
Requires-Dist: matplotlib; extra == "plot"
Provides-Extra: scoop
Requires-Dist: scoop; extra == "scoop"
Provides-Extra: deap
Requires-Dist: deap; extra == "deap"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

====
UTIL
====

What is this?
--------------

This is a collection of Python modules containing auxiliary functions used in several other projects.


Installation
------------

This package can be installed using pip (recommended way):

    ``pip3 install utillib``

or by downloading and running:

    ``python3 setup.py install``


Web sites
---------

The source code of this package is hosted on:

    https://github.com/jor-/util

A Python wheel is available on:
    
    https://pypi.python.org/pypi/utillib


Author
------

Joscha Reimer

    jor@informatik.uni-kiel.de


Copyright
---------

Copyright (C) 2011-2016  Joscha Reimer jor@informatik.uni-kiel.de

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
