Metadata-Version: 2.1
Name: useful_rdkit_utils
Version: 0.3.8
Summary: A collection of useful RDKit functions
Project-URL: Homepage, https://github.com/PatWalters/useful_rdkit_utils
Project-URL: Bug Tracker, https://github.com/PatWalters/useful_rdkit_utils/issues
Author-email: Pat Walters <wpwalters@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pystow
Requires-Dist: rdkit
Description-Content-Type: text/markdown

useful_rdkit_utils
==============================
[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/PatWalters/useful_rdkit_utils/workflows/CI/badge.svg)](https://github.com/PatWalters/useful_rdkit_utils/actions?query=workflow%3ACI)


A collection of useful RDKit functions

### Download
```bash
git clone git@github.com:PatWalters/useful_rdkit_utils.git
```

### Installation
```bash
pip install useful_rdkit_utils
```

### Installing the latest development version
```bash
pip install git+https://github.com/PatWalters/useful_rdkit_utils
```
### Documentation

[https://useful-rdkit-utils.rtfd.io](https://useful-rdkit-utils.rtfd.io)




### Demos
The notebooks directory contains Jupyter notebooks that show how to use some of the functions in this collection.

### Contributing
I'm very open to PRs with corrections and/or contributions. 

### Copyright

Copyright (c) 2021, Pat Walters

### License

The code in this package is licensed under the MIT License.

### Acknowledgements
 
Project based on the 
[Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.6.
