MANIFEST.in
README.md
pyproject.toml
examples/ex_humidity.py
examples/ex_iso286.py
examples/ex_layup.py
examples/ex_ply.py
physeng/__init__.py
physeng/humidity.py
physeng/iso286.py
physeng/matplotlib.py
physeng/singleton.py
physeng/units.py
physeng/utilities.py
physeng.egg-info/PKG-INFO
physeng.egg-info/SOURCES.txt
physeng.egg-info/dependency_links.txt
physeng.egg-info/requires.txt
physeng.egg-info/top_level.txt
physeng/data/ISO286Hole.csv
physeng/data/ISO286Shaft.csv
physeng/data/MaterialDB_alloys.xml
physeng/data/MaterialDB_ceramics.xml
physeng/data/MaterialDB_composites.xml
physeng/data/MaterialDB_compounds.xml
physeng/data/MaterialDB_elements.xml
physeng/data/MaterialDB_fluids.xml
physeng/data/MaterialDB_polymers.xml
physeng/data/__init__.py
physeng/materials/__init__.py
physeng/materials/isotropicmaterial.py
physeng/materials/layup.py
physeng/materials/material.py
physeng/materials/materialdb.py
physeng/materials/materialproperty.py
physeng/materials/orthotropicmaterial.py
physeng/materials/ply.py
physeng/materials/utilities.py
tests/test_humidity.py
tests/test_iso286.py
tests/test_materials.py
tests/test_units.py
tests/test_utilities.py