README.rst
setup.py
gearpy/__init__.py
gearpy/powertrain.py
gearpy/solver.py
gearpy.egg-info/PKG-INFO
gearpy.egg-info/SOURCES.txt
gearpy.egg-info/dependency_links.txt
gearpy.egg-info/requires.txt
gearpy.egg-info/top_level.txt
gearpy/mechanical_objects/__init__.py
gearpy/mechanical_objects/dc_motor.py
gearpy/mechanical_objects/flywheel.py
gearpy/mechanical_objects/helical_gear.py
gearpy/mechanical_objects/mating_roles.py
gearpy/mechanical_objects/mechanical_object_base.py
gearpy/mechanical_objects/spur_gear.py
gearpy/mechanical_objects/worm_gear.py
gearpy/mechanical_objects/worm_wheel.py
gearpy/mechanical_objects/gear_data/__init__.py
gearpy/motor_control/__init__.py
gearpy/motor_control/motor_control_base.py
gearpy/motor_control/pwm_control.py
gearpy/motor_control/rules/__init__.py
gearpy/motor_control/rules/constant_pwm.py
gearpy/motor_control/rules/reach_angular_position.py
gearpy/motor_control/rules/rules_base.py
gearpy/motor_control/rules/start_limit_current.py
gearpy/motor_control/rules/start_proportional_to_angular_position.py
gearpy/motor_control/rules/utils.py
gearpy/sensors/__init__.py
gearpy/sensors/absolute_rotary_encoder.py
gearpy/sensors/amperometer.py
gearpy/sensors/sensor_base.py
gearpy/sensors/tachometer.py
gearpy/sensors/timer.py
gearpy/units/__init__.py
gearpy/units/unit_base.py
gearpy/units/units.py
gearpy/utils/__init__.py
gearpy/utils/animate.py
gearpy/utils/export.py
gearpy/utils/relations.py
gearpy/utils/stop_condition/__init__.py
gearpy/utils/stop_condition/operator.py
gearpy/utils/stop_condition/operator_base.py
gearpy/utils/stop_condition/stop_condition.py