Metadata-Version: 1.2
Name: pythermalcomfort
Version: 0.4.2
Summary: Package to calculate sevral thermal comfort indeces (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
Home-page: https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort
Author: Federico Tartarini
Author-email: cbecomforttool@gmail.com
License: MIT
Project-URL: Documentation, https://pythermalcomfort.readthedocs.io/
Project-URL: Changelog, https://pythermalcomfort.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/issues
Description: ========
        Overview
        ========
        
        
        
        Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
        
        * Free software: MIT license
        
        Installation
        ============
        
        ::
        
            pip install pythermalcomfort
        
        You can also install the in-development version with::
        
            pip install https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/archive/master.zip
        
        
        Documentation
        =============
        
        
        https://pythermalcomfort.readthedocs.io/
        
        
        Examples and Tutorials
        ======================
        
        Examples
        
        https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/tree/master/examples
        
        YouTube tutorials
        
        https://www.youtube.com/watch?v=MLQecKYQFvg&list=PL9DCOjERDBeGGVBBlaEWMMDoS_06MZcto
        
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.4.2 (2020-03-06)
        ------------------
        
        * Added function to calculate the cooling effect in accordance with ASHRAE
        
        0.4.1 (2020-02-17)
        ------------------
        
        * Removed compatibility with python 2.7 and 3.5
        
        0.4.0 (2020-02-17)
        ------------------
        
        * Created adaptive_EN, v_relative, t_clo, vertical_tmp_gradient, ankle_draft functions and wrote tests.
        * Added possibility to decide with measuring system to use SI or IP.
        
        0.3.0 (2020-02-13)
        ------------------
        
        * Created set_tmp, adaptive_ashrae, UTCI functions and wrote tests.
        * Added warning to let the user know if inputs entered do not comply with Standards applicability limits.
        
        0.1.0 (2020-02-11)
        ------------------
        
        * Created pmv, pmv_ppd functions and wrote tests.
        * Documented code.
        
        0.0.0 (2020-02-11)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.6.*
