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
Built Distribution
File details
Details for the file conversion-units-0.0.2.tar.gz
.
File metadata
- Download URL: conversion-units-0.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03d0d40708626b359c57112246a2327ca2f8c9a30521c6824ab21a9d6e20fe5d |
|
MD5 | 99bcb25c1ddb7ea3e0856c29745099d2 |
|
BLAKE2b-256 | 949f1caa1e14d8c5cce82d5b3481bf4db9f96cebcd344ac75a41d02956fd7d91 |
File details
Details for the file conversion_units-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: conversion_units-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a23148eb8090b7d0a44d1b3bf2811bbc588489baa662c2ab9883306e0088ae9 |
|
MD5 | fdc217513a415948d0f75b22eda29efc |
|
BLAKE2b-256 | 5356a0bc36ea657f6ea7a6e93b2e6c7da52fe8db0ee8ba6a06e6bc1a3b6ee19a |