Metadata-Version: 2.4
Name: lektor-ng
Version: 0.0.1
Summary: A fork of a static content management system (Lektor).
Project-URL: Homepage, https://github.com/cav71/lektor-ng
Project-URL: Source, https://github.com/cav71/lektor-ng
Author-email: "A. Cavallo" <a.cavallo@cavallinux.eu>
License-Expression: BSD-3-Clause
License-File: licenses/LICENSE
License-File: licenses/LICENSE.new
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Lektor
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: babel
Requires-Dist: build
Requires-Dist: click>=6.0
Requires-Dist: flask
Requires-Dist: jinja2>=3.0
Requires-Dist: markupsafe
Requires-Dist: marshmallow
Requires-Dist: marshmallow-dataclass>=8.5.9
Requires-Dist: mistune!=2.0.*,<3,>=0.7.0
Requires-Dist: pillow>=6
Requires-Dist: pip
Requires-Dist: python-slugify
Requires-Dist: requests
Requires-Dist: tzdata; sys_platform == 'win32'
Requires-Dist: watchfiles>=0.12
Requires-Dist: werkzeug>=2.1.0
Provides-Extra: ipython
Requires-Dist: ipython; extra == 'ipython'
Requires-Dist: traitlets; extra == 'ipython'
Description-Content-Type: text/markdown

# Lektor ng
[![PyPI version](https://img.shields.io/pypi/v/lektor-ng.svg?color=blue)](https://pypi.org/project/lektor-ng)
[![Python versions](https://img.shields.io/pypi/pyversions/acbox.svg)](https://pypi.org/project/lektor-ng)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/cav71/lektor-ng/release.yml?branch=release%2F0.0.1)](https://github.com/cav71/lektor-ng/actions/workflows/release.yml?branch=release%2F0.0.1)
[![Codecov (main)](https://img.shields.io/codecov/c/github/cav71/lektor-ng/main)](https://app.codecov.io/gh/cav71/lektor-ng/tree/main)

A fork of the [lektor](https://www.getlektor.com) project.

Aims:
- drop the front end to focus on the build part.
- release early release often process.
- lint and code coverage.


Rev. 2f2be020cfe87d2a57ca61806f3cfc6f6a94b54b | release/0.0.1
