.coveragerc
.gitattributes
.gitignore
.mailmap
CHANGELOG.md
LICENSE
README.rst
pyproject.toml
widget-screenshot.png
.github/workflows/publish-to-pypi.yml
.github/workflows/workflow.yml
src/czml3/__init__.py
src/czml3/base.py
src/czml3/common.py
src/czml3/constants.py
src/czml3/core.py
src/czml3/enums.py
src/czml3/properties.py
src/czml3/py.typed
src/czml3/types.py
src/czml3/widget.py
src/czml3.egg-info/PKG-INFO
src/czml3.egg-info/SOURCES.txt
src/czml3.egg-info/dependency_links.txt
src/czml3.egg-info/requires.txt
src/czml3.egg-info/top_level.txt
src/czml3/examples/__init__.py
src/czml3/examples/simple.py
tests/simple.czml
tests/smiley.png
tests/test_core.py
tests/test_document.py
tests/test_examples.py
tests/test_packet.py
tests/test_properties.py
tests/test_rectangle_image.py
tests/test_types.py
tests/test_widget.py