.gitignore
.readthedocs.yml
CHANGELOG.md
LICENSE.txt
README.md
codecov.yml
pyproject.toml
.github/workflows/codecov-from-main.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/workflow.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/reference/index.rst
docs/user/contributing.rst
docs/user/examples.rst
docs/user/features.rst
docs/user/index.rst
docs/user/installation.rst
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/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
tests/__init__.py
tests/simple.czml
tests/simple.py
tests/smiley.png
tests/test_document.py
tests/test_examples.py
tests/test_packet.py
tests/test_properties.py
tests/test_readme_examples.py
tests/test_rectangle_image.py
tests/test_types.py
tests/test_widget.py