• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

PyUtilib.egg-info/H03-May-2022-7256

pyutilib/H19-Jun-2020-26,84520,060

PKG-INFOH A D19-Jun-20203.7 KiB7256

README.mdH A D19-Jun-20202.7 KiB4327

setup.cfgH A D19-Jun-202067 85

setup.pyH A D19-Jun-20203.3 KiB8568

README.md

1[![Travis Build Status](https://travis-ci.org/PyUtilib/pyutilib.png?branch=master)](https://travis-ci.org/PyUtilib/pyutilib)
2[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/c8dh5o1blp0sycr6/branch/master?svg=true)](https://ci.appveyor.com/project/WilliamHart/pyutilib/branch/master)
3[![codecov.io](https://codecov.io/github/PyUtilib/pyutilib/coverage.svg?branch=master)](https://codecov.io/github/PyUtilib/pyutilib?branch=master)
4[![Depsy Software Impact](http://depsy.org/api/package/pypi/PyUtilib/badge.svg)](http://depsy.org/package/python/PyUtilib)
5[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
6
7## PyUtilib Overview
8
9The PyUtilib project supports a collection of Python utilities,
10including a well-developed component architecture and extensions
11to the PyUnit testing framework. PyUtilib has been developed to
12support several Python-centric projects, especially
13[Pyomo](http://pyomo.org).
14
15PyUtilib is available under the BSD License.
16
17### Installation
18
19#### 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)
20
21    pip install pyutilib
22
23#### 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)
24
25    conda install -c https://conda.anaconda.org/conda-forge pyutilib
26
27### Getting Help
28
29* [PyUtilib Forum](https://groups.google.com/forum/?hl=en#!forum/pyutilib-forum)
30* [Add a Ticket](https://github.com/PyUtilib/pyutilib/issues/new)
31* [Find a Ticket](https://github.com/PyUtilib/pyutilib/issues) and **Vote On It**!
32
33### Developers
34
35PyUtilib development moved to this repository in October, 2015 from
36Sandia National Laboratories. Developer discussions are hosted by [google groups](https://groups.google.com/forum/#!forum/pyutilib-developers).
37
38
39By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:
40
411. You agree your contributions are submitted under the BSD license.
422. 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.
43