Metadata-Version: 2.4
Name: com-pac
Version: 0.0.1
Summary: Center Of Mass - Principal Axes Calculator
Project-URL: Documentation, https://github.com/andrew.will.owen/com-pac#readme
Project-URL: Issues, https://github.com/andrew.will.owen/com-pac/issues
Project-URL: Source, https://github.com/andrew.will.owen/com-pac
Author: andrew.will.owen
License-Expression: MIT
License-File: LICENSE.txt
Keywords: cartesian coordinates,center of mass,molecule,principal ax[ei]s,rotation,rotational spectoscopy
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: mendeleev
Requires-Dist: numpy
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: hypothesis; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Provides-Extra: docs
Requires-Dist: zensical; extra == 'docs'
Description-Content-Type: text/markdown

# com-pac

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

-----

## Table of Contents

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

## Installation

```console
pip install com-pac
```

## License

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