Metadata-Version: 2.4
Name: com-pac
Version: 0.0.5
Summary: Center Of Mass - Principal Axes Calculator
Project-URL: Homepage, https://andrewwillowen.github.io/com-pac/
Project-URL: Issues, https://github.com/andrewwillowen/com-pac/issues
Project-URL: Source, https://github.com/andrewwillowen/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'
Requires-Dist: pytest-dependency; 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)

[![Python](https://img.shields.io/badge/Python-3.10-3776AB?style=flat&logo=python&logoColor=white&labelColor=1f1f1f)](https://python.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000?style=logoColor=white&labelColor=1f1f1f)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=logoColor=white&labelColor=1f1f1f)](https://spdx.org/licenses/MIT.html)

[![Hatch Testing](https://github.com/andrewwillowen/com-pac/actions/workflows/hatch-testing.yaml/badge.svg)](https://github.com/andrewwillowen/com-pac/actions/workflows/hatch-testing.yaml)
[![Tested with Hypothesis](https://img.shields.io/badge/hypothesis-tested-brightgreen?style=logoColor=white&labelColor=1f1f1f)](https://hypothesis.readthedocs.io/)

-----

## 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.
