A package for converting impyrial lengths and weights.
Project description
impyrialafouda
A package for converting between imperial unit lengths and weights.
This package was created for the DataCamp course "Developing Python Packages".
Features
- Convert lengths between miles, yards, feet and inches.
- Convert weights between hundredweight, stone, pounds and ounces.
Usage
import impyrialafouda
# Convert 500 miles to feet
impyrialafouda.length.convert_unit(500, from_unit='yd', to_unit='ft') # returns 1500.0
# Convert 100 ounces to pounds
impyrialafouda.weight.convert_unit(100, from_unit='oz', to_unit='lb') # returns 6.25
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
impyrialafouda-0.1.0.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file impyrialafouda-0.1.0.tar.gz.
File metadata
- Download URL: impyrialafouda-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac172aa997ddea2c92da32ed82441eb5639f4afd030c7fafbb26a5fff467c49c
|
|
| MD5 |
056dc0272fadb7b837687242a0aa842b
|
|
| BLAKE2b-256 |
e3503b7e863a617f462aa78f060e6b48536e0d1a4c5de2ef0874c4f1e08d02e9
|
File details
Details for the file impyrialafouda-0.1.0-py3-none-any.whl.
File metadata
- Download URL: impyrialafouda-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5591e59abdbc9a013c50a6fb7b0d96e66439fa8886493c6fa60178c3f94a5ce3
|
|
| MD5 |
65f2ec5485a8e2c55a9b1905da89ceda
|
|
| BLAKE2b-256 |
c5cd3a3aedaf6d3fc182fb47e4362a7bd1271edafff67beffa0a19cfb51d041e
|