Metadata-Version: 2.4
Name: homcloud
Version: 5.1.0
Summary: HomCloud, persistent homology based data analysis package
Author-email: Ippei Obayashi <i.obayashi@okayama-u.ac.jp>
License-Expression: GPL-3.0-or-later
Project-URL: homepage, http://homcloud.dev
Keywords: persistent homology
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: msgpack
Requires-Dist: Pillow
Requires-Dist: pulp
Requires-Dist: imageio
Requires-Dist: Cython
Requires-Dist: ripser
Requires-Dist: cached-property
Requires-Dist: plotly
Requires-Dist: pyvista
Provides-Extra: unittest
Requires-Dist: pytest>=3.0; extra == "unittest"
Requires-Dist: pytest-mock; extra == "unittest"
Requires-Dist: pytest-qt; extra == "unittest"
Requires-Dist: pytest-xdist; extra == "unittest"
Provides-Extra: recommended
Requires-Dist: pyqt6; extra == "recommended"
Requires-Dist: pyvista[all]; extra == "recommended"
Requires-Dist: jupyter; extra == "recommended"
Requires-Dist: pyvistaqt; extra == "recommended"
Provides-Extra: recommended-torch
Requires-Dist: torch; extra == "recommended-torch"
Requires-Dist: torchvision; extra == "recommended-torch"
Requires-Dist: torchaudio; extra == "recommended-torch"
Dynamic: license-file

# README

Persistent homology software.

# Website

* Japanese: <http://homcloud.dev/>
* English: <http://homcloud.dev/index.en.html>

# Environments

HomCloud supports the following computing environments.

* Linux (including Google Colaboratory)
* Apple Silicon Mac
* Windows (64bit)

Under any system, Python 3.10 or newer versions are required.

## End of support
The following systems were supported in the past, but are no longer supported by HomCloud.

* Intel Mac (due to CircleCI discontinuing support)
* conda (anaconda, miniconda, etc., due to its complicated and slow build system)

# INSTALL and Upgrading

Please see the following install guide:

* Japanese: <https://homcloud.dev/install-guide/index.html>
* English: <https://homcloud.dev/install-guide/index.en.html>

# Tutorials

* Japanese <https://homcloud.dev/tutorials.html>
* English <https://homcloud.dev/tutorials.en.html>

# API reference

<https://homcloud.dev/python-api/>

# Troubleshooting

See [FAQ](https://homcloud.dev/faq.html).

# AUTHORS

Ippei Obayashi and HomCloud development team.

## Contributors

* Ippei Obayashi (main developer)
* Tomohide Wada (Window version, documentation)
* Tian Tunhua (Tutorial, new features, debug)
* Some parts are outsourced to [Trans NT, Inc.](http://www.trans-nt.com/)
* Ken Nakashima (Translation of tutorials)
* Jun Miyanaga (documentation)
* Yasuaki Hiraoka and his laboratory members
