.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
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/reference/PyR3.rst
docs/reference/index.rst
src/requirements.txt
src/PyR3/__init__.py
src/PyR3/unpack.py
src/PyR3.egg-info/PKG-INFO
src/PyR3.egg-info/SOURCES.txt
src/PyR3.egg-info/dependency_links.txt
src/PyR3.egg-info/not-zip-safe
src/PyR3.egg-info/top_level.txt
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/FieldABC.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/shortcut/__init__.py
src/PyR3/shortcut/context.py
src/PyR3/shortcut/edit.py
src/PyR3/shortcut/io.py
src/PyR3/shortcut/mesh.py
src/PyR3/shortcut/transform.py
tests/test_package.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_shortcut/__init__.py
tests/test_shortcut/test_context.py
tests/test_shortcut/test_edit.py