Metadata-Version: 2.1
Name: united
Version: 0.1.2
Summary: A SI unit representation and conversion tool.
Home-page: https://github.com/emtpb/united/
Author: Kevin Koch
Author-email: kevink2@mail.uni-paderborn.de
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3

******************
United (ˈjuːnɪtɪd)
******************

A SI unit representation and conversion tool.

Example:
    Creating a unit with Volt V as a numerator and Ampere A as denominator will result into the
    unit Ohm (Ω). Same goes for creating two separate units Volt and Ampere and dividing Volt by Ampere.

Features
========

* Arithmetic operations:
    * Multiplying
    * Dividing
    * Adding
    * Subtracting
    * Raising power
* Different priorities for the look up table
    * Default
    * Electric
    * Mechanic


*********
Changelog
*********

This project follows the guidelines of `Keep a changelog`_ and adheres to
`Semantic versioning`_.

.. _Keep a changelog: http://keepachangelog.com/
.. _Semantic versioning: https://semver.org/

`0.1.2`_ - 2020-10-14
=====================

Fixed
-----
* Minor documentation issues.

Added
-----
* Conversion parameter ``match_exactly``.
* Named unit Hertz.


`0.1.1`_ - 2020-06-16
=====================

Fixed
-----
* Minor documentation issues.


`0.1.0`_ - 2020-06-03
=====================

Added
-----
* Initial implementation.


.. _0.1.2: https://github.com/emtpb/united/releases/tag/0.1.2
.. _0.1.1: https://github.com/emtpb/united/releases/tag/0.1.1
.. _0.1.0: https://github.com/emtpb/united/releases/tag/0.1.0


