Metadata-Version: 2.1
Name: radical.utils
Version: 1.91.0
Summary: RADICAL-Cybertools utility library
Home-page: http://radical-cybertools.github.io/radical.utils/
Author: RADICAL Group at Rutgers University
Author-email: radical@rutgers.edu
Maintainer: The RADICAL Group
Maintainer-email: radical@rutgers.edu
License: MIT
Project-URL: Documentation, https://radicalutils.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/radical-cybertools/radical.utils/
Project-URL: Issues, https://github.com/radical-cybertools/radical.utils/issues
Keywords: radical,cybertools,utilities
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: colorama
Requires-Dist: msgpack
Requires-Dist: netifaces
Requires-Dist: ntplib
Requires-Dist: pyzmq
Requires-Dist: regex
Requires-Dist: setproctitle

# RADICAL-Utils (RU)

[![Build Status](https://github.com/radical-cybertools/radical.utils/actions/workflows/ci.yml/badge.svg)](https://github.com/radical-cybertools/radical.utils/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/radical-cybertools/radical.utils/branch/devel/graph/badge.svg)](https://codecov.io/gh/radical-cybertools/radical.utils)

RADICAL-Utils (RU) is a Python package, which contains shared code and tools for
various [RADICAL-Cybertools](https://radical-cybertools.github.io).

## Documentation

Package description and usage examples are available at:
https://radicalutils.readthedocs.io/en/stable/ (**under development**)

## Code

Generally, the `master` branch reflects the RU release published on
[PyPI](https://pypi.org/project/radical.utils/).

The `devel` branch (and any branch other than master) may not correspond to the 
published documentation and, specifically, may have dependencies which need to 
be resolved manually.

## License

This software is released under the
[MIT License](http://opensource.org/licenses/MIT).

Parts of the module (`radical.utils.atfork`) are licensed under the 
[Apache-v2.0 license](http://www.apache.org/licenses/).
