Metadata-Version: 2.1
Name: cutci
Version: 1.0.1
Summary: Cutci is a library to calculate Human Thermal Comfort Index (UTCI) by GPU-accelerated computing with CuPy.
Home-page: https://github.com/jianhongdeng/cutci
Author: Hongdeng Jian
Author-email: jianhd@radi.ac.cn
License: Apache Software License 2.0
Keywords: cutci
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click (==8.1.3)
Requires-Dist: cupy (==13.0.0)
Requires-Dist: numpy (==1.24.3)
Requires-Dist: setuptools (==67.7.2)

=====
Cutci
=====


.. image:: https://img.shields.io/pypi/v/cutci.svg
        :target: https://pypi.python.org/pypi/cutci

.. image:: https://img.shields.io/travis/jianhongdeng/cutci.svg
        :target: https://travis-ci.com/jianhongdeng/cutci

.. image:: https://readthedocs.org/projects/cutci/badge/?version=latest
        :target: https://cutci.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Cutci is a library to calculate Human Thermal Comfort Index (UTCI) by GPU-accelerated computing with CuPy.

The original (CPU version) code for calculating MRT and UTCI referenced the `CalcHiTiSea_pkg`_.


* Free software: Apache Software License 2.0
* Documentation: https://cutci.readthedocs.io.




Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

build: python setup.py sdist bdist_wheel

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`CalcHiTiSea_pkg`: https://doi.org/10.6084/m9.figshare.14661198.v2


=======
History
=======
1.0.0 (2023-08-15)
------------------

* First release on PyPI.
