Metadata-Version: 2.1
Name: py2sterimol
Version: 0.0.0
Summary: Thin client Python interface to the original Fortran implementation of Sterimol parameters.
Home-page: https://github.com/JacksonBurns/py2sterimol
Author: Jackson Burns
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# py2sterimol
## 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 `./py2sterimol_logo.png` with your logo.
7. Delete this line and everything above it, as well as `start_project.py`.

<h1 align="center">BlankPythonProject</h1> 
<h3 align="center">Thin client Python interface to the original Fortran implementation of Sterimol parameters.</h3>

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

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