Metadata-Version: 2.1
Name: useful_rdkit_utils
Version: 0.2.2.post0.dev1
Summary: Some useful RDKit functions
Author: PatWalters
Author-email: wpwalters@gmail.com
License: MIT
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

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.


