A package for converting impyrial lengths and weights.
Project description
impyrialaremou
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 impyrialaremou
# Convert 500 miles to feet
impyrialaremou.length.convert_unit(500, from_unit='yd', to_unit='ft') # returns 1500.0
# Convert 100 ounces to pounds
impyrialaremou.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
impyrialaremou-0.3.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 impyrialaremou-0.3.0.tar.gz.
File metadata
- Download URL: impyrialaremou-0.3.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 |
8dccaf7f4b77928e230c1aa6360659414530d00547b907bc741de910bdc2540b
|
|
| MD5 |
e4138d1ea8b12735fc1aec8815474d9e
|
|
| BLAKE2b-256 |
2b926a2fdf8dea85e6de3c92b8dca10ce3adf6a563a927197cc48f1c27e2738f
|
File details
Details for the file impyrialaremou-0.3.0-py3-none-any.whl.
File metadata
- Download URL: impyrialaremou-0.3.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 |
9e589d315621634efb46b14a57b029a3bcdb29b2fd20adf162393d7fac2c580d
|
|
| MD5 |
f63d2f919ea6150ad7c866a9cd734072
|
|
| BLAKE2b-256 |
c8d1c92ff811775a75aceb8610d62b4fbc8a44b453917ae14f4526b211cd8d31
|