Metadata-Version: 2.4
Name: ligandparam
Version: 0.3.0
Summary: A ligand parameterization package for Amber
Author-email: Zeke Piskulich <piskulichz@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/piskulichz/ligandparam
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy<2
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: MDAnalysis>2.7.0
Requires-Dist: pathlib
Requires-Dist: parmed
Requires-Dist: ase
Requires-Dist: deepmd-kit
Requires-Dist: tensorflow
Requires-Dist: tblite
Provides-Extra: other
Requires-Dist: openbabel; extra == "other"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"

# Ligand Parametrization

## Overview
This is a Python package designed to provide a simple workflow for ligand parameterization. It automates many of the 
key features encountered by users, including...

## Documentation

The online documentation is located here: https://ligandparam.readthedocs.io/en/latest/

