Skip to content

afcarl/radical.utils

 
 

Repository files navigation

Build Status

Package radical.utils

This Python package contains shared code and tools for various Radical Group projects. Sometimes we call it the Radical Kitchen Sink.

The radical.utils package contains the following things:

The package should in general be compatible with Python 2.6.

License

This software is released under the MIT License.

Parts of the module (radical.utils.atfork) are licensed under the Apache-v2.0 license.

Installation

You can install the latest radical.utils directly from PyPi:

pip install --upgrade radical.utils

You can also install the latest development version (which might be broken) from GitHub directly:

pip install -e git://github.com/saga-project/radical.utils.git#egg=radical.utils

If you want to use radical.utils in your own project, include it in your setup.py file:

'install_requires': ['radical.utils']

Documentation

You can generate the documentation yourself with Sphinx

pip install sphinx
make docs

The resulting documentation will be in open docs/build/html/index.html.

About

Utility classes and tools for various radical projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.6%
  • Perl 1.0%