Metadata-Version: 2.4
Name: kim-tools
Version: 0.4.1
Summary: Base classes and helper routines for writing KIM Tests
Author-email: ilia Nikiforov <nikif002@umn.edu>, Ellad Tadmor <tadmor@umn.edu>, Claire Waters <bwaters@umn.edu>, "Daniel S. Karls" <karl0100umn@gmail.com>, Matt Bierbaum <matt.bierbaum@gmail.com>, Eric Fuemmeler <efuemmel@umn.edu>, Philipp Hoellmer <ph2484@nyu.edu>, Guanming Zhang <gz2241@nyu.edu>, Tom Egg <tje3676@nyu.edu>, Navaneeth Mohan <mohan227@umn.edu>
Maintainer-email: ilia Nikiforov <nikif002@umn.edu>
Project-URL: Homepage, https://kim-tools.readthedocs.io
Project-URL: Issues, https://github.com/openkim/kim-tools/issues
Keywords: kim-tools,kim_tools,openkim,crystal genome
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.CDDL
Requires-Dist: ase>=3.23
Requires-Dist: kim-property>=2.6.8
Requires-Dist: kim-edn>=1.4.1
Requires-Dist: spglib>=2.1.0
Requires-Dist: kim-query>=3.0.0
Requires-Dist: sympy>=1.13.2
Requires-Dist: numpy>=1.13.1
Requires-Dist: scipy>=1.3.0
Requires-Dist: jinja2>=2.7.2
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: pymatgen
Requires-Dist: semver
Dynamic: license-file

# kim-tools

[![Testing](https://github.com/openkim/kim-tools/actions/workflows/testing.yml/badge.svg)](https://github.com/openkim/kim-tools/actions/workflows/testing.yml)
[![docs](https://app.readthedocs.org/projects/kim-tools/badge/?version=latest)](https://kim-tools.readthedocs.io/en/latest/)
[![PyPI](https://img.shields.io/pypi/v/kim-tools.svg)](https://pypi.org/project/kim-tools/)
[![codecov](https://codecov.io/gh/openkim/kim-tools/graph/badge.svg?token=G57VDZYY0F)](https://codecov.io/gh/openkim/kim-tools)

KIMTestDriver and SingleCrystalTestDriver classes for creating OpenKIM Test Drivers, and helper routines for writing
KIM Tests and Verification Checks. Documentation at https://kim-tools.readthedocs.io.
