pytire
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
Dev Setup
Clone from github
$ git clone
Install using poetry
$ poetry install
set up pre-commit
$ pre-commit install
Alternatively use the dev container.
Release files for pytire 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytire-0.4.1.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytire-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.0 kB
Release files / pytire-0.4.1.tar.gz
| Download URL | pytire-0.4.1.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4dd1356fbf69d377d917d01953ef3ce4fd580e40b0079f5a69f93ab3c34d8add
|
|
BLAKE2b-256 checksum How to use checksums |
ff70c2b2ce5a527fc20198ac8f4a94714dec378564d0f555ad3e5a3a9806d89f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.10.2 Linux/5.11.0-1028-azure
|
Release files / pytire-0.4.1-py3-none-any.whl
| Download URL | pytire-0.4.1-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9efc7eacb1ceb651ee20a1d2e073d36ca5fd7cae2db868dc1912dc46de40f357
|
|
BLAKE2b-256 checksum How to use checksums |
d342fd1ba612da276c8d5fca17c073d75f8a2974820aab5d31969f13201ed8d2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.10.2 Linux/5.11.0-1028-azure
|