Skip to main content

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


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)

Uploaded Source

Built Distribution

conversion_units-0.0.2-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page