Metadata-Version: 2.1
Name: fastprop
Version: 0.0.0a0
Summary: Fast Molecular Property Prediction with mordredcommunity
Author: Jackson Burns
License: MIT
Project-URL: Homepage, https://github.com/JacksonBurns/fastprop
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: demos
Requires-Dist: jupyter ; extra == 'demos'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# fastprop
## Using this template:
1. Run `start_project.py`, which will gather some info and rename everything.
2. Add tests.
3. Add your source code to your source directory.
4. Add your requirements to `./requirements.txt`.
5. Curate examples as python notebooks and add them to `./examples/`.
6. Replace `./fastprop_logo.png` with your logo.
7. Delete this line and everything above it, as well as `start_project.py`.

<h1 align="center">fastprop</h1> 
<h3 align="center">Fast Molecular Property Prediction with mordredcommunity</h3>

<p align="center">  
  <img alt="fastproplogo" src="https://github.com/JacksonBurns/fastprop/blob/main/fastprop_logo.png">
</p> 
<p align="center">
  <img alt="GitHub Repo Stars" src="https://img.shields.io/github/stars/JacksonBurns/fastprop?style=social">
  <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/fastprop">
  <img alt="PyPI" src="https://img.shields.io/pypi/v/fastprop">
  <img alt="PyPI - License" src="https://img.shields.io/github/license/JacksonBurns/fastprop">
</p>

## Online Documentation
[Click here to read the documentation](https://JacksonBurns.github.io/fastprop/)
