Metadata-Version: 2.2
Name: chempropstereo
Version: 0.0.0
Summary: Stereochemistry Extention for Chemprop
Author-email: Charlles Abreu <craabreu@gmail.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: chemprop
Provides-Extra: test
Requires-Dist: pytest>=6.1.2; extra == "test"
Requires-Dist: pytest-runner; extra == "test"

Stereochemistry Extention for Chemprop
============================================

[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/craabreu/chempropstereo/workflows/Linux/badge.svg)](https://github.com/craabreu/chempropstereo/actions?query=workflow%3ALinux)
[![GitHub Actions Build Status](https://github.com/craabreu/chempropstereo/workflows/MacOS/badge.svg)](https://github.com/craabreu/chempropstereo/actions?query=workflow%3AMacOS)
[![GitHub Actions Build Status](https://github.com/craabreu/chempropstereo/workflows/Windows/badge.svg)](https://github.com/craabreu/chempropstereo/actions?query=workflow%3AWindows)
[![GitHub Actions Build Status](https://github.com/craabreu/chempropstereo/workflows/Linter/badge.svg)](https://github.com/craabreu/chempropstereo/actions?query=workflow%3ALinter)
[![Documentation Status](https://github.com/craabreu/chempropstereo/workflows/Docs/badge.svg)](https://github.com/craabreu/chempropstereo/actions?query=workflow%3ADocs)
[![Coverage Report](https://craabreu.github.io/chempropstereo/development/coverage/coverage.svg)](https://craabreu.github.io/chempropstereo/development/coverage)

[![Conda version](https://img.shields.io/conda/v/craabreu/chempropstereo.svg)](https://anaconda.org/craabreu/chempropstereo)
[![Conda platforms](https://img.shields.io/conda/pn/craabreu/chempropstereo.svg)](https://anaconda.org/craabreu/chempropstereo)
[![Conda downloads](https://img.shields.io/conda/dn/craabreu/chempropstereo.svg)](https://anaconda.org/craabreu/chempropstereo)

[![PyPI version](https://img.shields.io/pypi/v/chempropstereo.svg)](https://pypi.org/project/chempropstereo)
[![PyPI version](https://img.shields.io/pypi/pyversions/chempropstereo.svg)](https://pypi.org/project/chempropstereo)
[![PyPI version](https://img.shields.io/pypi/dm/chempropstereo.svg)](https://pypi.org/project/chempropstereo)

[![License](https://img.shields.io/badge/License-MIT-yellowgreen.svg?style=flat)](https://github.com/craabreu/chempropstereo/blob/main/LICENSE.md)

### Overview


### Installation and Usage

ChempropStereo is available as a conda package on the [craabreu] channel. To install it, run:

```bash
    conda install -c conda-forge -c craabreu chempropstereo
```

Or:

```bash
    mamba install -c craabreu chempropstereo
```

To use ChempropStereo in your own Python script or Jupyter notebook, simply import it as follows:

```python
    import chempropstereo
```

### Documentation

Documentation for the latest ChempropStereo version is available at [Github Pages].

### Copyright

Copyright (c) 2025 [C. Abreu](https://github.com/craabreu)


[Github Pages]: https://craabreu.github.io/chempropstereo/latest
[craabreu]: https://anaconda.org/craabreu/chempropstereo
