MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
./python_solvespace/extlib/mimalloc/include/mimalloc-atomic.h
./python_solvespace/extlib/mimalloc/include/mimalloc-internal.h
./python_solvespace/extlib/mimalloc/include/mimalloc-new-delete.h
./python_solvespace/extlib/mimalloc/include/mimalloc-override.h
./python_solvespace/extlib/mimalloc/include/mimalloc-types.h
./python_solvespace/extlib/mimalloc/include/mimalloc.h
./python_solvespace/extlib/mimalloc/src/alloc-aligned.c
./python_solvespace/extlib/mimalloc/src/alloc-override-osx.c
./python_solvespace/extlib/mimalloc/src/alloc-override.c
./python_solvespace/extlib/mimalloc/src/alloc-posix.c
./python_solvespace/extlib/mimalloc/src/alloc.c
./python_solvespace/extlib/mimalloc/src/arena.c
./python_solvespace/extlib/mimalloc/src/bitmap.c
./python_solvespace/extlib/mimalloc/src/bitmap.h
./python_solvespace/extlib/mimalloc/src/heap.c
./python_solvespace/extlib/mimalloc/src/init.c
./python_solvespace/extlib/mimalloc/src/options.c
./python_solvespace/extlib/mimalloc/src/os.c
./python_solvespace/extlib/mimalloc/src/page-queue.c
./python_solvespace/extlib/mimalloc/src/page.c
./python_solvespace/extlib/mimalloc/src/random.c
./python_solvespace/extlib/mimalloc/src/region.c
./python_solvespace/extlib/mimalloc/src/segment-cache.c
./python_solvespace/extlib/mimalloc/src/segment.c
./python_solvespace/extlib/mimalloc/src/static.c
./python_solvespace/extlib/mimalloc/src/stats.c
./python_solvespace/include/slvs.h
./python_solvespace/src/dsc.h
./python_solvespace/src/expr.h
./python_solvespace/src/polygon.h
./python_solvespace/src/resource.h
./python_solvespace/src/sketch.h
./python_solvespace/src/solvespace.h
./python_solvespace/src/ttf.h
./python_solvespace/src/ui.h
./python_solvespace/src/platform/config.h
./python_solvespace/src/platform/gui.h
./python_solvespace/src/platform/platform.h
./python_solvespace/src/render/gl3shader.h
./python_solvespace/src/render/render.h
./python_solvespace/src/srf/surface.h
python_solvespace/__init__.pxd
python_solvespace/__init__.py
python_solvespace/py.typed
python_solvespace/slvs.pxd
python_solvespace/slvs.pyi
python_solvespace/slvs.pyx
python_solvespace.egg-info/PKG-INFO
python_solvespace.egg-info/SOURCES.txt
python_solvespace.egg-info/dependency_links.txt
python_solvespace.egg-info/not-zip-safe
python_solvespace.egg-info/top_level.txt
python_solvespace/src/constraint.cpp
python_solvespace/src/constrainteq.cpp
python_solvespace/src/entity.cpp
python_solvespace/src/expr.cpp
python_solvespace/src/lib.cpp
python_solvespace/src/system.cpp
python_solvespace/src/util.cpp
python_solvespace/src/platform/platform.cpp
test/test_slvs.py