Metadata-Version: 2.1
Name: dalia
Version: 0.2.0
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
Description: =====
        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.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.
        
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
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: doc
