Metadata-Version: 2.1
Name: Gaelina
Version: 0.2.1
Summary: Config as folder
Home-page: UNKNOWN
Author: Emmanuel PLUOT
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# Gaelina

A config as folder loader.

## Testing

Install package using: `pip install -e .`

Then run `pytest`

## Installing

Install using pip

> pip intall gaelina

## Contributors

* Emmanuel PLUOT

![coverage](https://gitlab.com/kaeraspace/Kapo/gaelina/badges/master/pipeline.svg)
![coverage](https://gitlab.com/kaeraspace/Kapo/gaelina/badges/master/coverage.svg)



# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

# [0.2.1] 2025-02-23
## Fixed
 - Fix GaelinaDict get not having None by default default value

# [0.2.0] 2025-02-23
## Added
 - Handle values and items method for GaelinaDict

# [0.1.1] 2025-01-05
## Fixed
 - Fixed project building for CI

# [0.1.0] 2025-01-05
## Added
 - Handle value in templating
 - Handle X files

# [0.0.1] 2025-01-01
## Fixed
 - Add missing license

# [0.0.0] 2025-01-01
## Added
 - Project initialization


