Metadata-Version: 2.4
Name: pchemdb
Version: 0.0.1
Summary: A collection of physical chemistry databases.
Project-URL: Documentation, https://github.com/Ugochukwu Nwosu/pchemdb#readme
Project-URL: Issues, https://github.com/Ugochukwu Nwosu/pchemdb/issues
Project-URL: Source, https://github.com/Ugochukwu Nwosu/pchemdb
Author-email: Ugochukwu Nwosu <ugognw@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: bump2version>=1.0.1; extra == 'dev'
Requires-Dist: pre-commit>=3.7.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: esbonio>=0.16.0; extra == 'docs'
Requires-Dist: furo>=2024.08.06; extra == 'docs'
Requires-Dist: sphinx-autobuild>=2024.04.16; extra == 'docs'
Requires-Dist: sphinx-click>=5.0.1; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.0; extra == 'docs'
Requires-Dist: sphinx>=7.2.6; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc>=0.5.0; extra == 'docs'
Requires-Dist: sphinxext-opengraph>=0.9.1; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov>=4.1.0; extra == 'test'
Requires-Dist: pytest-datadir>=1.5.0; extra == 'test'
Requires-Dist: pytest-xdist>=3.5.0; extra == 'test'
Requires-Dist: pytest>=7.4.3; extra == 'test'
Description-Content-Type: text/markdown

# pchemdb

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

-----

## Table of Contents

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

## Installation

```console
pip install pchemdb
```

## License

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