MANIFEST.in
README.rst
pyproject.toml
docs/CONTRIBUTORS.txt
docs/Configuration.rst
docs/HISTORY.txt
docs/LICENSE.txt
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/fastkml.rst
docs/index.rst
docs/installing.rst
docs/modules.rst
docs/quickstart.rst
docs/reference_guide.rst
docs/requirements.txt
docs/usage_guide.rst
fastkml/__init__.py
fastkml/about.py
fastkml/atom.py
fastkml/base.py
fastkml/config.py
fastkml/data.py
fastkml/enums.py
fastkml/exceptions.py
fastkml/geometry.py
fastkml/gx.py
fastkml/kml.py
fastkml/mixins.py
fastkml/styles.py
fastkml/times.py
fastkml/types.py
fastkml/views.py
fastkml.egg-info/PKG-INFO
fastkml.egg-info/SOURCES.txt
fastkml.egg-info/dependency_links.txt
fastkml.egg-info/requires.txt
fastkml.egg-info/top_level.txt
schema/ogckml22.xsd
tests/__init__.py
tests/atom_test.py
tests/base.py
tests/base_test.py
tests/config_test.py
tests/data_test.py
tests/gx_test.py
tests/kml_test.py
tests/oldunit_test.py
tests/styles_test.py
tests/times_test.py
tests/views_test.py
tests/geometries/__init__.py
tests/geometries/geometry_test.py
tests/geometries/linearring_test.py
tests/geometries/linestring_test.py
tests/geometries/multigeometry_test.py
tests/geometries/point_test.py
tests/geometries/polygon_test.py