Metadata-Version: 2.4
Name: NREL-jade
Version: 0.12.0
Summary: Provides HPC workflow automation services
Project-URL: Homepage, https://github.com./NREL/jade
Maintainer-email: Daniel Thom <daniel.thom@nrel.gov>
License: BSD 3-Clause License
        
        Copyright (c) 2022, Alliance for Sustainable Energy LLC, All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Keywords: hpc,jade,workflow
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: filelock
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: prettytable
Requires-Dist: psutil
Requires-Dist: pyarrow
Requires-Dist: pydantic<3,>=2
Requires-Dist: requests
Requires-Dist: tabulate
Requires-Dist: toml>=0.10.0
Provides-Extra: dataframe-utils
Requires-Dist: tables; extra == 'dataframe-utils'
Provides-Extra: demo
Requires-Dist: matplotlib; extra == 'demo'
Requires-Dist: statsmodels; extra == 'demo'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: ghp-import; extra == 'dev'
Requires-Dist: matplotlib; extra == 'dev'
Requires-Dist: mock>=3.0.0; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pycodestyle; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: pypandoc; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: sphinx-rtd-theme>=0.4.3; extra == 'dev'
Requires-Dist: sphinx>=2.0; extra == 'dev'
Requires-Dist: sphinxcontrib-plantuml; extra == 'dev'
Requires-Dist: statsmodels; extra == 'dev'
Requires-Dist: tox; extra == 'dev'
Description-Content-Type: text/markdown

# JADE
JADE provides a simple, flexible interface to submit jobs to an HPC.

[![PyPI](https://img.shields.io/pypi/pyversions/NREL-jade.svg)](https://pypi.python.org/pypi/nrel-jade)
[![Documentation](https://img.shields.io/badge/docs-ready-blue.svg)](https://nrel.github.io/jade/)

## Project Status
No new features are planned. This project has been supplanted by [Torc](https://github.com/NREL/torc).
It has all the functionality of JADE plus a lot more. Please check it out.

If you find a bug in JADE, please report it. We will still investigate and try to fix it.

## Documentation
Documentation: https://nrel.github.io/jade/

Tutorial: https://nrel.github.io/jade/tutorial.html

## Installation

```bash
pip install NREL-jade
```
