Metadata-Version: 2.1
Name: gelee
Version: 2022.11.28
Summary: Configuration format validator for CSV, INI, JSON, TOML, XML, and YAML.
Home-page: https://git.sr.ht/~sthagen/gelee
Author: Stefan Hagen
Author-email: stefan@hagen.link
Maintainer: Stefan Hagen
Maintainer-email: stefan@hagen.link
Project-URL: Bug Tracker, https://todo.sr.ht/~sthagen/gelee
Project-URL: Documentation, https://codes.dilettant.life/docs/gelee
Project-URL: Source Code, https://git.sr.ht/~sthagen/gelee
Project-URL: Test Coverage, https://codes.dilettant.life/coverage/gelee/
Keywords: csv,developer-tools,ini-files,json,lint,toml,xml,yaml,validation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# gelee

Gelee - a finer confiture.

[![license](https://img.shields.io/github/license/sthagen/solid-umbrella.svg?style=flat)](https://github.com/sthagen/solid-umbrella/blob/default/LICENSE)

[![version](https://img.shields.io/pypi/v/gelee.svg?style=flat)](https://pypi.python.org/pypi/gelee/)
[![downloads](https://pepy.tech/badge/gelee/month)](https://pepy.tech/project/gelee)
[![wheel](https://img.shields.io/pypi/wheel/gelee.svg?style=flat)](https://pypi.python.org/pypi/gelee/)
[![supported-versions](https://img.shields.io/pypi/pyversions/gelee.svg?style=flat)](https://pypi.python.org/pypi/gelee/)
[![supported-implementations](https://img.shields.io/pypi/implementation/gelee.svg?style=flat)](https://pypi.python.org/pypi/gelee/)

Configuration linter for typical formats.

## Usage

* [Usage documentation](https://codes.dilettant.life/docs/gelee/usage).
* [Command Line API](https://codes.dilettant.life/docs/gelee/api).

## Documentation

User and developer [documentation of gelee](https://codes.dilettant.life/docs/gelee).

## Bug Tracker

Feature requests and bug reports are best entered in the [todos of gelee](https://todo.sr.ht/~sthagen/gelee).

## Primary Source repository

The primary source of `gelee` lives somewhere on a mountain in Central Switzerland.
But, we use decentralized version control (git), so any clone can become the source to everyone's benefit, no central only code.
Anyway, the preferred public clones of `gelee` are:

* [on codeberg](https://codeberg.org/sthagen/gelee) - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.
* [at sourcehut](https://git.sr.ht/~sthagen/gelee) - a collection of tools useful for software development.

## Status

Experimental.

**Note**: The default branch is `default`.
