Metadata-Version: 2.1
Name: Gaelina
Version: 0.1.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
License-File: LICENSE
Requires-Dist: jinja2
Requires-Dist: python-hcl2
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: toml
Provides-Extra: testing
Requires-Dist: bandit (>=1.8) ; extra == 'testing'
Requires-Dist: flake8 (>=7.1) ; extra == 'testing'
Requires-Dist: pylint (>=3.3) ; extra == 'testing'
Requires-Dist: pytest-cov (>=6.0) ; extra == 'testing'
Requires-Dist: pytest (>=8.3) ; extra == 'testing'

# 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]

# [x.x.x] yyyy-mm-dd
## Added


