# unitize




unitize is a Python package that provides convenient utilities for converting between various units of measurement. It includes converters for length, mass, temperature, time, speed, pressure, and volume, making it easy to perform accurate conversions in your Python applications.
## Installation
You can install unitize using pip:
**bash:**
pip install unitize
## Classes & Units
**LengthConverter** - meters, kilometers, centimeters, millimeters, inches, feet, yards, miles
**MassConverter** - grams, kilograms, milligrams, pounds, ounces
**TemperatureConverter** - Fahrenheit, Celsius, Kelvin
**TimeConverter** - seconds, minutes, hours, days, weeks
**VolumeConverter** - liters, milliliters, cubic_meters, cubic_centimeters, cubic_inches, cubic_feet, gallons, quarts, pints, cups
**PressureConverter** - pascals, kilopascals, psi, bars, atmospheres
**SpeedConverter** - meters_per_second, kilometers_per_hour, miles_per_hour, feet_per_second, knots
**DataStorageConverter** - bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes
**EnergyConverter** - joules, calories, kilowatt_hours, btu (british thermal unit)
Raw data
{
"_id": null,
"home_page": null,
"name": "unitize",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, conversion, units, data, time, data conversion",
"author": "Naren Dawar",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ea/ba/7c4802ccb63ab0c281340f521e671bbc1d1bacc451dff5dc2eda55592c8f/unitize-0.0.7.tar.gz",
"platform": null,
"description": "# unitize\n\n\n\n\n\n\nunitize is a Python package that provides convenient utilities for converting between various units of measurement. It includes converters for length, mass, temperature, time, speed, pressure, and volume, making it easy to perform accurate conversions in your Python applications.\n\n## Installation\n\nYou can install unitize using pip:\n\n**bash:**\npip install unitize\n\n## Classes & Units\n\n**LengthConverter** - meters, kilometers, centimeters, millimeters, inches, feet, yards, miles\n\n**MassConverter** - grams, kilograms, milligrams, pounds, ounces\n\n**TemperatureConverter** - Fahrenheit, Celsius, Kelvin\n\n**TimeConverter** - seconds, minutes, hours, days, weeks\n\n**VolumeConverter** - liters, milliliters, cubic_meters, cubic_centimeters, cubic_inches, cubic_feet, gallons, quarts, pints, cups\n\n**PressureConverter** - pascals, kilopascals, psi, bars, atmospheres\n\n**SpeedConverter** - meters_per_second, kilometers_per_hour, miles_per_hour, feet_per_second, knots\n\n**DataStorageConverter** - bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes\n\n**EnergyConverter** - joules, calories, kilowatt_hours, btu (british thermal unit)\n\n\n\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for unit conversion and casting.",
"version": "0.0.7",
"project_urls": null,
"split_keywords": [
"python",
" conversion",
" units",
" data",
" time",
" data conversion"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f9254cecd54be5984790b970640a71b1344422d5eb579499edec09b761fa0592",
"md5": "1e81fdf77296881565083f4d77b0076c",
"sha256": "a69124e6cc042046f9cceb70b2a1c2d6b77bba9769ef44e55c0e9af9676f8213"
},
"downloads": -1,
"filename": "unitize-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e81fdf77296881565083f4d77b0076c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14913,
"upload_time": "2024-07-19T05:09:52",
"upload_time_iso_8601": "2024-07-19T05:09:52.975114Z",
"url": "https://files.pythonhosted.org/packages/f9/25/4cecd54be5984790b970640a71b1344422d5eb579499edec09b761fa0592/unitize-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eaba7c4802ccb63ab0c281340f521e671bbc1d1bacc451dff5dc2eda55592c8f",
"md5": "7b213da7a1fb9892138548b000e7bd84",
"sha256": "6962f87c446118c32a1d8f8b4e268bd143c0eaae162627cbb640df91a598e510"
},
"downloads": -1,
"filename": "unitize-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "7b213da7a1fb9892138548b000e7bd84",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7856,
"upload_time": "2024-07-19T05:09:54",
"upload_time_iso_8601": "2024-07-19T05:09:54.258455Z",
"url": "https://files.pythonhosted.org/packages/ea/ba/7c4802ccb63ab0c281340f521e671bbc1d1bacc451dff5dc2eda55592c8f/unitize-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-19 05:09:54",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "unitize"
}