Metadata-Version: 2.1
Name: converty
Version: 1.0.0
Summary: A library for unit conversions.
Home-page: https://github.com/D-Bits/Converty
Author: Dana Lockwood
Author-email: lockwood.da88@gmail.com
License: MIT
Description: 
        # About
        
        A collection of programs to convert various units of measurement. Works offline.
        
        * lengths.py: Lengths conversions (kilometers, miles, etc).
        * mass.py: Mass conversions (pounds, kilograms, etc).
        * dosimetry.py: Ionizing radiation conversions (Rems, Sieverts, etc).
        * temperature.py: Temperature conversions (Celsius, Fahrenheit, Kelvin).
        * astronomy.py: Astronomical conversions (Metric, imperial, light years, AU, parsecs).
        * planck.py: Conversions for Planck units.
        
        ## Requirements
        
        * Python 3.6, or higher.
        
        ## Installation
        
        To install, run the following command from a terminal:
        
        ```
        pip install converty
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
