Metadata-Version: 2.1
Name: barril
Version: 1.1.0
Summary: Python package to manage units for physical quantities
Home-page: https://github.com/ESSS/barril
Author: ESSS
Author-email: foss@esss.co
License: MIT license
Description: ======
        Barril
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/barril.svg
            :target: https://pypi.python.org/pypi/barril
                
        .. image:: https://img.shields.io/pypi/pyversions/barril.svg
            :target: https://pypi.org/project/barril
        
        .. image:: https://img.shields.io/travis/ESSS/barril.svg
            :target: https://travis-ci.org/ESSS/barril
        
        .. image:: https://ci.appveyor.com/api/projects/status/2y9spccc6pk9gh96/branch/master?svg=true
            :target: https://ci.appveyor.com/project/ESSS/barril/?branch=master&svg=true
        
        .. image:: https://codecov.io/gh/ESSS/barril/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/ESSS/barril
        
        
        What is Barril?
        ===============
        
        Python package to manage units for physical quantities.
        
        
        * Free software: MIT license
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`GitHub page` :                   https://github.com/ESSS/barril
        .. _Cookiecutter:                     https://github.com/audreyr/cookiecutter
        .. _pytest:                           https://github.com/pytest-dev/pytest
        .. _tox:                              https://github.com/tox-dev/tox
        
        
        =========
        CHANGELOG
        =========
        
        1.1.0 (2018-24-2018)
        --------------------
        
        * Add ``number`` and ``fraction`` properties to ``FractionValue``.
        * Add ``unit`` read-only property to ``Quantity``.
        
        1.0.0 (2018-21-2018)
        --------------------
        
        * First feature release.
        
        0.1.0 (2018-09-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: barril
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Provides-Extra: docs
Provides-Extra: testing
