Metadata-Version: 2.4
Name: py-caelus
Version: 5.0.0
Summary: Caelus python library
Author-email: Shreyas Ananthan <shreyas@umd.edu>, Chris Sideroff <cnsidero@gmail.com>
Maintainer-email: Shreyas Ananthan <shreyas@umd.edu>, Chris Sideroff <cnsidero@gmail.com>
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: six>=1.16.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: pandas>=2.1.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: PyYAML>=6.0.0
Requires-Dist: pytz
Requires-Dist: Jinja2>=3.0.0
Requires-Dist: ply>=3.11
Provides-Extra: viz
Requires-Dist: vtk>=9.2.0; extra == "viz"
Requires-Dist: pyvista>=0.42; extra == "viz"
Provides-Extra: test
Requires-Dist: pytest>=7.4.0; extra == "test"
Requires-Dist: pytest-cov>=4.1.0; extra == "test"
Provides-Extra: dev
Requires-Dist: pylint>=3.1.0; extra == "dev"
Requires-Dist: black>23.12.1; extra == "dev"
Requires-Dist: isort>=5.13.0; extra == "dev"
Dynamic: license-file


# Caelus Python Library (CPL)

[![Build status](https://github.com/sayerhs/cpl/actions/workflows/ci.yml/badge.svg)](https://github.com/sayerhs/cpl/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/sayerhs/cpl/badge.svg?branch=dev)](https://coveralls.io/github/sayerhs/cpl?branch=main)

Caelus Python Library (CPL) is a python package for interacting with Caelus CML
software. The software is distributed under Apache License, Version 2.0 (see
LICENSE.txt) for details.

## Documentation

Please see [online documentation](https://sayerhs.github.io/cpl) for th installation instructions, user manual, as well as the API reference manual.  
