Metadata-Version: 2.4
Name: dataspree-formconfig
Version: 0.2.0
Summary: Typed configuration models with form-based representations, defaults, and bidirectional parsing, supporting dynamic multi-step user input in form-driven UIs.
Project-URL: Homepage, https://www.data-spree.com/
Project-URL: Documentation, https://github.com/dataspree/dataspree_formconfig.git
Project-URL: Repository, https://github.com/dataspree/dataspree_formconfig.git
Author-email: Data Spree GmbH <info@data-spree.com>
License: Copyright (c) 2026 Data Spree GmbH - All Rights Reserved
        
        This package is publicly distributed via PyPI.
        Use of this software is permitted.
        Redistribution, sublicensing, modification, or republishing is prohibited without explicit written permission from Data Spree GmbH.
        
        ---------------------
        Open Source Licenses:
        ---------------------
        
        ╭───────────────────┬─────────┬─────────────╮
        │ name              │ version │ licenses    │
        ├───────────────────┼─────────┼─────────────┤
        │ annotated-types   │ 0.7.0   │ MIT License │
        │ pydantic          │ 2.12.5  │             │
        │ pydantic_core     │ 2.41.5  │             │
        │ StrEnum           │ 0.4.15  │ MIT License │
        │ typing-inspection │ 0.4.2   │             │
        │ typing_extensions │ 4.15.0  │             │
        ╰───────────────────┴─────────┴─────────────╯
License-File: LICENSE.txt
Keywords: dataspree,formconfig
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.12.5
Requires-Dist: strenum>=0.4.15
Requires-Dist: typing-extensions>=4.15.0
Description-Content-Type: text/markdown

# Data Spree Form Config

Typed configuration models with form-based representations, defaults, and bidirectional parsing, supporting dynamic multi-step user input in form-driven UIs.

![CI/CD](https://github.com/dataspree/dataspree-inspection/actions/workflows/ci.yml/badge.svg)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev) 
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

## Introduction
TODO a brief introduction of the project

## Getting Started
```bash
pip install dataspree-formconfig # if you want to use pip or
pdm add dataspree-formconfig # when using pdm
```

## Development
See [CONTRIBUTING.md](./docs/contributing.md) for more information.
