Metadata-Version: 2.1
Name: unitrevpy
Version: 0.0.3
Summary: This contains common unit conversions
Home-page: https://github.com/addleonel/unitrevpy
Author: A. D. Leonel
Author-email: adleonel@gmail.com
License: MIT
Description: # Unit Converter
        This contains common conversions such as units convert of __length__, __temperature__, __area__, __volume__, __time__, __weight__.
        Specifically contains:
        ## 1. Lenght
        * Meter
        * Yard
        * Mile
        * Foot
        * Inch
        * Light Year
        ## 2. Temperature
        * Celsius
        * Kelvin
        * Fahrenheit
        ## 3. Area
        * Square meter
        * Hectare
        * Square Mile
        * Square Yard
        * Square Foot
        * Square Inch
        * Acre
        ## 4. Volume
        * Cubic Meter
        * Cubic Kilometer
        * Cubic Centimeter
        * Cubic Millimeter
        * Liter
        * Milliliter
        * US Gallon
        * US Quart
        * US Pint
        * US Cup
        * US Fluid Ounce
        * US Table Spoon
        * US Tea Spoon
        * Imperial Gallon
        * Imperial Quart
        * Imperial Pint
        * Imperial Fluid Ounce
        * Imperial Table Spoon
        * Imperial Tea Spoon
        * Cubic Mile
        * Cubic Yard
        * cubic Foot
        * Cubic Inch
        ## Time
        * Second
        * Minute
        * Hour
        * Day
        * Week
        * Month
        * Year
        ## weight
        * Kilogram
        * Gram
        * Millimeter
        * Metric Ton
        * Long Ton
        * Short Ton
        * Pound
        * Ounce
        * Carat
        * Atomic Mass Unit (Dalton)
        
Keywords: unit,convert,conversion
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
