LICENSE
MANIFEST.in
README.md
pyproject.toml
src/sunfer_clima/__init__.py
src/sunfer_clima.egg-info/PKG-INFO
src/sunfer_clima.egg-info/SOURCES.txt
src/sunfer_clima.egg-info/dependency_links.txt
src/sunfer_clima.egg-info/requires.txt
src/sunfer_clima.egg-info/top_level.txt
src/sunfer_clima/acciones/__init__.py
src/sunfer_clima/acciones/comunes/__init__.py
src/sunfer_clima/acciones/comunes/accion_climatica.py
src/sunfer_clima/acciones/nieve/__init__.py
src/sunfer_clima/acciones/nieve/cte.py
src/sunfer_clima/acciones/nieve/es.py
src/sunfer_clima/acciones/nieve/pt.py
src/sunfer_clima/acciones/viento/__init__.py
src/sunfer_clima/acciones/viento/base.py
src/sunfer_clima/acciones/viento/coeficientes_aerodinamicos.py
src/sunfer_clima/acciones/viento/cte.py
src/sunfer_clima/acciones/viento/es.py
src/sunfer_clima/acciones/viento/fr.py
src/sunfer_clima/acciones/viento/it.py
src/sunfer_clima/acciones/viento/ntc2018.py
src/sunfer_clima/acciones/viento/pt.py
src/sunfer_clima/ejemplos/__init__.py
src/sunfer_clima/ejemplos/ejemplo_cte.py
src/sunfer_clima/ejemplos/ejemplo_euro_ES.py
src/sunfer_clima/ejemplos/ejemplo_euro_PT.py
src/sunfer_clima/utilidades/__init__.py
src/sunfer_clima/utilidades/conversor.py
src/sunfer_clima/utilidades/topografia.py
tests/test_accion_climatica.py
tests/test_conversor.py
tests/test_nieve_cte.py
tests/test_nieve_es.py
tests/test_nieve_pt.py
tests/test_topografia.py
tests/test_viento_base.py
tests/test_viento_cte.py
tests/test_viento_es.py
tests/test_viento_pt.py