AUTHORS
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
README.rst
pyproject.toml
src/travertino/__init__.py
src/travertino/colors.py
src/travertino/constants.py
src/travertino/declaration.py
src/travertino/fonts.py
src/travertino/layout.py
src/travertino/node.py
src/travertino/size.py
src/travertino/style.py
src/travertino.egg-info/PKG-INFO
src/travertino.egg-info/SOURCES.txt
src/travertino.egg-info/dependency_links.txt
src/travertino.egg-info/requires.txt
src/travertino.egg-info/top_level.txt
src/travertino/properties/__init__.py
src/travertino/properties/aliased.py
src/travertino/properties/choices.py
src/travertino/properties/immutablelist.py
src/travertino/properties/shorthand.py
src/travertino/properties/validated.py
tests/__init__.py
tests/test_choices.py
tests/test_fonts.py
tests/test_layout.py
tests/test_node.py
tests/test_size.py
tests/utils.py
tests/colors/__init__.py
tests/colors/test_alpha_blending.py
tests/colors/test_color_conversion.py
tests/colors/test_constructor.py
tests/colors/test_parsing.py
tests/style/__init__.py
tests/style/style_classes.py
tests/style/test_alias.py
tests/style/test_batched_apply.py
tests/style/test_deprecated.py
tests/style/test_dict.py
tests/style/test_directional.py
tests/style/test_list_property.py
tests/style/test_style.py
tests/style/test_validated.py