Package for converting quantities in different unit.
Project description
Unit Converter
Description
Package for converting quantities into different units.
Basic usages
>>> from unit_converter.converter import convert, converts >>> >>> convert('2.78 daN*mm^2', 'mN*µm^2') >>> Decimal('2.78E+10') >>> >>> converts('2.78 daN*mm^2', 'mN*µm^2') >>> '2.78E+10' >>> >>> converts('78 min', 'h') >>> '1.3' >>> >>> converts('52°C', '°F') >>> '125.6' >>> >>> converts('120 km*h^-1', 'mile*h^-1') >>> '74.56454306848007635409210214'
Note: It is necessary to provide the value as a string. Indeed, the high precision of conversion (1E-27) is possible only with string, by using Decimal object in replacement of float object.
Contributing
Please submit and comment on bug reports and feature requests.
To submit a patch:
Fork it (https://bitbucket.org/negetem/unit_converter/fork).
Create your feature branch (git checkout -b my-new-feature).
Make changes.
Commit your changes (git commit -am ‘Add some feature’).
Push to the branch (git push origin my-new-feature).
Create a new Pull Request.
License
This app is licensed under the MIT license.
Warranty
This software is provided “as is” and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
Release History
0.0.1 (2016-09-21)
Initial release
0.1.1 (2016-09-27)
Improvements
Added support for combined units like ‘kg*m*s^-2’
1.0.0 (2018-01-16)
Improvements
Big code refactoring
Added handy functions convert and converts (return a string)
1.1.0 (2018-01-16)
Improvements
Add handling french format number 78,6 instead of 78.6
Tests - Check if all prefix + unit are unique
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 Distributions
Built Distribution
File details
Details for the file unit_converter-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: unit_converter-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c31ca2ae7b64839b2a4b687c1892c80c7253aaee9332fed8c5de7c8a52cb2686 |
|
MD5 | ed8288be2081fec76662ea12d0bf7c44 |
|
BLAKE2b-256 | fd61c6e0ee359172c92d0c694c18f91e7ed3f026c53111aae687aee84da50d3a |