vdot-calculator


Namevdot-calculator JSON
Version 0.0.0.4 PyPI version JSON
download
home_page
SummaryA compact VDOT calculator adhering to the original Daniels Running Formula book.
upload_time2024-01-25 00:16:37
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords vdot running calculator daniels running formula athletics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://github.com/CassioMaciel/Daniels_Running_Formula/issues).

### License

This project is licensed under the MIT License - see the [LICENSE](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:

- **Cássio Maciel Lemos**
  - Email: cassio.lemos@petrobras.com.br

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vdot-calculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Vdot,running,calculator,Daniels Running Formula,athletics",
    "author": "",
    "author_email": "C\u00e1ssio Maciel Lemos <cassio.lemos@petrobras.com.br>",
    "download_url": "https://files.pythonhosted.org/packages/20/bd/1790f043bfc70746596482f238f38e4b0fb060f663f9ced8126cc08957e7/vdot_calculator-0.0.0.4.tar.gz",
    "platform": null,
    "description": "# VDOT Calculator\r\n\r\nA compact VDOT calculator adhering to the original Daniels Running Formula book.\r\n\r\n## Status: Work in Progress\r\n\r\n\ud83d\udea7 **Note: This project is currently under development.** \ud83d\udea7\r\n\r\n### Description\r\n\r\nThe VDOT Calculator project aims to provide a compact tool for calculating VDOT, following the principles outlined in the original Daniels Running Formula book.\r\n\r\n### Features (Coming Soon)\r\n\r\n- Calculate VDOT based on your running performance.\r\n\r\n\r\n### Issues\r\n\r\nIf you encounter any issues or have suggestions, feel free to [open an issue](https://github.com/CassioMaciel/Daniels_Running_Formula/issues).\r\n\r\n### License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n### Installation\r\n\r\n```\r\n$ python -m pip install vdot_calculator\r\n```\r\n\r\n### How to use\r\n\r\n```\r\n>>> import datetime\r\n>>> import vdot_calculator as vdot\r\n>>> time = datetime.time(minute=27, second=00)\r\n>>> distance = 5000 # meters\r\n>>> vdot.vdot_from_time_and_distance(time, distance)\r\n34.96321966414413\r\n```\r\n\r\n```\r\n>>> import datetime\r\n>>> import vdot_calculator as vdot\r\n>>> pace = datetime.time(minute=5, second=24)\r\n>>> distance = 5000 # meters\r\n>>> vdot.vdot_from_distance_and_pace(distance,pace)\r\n34.96321966414413\r\n```\r\n\r\n```\r\n>>> import datetime\r\n>>> import vdot_calculator as vdot\r\n>>> pace = datetime.time(minute=5, second=24)\r\n>>> time = datetime.time(minute=27, second=00)\r\n>>> vdot.vdot_from_time_and_pace(time,pace)\r\n34.96321966414413\r\n```\r\n\r\n### Contact\r\n\r\nFor questions or inquiries, you can contact the project maintainer:\r\n\r\n- **C\u00e1ssio Maciel Lemos**\r\n  - Email: cassio.lemos@petrobras.com.br\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A compact VDOT calculator adhering to the original Daniels Running Formula book.",
    "version": "0.0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/CassioMaciel/Daniels_Running_Formula",
        "Issues": "https://github.com/CassioMaciel/Daniels_Running_Formula/issues"
    },
    "split_keywords": [
        "vdot",
        "running",
        "calculator",
        "daniels running formula",
        "athletics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dae06480984dcbddaf1bcb6fb830f3f9b1e9fbfc9866c6647842f80669687abf",
                "md5": "79cf445d1fca21cd3dd6c8ca28e49dea",
                "sha256": "7118ee60f7a5aee139ad2cd20c90bf7f7cdb479a23591f36f5dbdeae2523bf8e"
            },
            "downloads": -1,
            "filename": "vdot_calculator-0.0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79cf445d1fca21cd3dd6c8ca28e49dea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4549,
            "upload_time": "2024-01-25T00:16:35",
            "upload_time_iso_8601": "2024-01-25T00:16:35.774895Z",
            "url": "https://files.pythonhosted.org/packages/da/e0/6480984dcbddaf1bcb6fb830f3f9b1e9fbfc9866c6647842f80669687abf/vdot_calculator-0.0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20bd1790f043bfc70746596482f238f38e4b0fb060f663f9ced8126cc08957e7",
                "md5": "46f7b15f56bfde88164d429e4f0909c7",
                "sha256": "e1736bc8fcd31bcd600b4abdffd4cf4c6ae9a7e9e0b2baf3c288da4a74920071"
            },
            "downloads": -1,
            "filename": "vdot_calculator-0.0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "46f7b15f56bfde88164d429e4f0909c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8012,
            "upload_time": "2024-01-25T00:16:37",
            "upload_time_iso_8601": "2024-01-25T00:16:37.209855Z",
            "url": "https://files.pythonhosted.org/packages/20/bd/1790f043bfc70746596482f238f38e4b0fb060f663f9ced8126cc08957e7/vdot_calculator-0.0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 00:16:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CassioMaciel",
    "github_project": "Daniels_Running_Formula",
    "github_not_found": true,
    "lcname": "vdot-calculator"
}
        
Elapsed time: 0.18519s