Metadata-Version: 2.4
Name: cycling-dynamics
Version: 2025.4.0
Summary: Cycling (Bicycling) models of motion, air drag, rolling resistance, power calculations.
Author-email: Vincent Davis <v@heteroskedastic.org>
License-Expression: MIT
Project-URL: Documentation, https://github.com/vincentdavis/cycling-dynamics#readme
Project-URL: Issues, https://github.com/vincentdavis/cycling-dynamics/issues
Project-URL: Source, https://github.com/vincentdavis/cycling-dynamics
Keywords: cycling,bicycle,dynamics,speed,Rolling Resistance,Air Resistance,Calculations,Marginal Gains
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=2.2.4
Requires-Dist: pandas>=2.2.3
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: garmin-fit-sdk>=21.158.0
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: plotly>=6.0.1
Dynamic: license-file

# Cycling Dynamics
Cycling (Bicycling) models of motion, air drag, rolling resistance, power calculations.

This project is in activly being developed and has incomplete methods, models, stats and functions.


[![PyPI - Version](https://img.shields.io/pypi/v/cycling-dynamics.svg)](https://pypi.org/project/cycling-dynamics)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cycling-dynamics.svg)](https://pypi.org/project/cycling-dynamics)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install cycling-dynamics
```

## License

`cycling-dynamics` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
