Metadata-Version: 2.4
Name: oqtopus-util
Version: 1.0.0
Summary: Collection of common utilities and shared functionalities for various applications within the OQTOPUS ecosystem
Project-URL: documentation, https://oqtopus-util.readthedocs.io/
Project-URL: repository, https://github.com/oqtopus-team/oqtopus-util
Author-email: oqtopus-team <oqtopus-team@googlegroups.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <4.0,>=3.11
Requires-Dist: pyyaml>=6.0.3
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD041 -->
![OQTOPUS logo](./docs/asset/oqtopus-logo.png)

# OQTOPUS Util

[![CI](https://github.com/oqtopus-team/oqtopus-util/actions/workflows/ci.yaml/badge.svg)](https://github.com/oqtopus-team/oqtopus-util/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/oqtopus-team/oqtopus-util/graph/badge.svg?token=RCXTMMXOMV)](https://codecov.io/gh/oqtopus-team/oqtopus-util)
[![pypi version](https://img.shields.io/pypi/v/oqtopus-util.svg)](https://pypi.org/project/oqtopus-util/)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![slack](https://img.shields.io/badge/slack-OQTOPUS-pink.svg?logo=slack&style=plastic)](https://oqtopus.slack.com/archives/C08KB2M66SD)

## Overview

**OQTOPUS Util** is a collection of common utilities and shared functionalities for various applications within the OQTOPUS ecosystem.

## Documentation

- [Documentation Home](https://oqtopus-util.readthedocs.io/)

## Citation

You can use the DOI to cite OQTOPUS Util in your research.

[![DOI](https://zenodo.org/badge/1184620124.svg)](https://zenodo.org/badge/latestdoi/1184620124)

Citation information is also available in the [CITATION](https://github.com/oqtopus-team/oqtopus-util/blob/main/CITATION.cff) file.

## Contact

You can contact us by creating an issue in this repository or by email:

- [oqtopus-team[at]googlegroups.com](mailto:oqtopus-team[at]googlegroups.com)

## License

OQTOPUS Util is released under the [Apache License 2.0](LICENSE).
