Metadata-Version: 2.5
Name: vrvv
Version: 0.0.1
Summary: Implementation of vibration-rotation Van Vleck perturbation theory
Project-URL: Homepage, https://andrewwillowen.github.io/vrvv/
Project-URL: Documentation, https://andrewwillowen.github.io/vrvv/
Project-URL: Issues, https://github.com/andrewwillowen/vrvv/issues
Project-URL: Repository, https://github.com/andrewwillowen/vrvv
Author: Andrew Owen
License-Expression: MIT
License-File: LICENSE
Keywords: rotational spectroscopy,theoretical chemistry,vibration-rotation
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.13
Requires-Dist: loguru>=0.7.3
Requires-Dist: numpy>=2.5.1
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: scipy>=1.18.0
Requires-Dist: sympy>=1.14.0
Requires-Dist: typer>=0.27.0
Provides-Extra: dev
Requires-Dist: bpython>=0.26; extra == 'dev'
Requires-Dist: pre-commit>=4.6.0; extra == 'dev'
Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
Requires-Dist: pytest>=9.1.1; extra == 'dev'
Requires-Dist: ruff>=0.15.22; extra == 'dev'
Provides-Extra: docs
Requires-Dist: zensical>=0.0.51; extra == 'docs'
Description-Content-Type: text/markdown

# vrvv

[![PyPI - Version](https://img.shields.io/pypi/v/vrvv.svg)](https://pypi.org/project/vrvv)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vrvv.svg)](https://pypi.org/project/vrvv)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
python -m pip install vrvv
```

## License

`vrvv` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
