LICENSE.txt
MANIFEST.in
Pipfile
Pipfile.lock
README.md
setup.py
src/vbelts/__init__.py
src/vbelts/diam.py
src/vbelts/force.py
src/vbelts/length.py
src/vbelts/power.py
src/vbelts/profile.py
src/vbelts/service_factor.py
src/vbelts/speed.py
src/vbelts/util.py
src/vbelts.egg-info/PKG-INFO
src/vbelts.egg-info/SOURCES.txt
src/vbelts.egg-info/dependency_links.txt
src/vbelts.egg-info/requires.txt
src/vbelts.egg-info/top_level.txt
src/vbelts/data/fcac_contact_arc.csv
src/vbelts/data/fric_coef.csv
src/vbelts/data/hi_power_a_pa.csv
src/vbelts/data/hi_power_a_pb.csv
src/vbelts/data/hi_power_b_pa.csv
src/vbelts/data/hi_power_b_pb.csv
src/vbelts/data/hi_power_c_pa.csv
src/vbelts/data/hi_power_c_pb.csv
src/vbelts/data/hi_power_d_pa.csv
src/vbelts/data/hi_power_d_pb.csv
src/vbelts/data/hi_power_fcc.csv
src/vbelts/data/super_hc_3v_pa.csv
src/vbelts/data/super_hc_3v_pb.csv
src/vbelts/data/super_hc_5v_pa.csv
src/vbelts/data/super_hc_5v_pb.csv
src/vbelts/data/super_hc_8v_pa.csv
src/vbelts/data/super_hc_8v_pb.csv
src/vbelts/data/super_hc_fcc.csv
tests/test_force.py
tests/test_length.py
tests/test_power.py
tests/test_vbelts.py