Metadata-Version: 2.1
Name: ktch
Version: 0.3.2
Summary: ktch is a python package for model-based morphometrics.
Home-page: https://doc.ktch.dev
License: Apache-2.0
Keywords: morphometrics,theoretical morphology
Author: Noshita, Koji
Author-email: noshita@morphometrics.jp
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Provides-Extra: docs
Requires-Dist: numpy (>=1.22)
Requires-Dist: pandas (>=1.5)
Requires-Dist: scikit-learn (>=1.2)
Requires-Dist: scipy (>=1.8)
Requires-Dist: toml (>=0.10)
Project-URL: Repository, https://github.com/noshita/ktch
Description-Content-Type: text/markdown

# ktch - A python package for model-based morphometrics

[![PyPI version](https://badge.fury.io/py/ktch.svg)](https://pypi.org/project/ktch/) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/ktch/badges/version.svg)](https://anaconda.org/conda-forge/ktch) [![codecov](https://codecov.io/gh/noshita/ktch/branch/main/graph/badge.svg?token=SJN66K7KJY)](https://codecov.io/gh/noshita/ktch)

ktch is a python package for model-based morphometrics.

## Usage

```sh
# pip
pip install ktch

# conda
conda install -c conda-forge ktch 
```


## License

ktch is licensed under the Apache License, Version2.0

