Metadata-Version: 2.1
Name: zambeze
Version: 0.1.dev0
Summary: UNKNOWN
Home-page: https://github.com/zambeze/zambeze
Author: Oak Ridge National Laboratory
Author-email: support@zambeze.org
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![Build][build-badge]][build-link]
[![License: MIT][license-badge]](LICENSE)
[![Codacy Badge][codacy-badge]][codacy-link]

# Zambeze

## Get in Touch

The main channel to reach the Zambeze team is via the support email: 
[support@zambeze.org](mailto:support@zambeze.org).

**Bug Report / Feature Request:** our preferred channel to report a bug or request a feature is via  
Zambeze's [Github Issues Track](https://github.com/ORNL/zambeze/issues).

## Running Tests

There are a few dependencies that need to be installed to run the pytest:
```bash
pip install pytest
```

From the root directory using pytest we can run:

```bash
pytest -s -v
```

[build-badge]:         https://github.com/ORNL/zambeze/workflows/Build/badge.svg
[build-link]:          https://github.com/ORNL/zambeze/actions
[license-badge]:       https://img.shields.io/github/license/ORNL/zambeze
[codacy-badge]:        https://app.codacy.com/project/badge/Grade/6a820c5946384c3e98889e7f09a4218e
[codacy-link]:         https://www.codacy.com/gh/ORNL/zambeze/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ORNL/zambeze&amp;utm_campaign=Badge_Grade

