CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
magpylib/__init__.py
magpylib.egg-info/PKG-INFO
magpylib.egg-info/SOURCES.txt
magpylib.egg-info/dependency_links.txt
magpylib.egg-info/not-zip-safe
magpylib.egg-info/requires.txt
magpylib.egg-info/top_level.txt
magpylib/_lib/__init__.py
magpylib/_lib/mathLibPrivate.py
magpylib/_lib/mathLibPublic.py
magpylib/_lib/utility.py
magpylib/_lib/classes/__init__.py
magpylib/_lib/classes/base.py
magpylib/_lib/classes/collection.py
magpylib/_lib/classes/currents.py
magpylib/_lib/classes/fieldsampler.py
magpylib/_lib/classes/magnets.py
magpylib/_lib/classes/moments.py
magpylib/_lib/classes/sensor.py
magpylib/_lib/fields/Current_CircularLoop.py
magpylib/_lib/fields/Current_Line.py
magpylib/_lib/fields/Moment_Dipole.py
magpylib/_lib/fields/PM_Box.py
magpylib/_lib/fields/PM_Cylinder.py
magpylib/_lib/fields/PM_Sphere.py
magpylib/_lib/fields/__init__.py
magpylib/math/__init__.py
magpylib/source/__init__.py
magpylib/source/current/__init__.py
magpylib/source/magnet/__init__.py
magpylib/source/moment/__init__.py
tests/__init__.py
tests/test_Collection.py
tests/test_Sensor.py
tests/test_privateMath.py
tests/test_publicMath.py
tests/test_tarcisBug.py
tests/test_utility.py
tests/test_base/test_base.py
tests/test_base/test_fieldsampler.py
tests/test_fields/test_CurrentLine.py
tests/test_fields/test_CurrentLoop.py
tests/test_fields/test_MomentDipole.py
tests/test_fields/test_PMBox.py
tests/test_fields/test_PMCylinder.py
tests/test_fields/test_PMSphere.py
tests/test_sources/test_currents/test_Circular.py
tests/test_sources/test_currents/test_Line.py
tests/test_sources/test_magnets/test_Box.py
tests/test_sources/test_magnets/test_Cylinder.py
tests/test_sources/test_magnets/test_Sphere.py
tests/test_sources/test_moments/test_Dipole.py