.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_static/logo512.png
docs/_static/logo_wide.png
docs/reference/PyR3.contrib.factories.rst
docs/reference/PyR3.contrib.rst
docs/reference/PyR3.factory.fields.rst
docs/reference/PyR3.factory.rst
docs/reference/PyR3.rst
docs/reference/PyR3.shortcut.rst
docs/reference/modules.rst
docs/usage/contrib.rst
docs/usage/factory.rst
docs/usage/meshlib.rst
docs/usage/shortcut.rst
src/requirements.txt
src/PyR3/__init__.py
src/PyR3/install_bpy.py
src/PyR3/mp_cli.py
src/PyR3.egg-info/PKG-INFO
src/PyR3.egg-info/SOURCES.txt
src/PyR3.egg-info/dependency_links.txt
src/PyR3.egg-info/entry_points.txt
src/PyR3.egg-info/not-zip-safe
src/PyR3.egg-info/requires.txt
src/PyR3.egg-info/top_level.txt
src/PyR3/construct/__init__.py
src/PyR3/construct/__main__.py
src/PyR3/construct/mp.py
src/PyR3/construct/parse_place.py
src/PyR3/construct/cli/__init__.py
src/PyR3/construct/cli/add.py
src/PyR3/construct/cli/check.py
src/PyR3/construct/cli/const.py
src/PyR3/construct/cli/from_place.py
src/PyR3/construct/cli/new.py
src/PyR3/contrib/__init__.py
src/PyR3/contrib/factories/CapacitorCase.py
src/PyR3/contrib/factories/__init__.py
src/PyR3/factory/MeshFactory.py
src/PyR3/factory/__init__.py
src/PyR3/factory/fields/Field.py
src/PyR3/factory/fields/Number.py
src/PyR3/factory/fields/Select.py
src/PyR3/factory/fields/String.py
src/PyR3/factory/fields/Struct.py
src/PyR3/factory/fields/Unit.py
src/PyR3/factory/fields/__init__.py
src/PyR3/meshlib/__init__.py
src/PyR3/meshlib/__main__.py
src/PyR3/meshlib/cli/__init__.py
src/PyR3/meshlib/cli/add.py
src/PyR3/meshlib/cli/const.py
src/PyR3/meshlib/cli/mklib.py
src/PyR3/meshlib/lib_obj/__init__.py
src/PyR3/meshlib/lib_obj/lib_info.py
src/PyR3/meshlib/lib_obj/model_info.py
src/PyR3/meshlib/lib_obj/usertags.py
src/PyR3/shortcut/__init__.py
src/PyR3/shortcut/context.py
src/PyR3/shortcut/edit.py
src/PyR3/shortcut/io.py
src/PyR3/shortcut/material.py
src/PyR3/shortcut/mesh.py
src/PyR3/shortcut/modifiers.py
src/PyR3/shortcut/transform.py
tests/__init__.py
tests/meshlib.path
tests/temp_dir.py
tests/test_mp_cli.py
tests/test_package.py
tests/models/1N4148.glb
tests/models/3SIP100.glb
tests/models/3SIP100B.glb
tests/models/5SIP100.glb
tests/models/5SIP100B.glb
tests/models/AM1S.glb
tests/models/C0805.glb
tests/models/C1206.glb
tests/models/CES40.glb
tests/models/CES63.glb
tests/models/CES63H.glb
tests/models/DIP16.glb
tests/models/DIP8.glb
tests/models/HC18U.glb
tests/models/L0805B.glb
tests/models/L0805G.glb
tests/models/L0805R.glb
tests/models/L0805W.glb
tests/models/PLCC84.glb
tests/models/R0805.glb
tests/models/R1206.glb
tests/models/SO16W.glb
tests/models/SO8.glb
tests/models/SSOP16.glb
tests/models/TO-126H.glb
tests/models/TO-126V.glb
tests/models/TO-218H.glb
tests/models/TO-218V.glb
tests/models/TO-252.glb
tests/models/TO-92H.glb
tests/models/TO-92V.glb
tests/test_construct/LMP.place
tests/test_construct/LMP91200.mp.yaml
tests/test_construct/__init__.py
tests/test_construct/test.mp.yaml
tests/test_construct/test_cli.py
tests/test_construct/test_mp.py
tests/test_construct/test_parse_place.py
tests/test_contrib/__init__.py
tests/test_contrib/test_factories/__init__.py
tests/test_contrib/test_factories/test_capacitor_case.py
tests/test_factory/__init__.py
tests/test_factory/test_MeshFactory.py
tests/test_factory/test_fields/__init__.py
tests/test_factory/test_fields/test_Number.py
tests/test_factory/test_fields/test_Select.py
tests/test_factory/test_fields/test_String.py
tests/test_factory/test_fields/test_Struct.py
tests/test_factory/test_fields/test_Unit.py
tests/test_meshlib/__init__.py
tests/test_meshlib/test_cli.py
tests/test_meshlib/test_manager.py
tests/test_meshlib/test_lib/__lib__.yaml
tests/test_meshlib/test_lib/__user__.yaml
tests/test_meshlib/test_lib/model1.glb
tests/test_meshlib/test_lib/subfolder/model2.glb
tests/test_meshlib/test_lib_info/Example Lib.ms.lib
tests/test_meshlib/test_lib_info/__init__.py
tests/test_meshlib/test_lib_info/test_lib_info.py
tests/test_meshlib/test_lib_info/test_lib_obj.py
tests/test_meshlib/test_lib_info/test_model_info.py
tests/test_meshlib/test_lib_info/test_usertags.py
tests/test_meshlib/test_lib_info/.temp/Example Lib/__lib__.yaml
tests/test_meshlib/test_lib_info/.temp/Example Lib/model1.glb
tests/test_meshlib/test_lib_info/.temp/Example Lib/subfolder/model2.glb
tests/test_shortcut/__init__.py
tests/test_shortcut/test_context.py
tests/test_shortcut/test_edit.py
tests/test_shortcut/test_io.py
tests/test_shortcut/test_material.py
tests/test_shortcut/test_mesh.py
tests/test_shortcut/test_modifiers.py