Skip to main content

A compact VDOT calculator adhering to the original Daniels Running Formula book.

Project description

VDOT Calculator

A compact VDOT calculator adhering to the original Daniels Running Formula book.

Status: Work in Progress

🚧 Note: This project is currently under development. 🚧

Description

The VDOT Calculator project aims to provide a compact tool for calculating VDOT, following the principles outlined in the original Daniels Running Formula book.

Features (Coming Soon)

  • Calculate VDOT based on your running performance.

Issues

If you encounter any issues or have suggestions, feel free to open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Installation

$ python -m pip install vdot_calculator

How to use

>>> import datetime
>>> import vdot_calculator as vdot
>>> time = datetime.time(minute=27, second=00)
>>> distance = 5000 # meters
>>> vdot.vdot_from_time_and_distance(time, distance)
34.96321966414413
>>> import datetime
>>> import vdot_calculator as vdot
>>> pace = datetime.time(minute=5, second=24)
>>> distance = 5000 # meters
>>> vdot.vdot_from_distance_and_pace(distance,pace)
34.96321966414413
>>> import datetime
>>> import vdot_calculator as vdot
>>> pace = datetime.time(minute=5, second=24)
>>> time = datetime.time(minute=27, second=00)
>>> vdot.vdot_from_time_and_pace(time,pace)
34.96321966414413

Contact

For questions or inquiries, you can contact the project maintainer:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vdot_calculator-0.0.0.4.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

vdot_calculator-0.0.0.4-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page