Metadata-Version: 2.1
Name: mofpy
Version: 0.0.0
Summary: Python package to handle MOF structures and perform various analysis.
Home-page: https://github.com/skethirajan/MOF-Py
License: MIT
Keywords: mof,comp-chem,metal-organic-frameworks,porous-materials,structure-analysis
Author: Sudheesh Kumar Ethirajan
Author-email: e.sudheeshkumar@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Dist: ase (>=3.22.1,<4.0.0)
Requires-Dist: fire (>=0.5.0,<0.6.0)
Requires-Dist: matminer (>=0.9.0,<0.10.0)
Requires-Dist: matplotlib (>=3.8.0,<4.0.0)
Requires-Dist: mofdscribe (>=0.0.8,<0.0.9)
Requires-Dist: networkx (>=3.2,<4.0)
Requires-Dist: numpy (==1.26.0) ; python_version >= "3.9" and python_version < "3.13"
Requires-Dist: pandas (>=1.5.0,<2.0.0)
Requires-Dist: pormake (>=0.2.0,<0.3.0)
Requires-Dist: pymatgen (>=2023.10.11,<2024.0.0)
Requires-Dist: scikit-learn (>=1.3.1,<2.0.0)
Requires-Dist: scipy (>=1.11.3,<2.0.0) ; python_version >= "3.9" and python_version < "3.13"
Requires-Dist: seaborn (>=0.13.0,<0.14.0)
Project-URL: Repository, https://github.com/skethirajan/MOF-Py
Description-Content-Type: text/markdown

# MOF-Py
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)

Python package to handle MOF structures and perform various tasks.

