Metadata-Version: 2.1
Name: barril
Version: 1.0.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
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
Requires-Dist: attrs (>=18.1.0)
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: ruamel.ordereddict (>=0.4.6); python_version == "2.7"
Provides-Extra: docs
Requires-Dist: sphinx (>=1.4); extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Provides-Extra: testing
Requires-Dist: codecov; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: pytest-mock; extra == 'testing'

======
Barril
======


.. image:: https://img.shields.io/pypi/v/barril.svg
        :target: https://pypi.python.org/pypi/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/github/ESSS/barril?branch=master
    :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

.. image:: https://readthedocs.org/projects/barril/badge/?version=latest
        :target: https://barril.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


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.0.0 (2018-21-2018)
--------------------

* First feature release.

0.1.0 (2018-09-03)
------------------

* First release on PyPI.


