unified package contening collection of method to convert values from one unit to another. It can be a Distance, a Time, a Temperature, a Mass . . .etc
Project description
conversion-units
This package provide a unified collection of method to convert values from one unit to another. Yet i start with only 4 physical size namely distance, time, mass and temperature
1. Installation
pip install conversion_units
2. Availables dimensions
- Mass
- Distance
- Time
- Temperature
3. Import
from conversion_units import mass
from conversion_units import time
from conversion_units import distance
from conversion_units import temperature
4. Usage
a - Temperature conversion
from conversion_units import temperature
print(temperature.kelvin_to_celcius( 0. ) )
print( temperature.kelvin_to_rankine(62))
b - distance conversion
from conversion_units import distance
print(meter_to_kilometer(23000))
5. Author
- Full Name : Brice KENGNI ZANGUIM
- Email : kenzabri2@yahoo.com
6. Contributors
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
conversion-units-0.0.2.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for conversion_units-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a23148eb8090b7d0a44d1b3bf2811bbc588489baa662c2ab9883306e0088ae9 |
|
MD5 | fdc217513a415948d0f75b22eda29efc |
|
BLAKE2b-256 | 5356a0bc36ea657f6ea7a6e93b2e6c7da52fe8db0ee8ba6a06e6bc1a3b6ee19a |