Metadata-Version: 2.1
Name: dalia
Version: 0.2.2
Summary: Goddess of fate, giver and taker of goods
Home-page: https://github.com/brews/dalia
Author: Brewster Malevich
Author-email: bmalevich@rhg.com
License: UNKNOWN
Keywords: dalia
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Sociology
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: anytree
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: numpydoc ; extra == 'doc'
Requires-Dist: ipython ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

=====
dalia
=====


.. image:: https://img.shields.io/pypi/v/dalia.svg
        :target: https://pypi.python.org/pypi/dalia

.. image:: https://img.shields.io/travis/brews/dalia.svg
        :target: https://travis-ci.org/brews/dalia

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


Mythic goddess of fate. Giver and taker of goods and property.

This code is under heavy development. Don't use it.

* Documentation: https://dalia.readthedocs.io.
* Free software: Apache License 2.0

Features
--------

* Read CSVV files with ``dalia.read_csvv()``.
* Read regional hierarchy files as a tree with ``dalia.read_hierarchy()``.

Installation
------------

To install with ``pip``::

    pip install dalia



=======
History
=======

0.2.2 (2019-12-25)
--------------------

* Patch minor additional issues package version metadata.


0.2.1 (2019-12-25)
--------------------

* Patch minor issue with deployment and package version metadata.


0.2.0 (2019-12-25)
--------------------

* Add ``read_hierarchy()`` to read regional hierarchy CSV files.


0.1.2a2 (2019-10-31)
--------------------

* Add ``read_csvv()`` and ``dalia.csvv.Csvv`` to read and represent CSVV files.
* Initial documentation.


0.0.1a1 (2019-10-10)
--------------------

* First release on PyPI.


