Skip to main content

Python library to handle tire attributes.

Project description

pytire

Documentation Status Build Status codecov PyPI Version Licence Code Style: Black

A library to make interpreting tire attributes and calculations easier.

Table of Contents

Getting Started

To use this library install it via pip

$ pip install pytire

Usage

>>> from pytire import Tire
>>> tire = Tire("34x10.75-16")
>>> tire.diameter
0.8636...

>>> tire.width
0.27305...

>>> tire.inner_diameter
0.4064...

>>> tire.volume()
0.203642044328

The Docs are here.

Dev Setup

Clone from github

$ git clone 

Install using poetry

$ poetry install

set up pre-commit

$ pre-commit install

Alternatively use the dev container.

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

pytire-0.4.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

pytire-0.4.1-py3-none-any.whl (6.9 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