Metadata-Version: 2.1
Name: the-datagarden-models
Version: 1.2.6
Summary: Base data models for the datagarden
Author: Maarten de Ruyter
Author-email: "Maarten de Ruyter" <maarten@geodatagarden.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst
Requires-Dist: pydantic

=====================
The Datagarden Models
=====================

Set of pydantic models supporting the datagarden project.

Changelog
=========

1.2.6 (2024-10-08)
------------------
* Added method to check for empty records

1.2.5 (2024-09-04)
------------------
* Added more isced 2011 attributes

1.2.4 (2024-08-29)
------------------
* Added education to the demographics model

1.2.0 (2024-07-31)
------------------
* Added Health model

1.1.4 (2024-07-30)
------------------
* Added AVAILABLE_MODELS_NAMES and AVAILABLE_MODELS to top level import

1.1.1 (2024-07-28)
------------------
* Economics model added
* Added collection classes ``DatagardenModels`` and ``DatagardenModelKeys``

1.0.1 (2024-07-26)
------------------
* First full release on PyPI
