LICENSE
README.md
pyproject.toml
setup.cfg
pytamaro/__init__.py
pytamaro/checks.py
pytamaro/color.py
pytamaro/color_functions.py
pytamaro/color_names.py
pytamaro/debug.py
pytamaro/graphic.py
pytamaro/io.py
pytamaro/localization.py
pytamaro/operations.py
pytamaro/point.py
pytamaro/point_names.py
pytamaro/primitives.py
pytamaro/py.typed
pytamaro/utils.py
pytamaro.egg-info/PKG-INFO
pytamaro.egg-info/SOURCES.txt
pytamaro.egg-info/dependency_links.txt
pytamaro.egg-info/requires.txt
pytamaro.egg-info/top_level.txt
pytamaro/de/__init__.py
pytamaro/de/color.py
pytamaro/de/color_names.py
pytamaro/de/graphic.py
pytamaro/de/io.py
pytamaro/de/operations.py
pytamaro/de/point.py
pytamaro/de/point_names.py
pytamaro/de/primitives.py
pytamaro/fr/__init__.py
pytamaro/fr/color.py
pytamaro/fr/color_names.py
pytamaro/fr/graphic.py
pytamaro/fr/io.py
pytamaro/fr/operations.py
pytamaro/fr/point.py
pytamaro/fr/point_names.py
pytamaro/fr/primitives.py
pytamaro/it/__init__.py
pytamaro/it/color.py
pytamaro/it/color_names.py
pytamaro/it/graphic.py
pytamaro/it/io.py
pytamaro/it/operations.py
pytamaro/it/point.py
pytamaro/it/point_names.py
pytamaro/it/primitives.py
tests/test_algebra.py
tests/test_color.py
tests/test_exported_names.py
tests/test_graphic.py
tests/test_io.py
tests/test_localization.py
tests/test_operations.py
tests/test_point.py
tests/test_primitives.py
tests/testing_utils.py