MANIFEST.in
README.rst
setup.cfg
setup.py
examples/brothers.py
examples/buggy.py
examples/diver.py
examples/figure.py
examples/figures.py
examples/mandelbrot.py
examples/moon_landing.py
examples/spaceman.py
examples/stairs.py
ldraw/__init__.py
ldraw/colour.py
ldraw/compat.py
ldraw/config.py
ldraw/dirs.py
ldraw/download.py
ldraw/figure.py
ldraw/geometry.py
ldraw/library_gen.py
ldraw/lines.py
ldraw/parts.py
ldraw/pieces.py
ldraw/resources.py
ldraw/utils.py
ldraw/generation/__init__.py
ldraw/generation/colours.py
ldraw/generation/parts.py
ldraw/library/__init__.py
ldraw/library/colours.py
ldraw/library/parts/__init__.py
ldraw/library/parts/others.py
ldraw/library/parts/minifig/__init__.py
ldraw/library/parts/minifig/accessories.py
ldraw/library/parts/minifig/arms.py
ldraw/library/parts/minifig/hands.py
ldraw/library/parts/minifig/hats.py
ldraw/library/parts/minifig/heads.py
ldraw/library/parts/minifig/legs.py
ldraw/library/parts/minifig/torsos.py
ldraw/templates/colours.mustache
ldraw/templates/fullparts.mustache
ldraw/templates/parts.mustache
ldraw/templates/parts__init__.mustache
ldraw/tools/__init__.py
ldraw/tools/ldr2inv.py
ldraw/tools/ldr2png.py
ldraw/tools/ldr2pov.py
ldraw/tools/ldr2svg.py
ldraw/writers/__init__.py
ldraw/writers/common.py
ldraw/writers/geometry.py
ldraw/writers/png.py
ldraw/writers/povray.py
ldraw/writers/qtsvg.py
ldraw/writers/svg.py
pyldraw.egg-info/PKG-INFO
pyldraw.egg-info/SOURCES.txt
pyldraw.egg-info/dependency_links.txt
pyldraw.egg-info/entry_points.txt
pyldraw.egg-info/requires.txt
pyldraw.egg-info/top_level.txt
tests/__init__.py
tests/test_colour.py
tests/test_config.py
tests/test_download.py
tests/test_dynamic_import.py
tests/test_examples.py
tests/test_geometry.py
tests/test_library_gen.py
tests/test_load_parts.py
tests/test_pieces.py
tests/test_tools.py
tests/test_utils.py
tests/utils/__init__.py