Lektor


NameLektor JSON
Version 3.3.11 PyPI version JSON
download
home_pagehttps://www.getlektor.com/
SummaryA static content management system.
upload_time2024-02-27 21:13:15
maintainer
docs_urlNone
authorArmin Ronacher
requires_python>=3.6
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lektor

[![Tests master](https://github.com/lektor/lektor/workflows/Tests%20master/badge.svg)](https://github.com/lektor/lektor/actions?query=workflow%3A%22Tests+master%22)
[![Code Coverage](https://codecov.io/gh/lektor/lektor/branch/master/graph/badge.svg)](https://codecov.io/gh/lektor/lektor)
[![PyPI version](https://badge.fury.io/py/Lektor.svg)](https://pypi.org/project/Lektor/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Lektor.svg)](https://pypi.org/project/Lektor/)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Join the chat at https://gitter.im/lektor/lektor](https://badges.gitter.im/lektor/lektor.svg)](https://gitter.im/lektor/lektor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Lektor is a static website generator. It builds out an entire project
from static files into many individual HTML pages and has a built-in
admin UI and minimal desktop app.

<img src="https://raw.githubusercontent.com/lektor/lektor-assets/master/screenshots/admin.png" width="100%">

To see how it works look at the top-level `example/` folder, which contains
a showcase of the wide variety of Lektor's features.

For a more complete example look at the [lektor/lektor-website](https://github.com/lektor/lektor-website)
repository, which contains the sourcecode for the official lektor website.

## How do I use this?

For installation instructions head to the official documentation:

- [Installation](https://www.getlektor.com/docs/installation/)
- [Quickstart](https://www.getlektor.com/docs/quickstart/)

## Want to develop on Lektor?

This gets you started (assuming you have Python, pip, Make and pre-commit
installed):

```
$ git clone https://github.com/lektor/lektor
$ cd lektor
$ virtualenv venv
$ . venv/bin/activate
$ pip install --editable .
$ make build-js
$ pre-commit install
$ export LEKTOR_DEV=1
$ cp -r example example-project
$ lektor --project example-project server
```

If you want to run the test suite (you'll need tox installed):

```
$ tox
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.getlektor.com/",
    "name": "Lektor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Armin Ronacher",
    "author_email": "armin.ronacher@active-4.com",
    "download_url": "https://files.pythonhosted.org/packages/63/a3/aad64d2d2c7cf82c9e83f0825a722dc868b472b7b21f07a3a065b9ad0a02/Lektor-3.3.11.tar.gz",
    "platform": "any",
    "description": "# Lektor\n\n[![Tests master](https://github.com/lektor/lektor/workflows/Tests%20master/badge.svg)](https://github.com/lektor/lektor/actions?query=workflow%3A%22Tests+master%22)\n[![Code Coverage](https://codecov.io/gh/lektor/lektor/branch/master/graph/badge.svg)](https://codecov.io/gh/lektor/lektor)\n[![PyPI version](https://badge.fury.io/py/Lektor.svg)](https://pypi.org/project/Lektor/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Lektor.svg)](https://pypi.org/project/Lektor/)\n[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Join the chat at https://gitter.im/lektor/lektor](https://badges.gitter.im/lektor/lektor.svg)](https://gitter.im/lektor/lektor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nLektor is a static website generator. It builds out an entire project\nfrom static files into many individual HTML pages and has a built-in\nadmin UI and minimal desktop app.\n\n<img src=\"https://raw.githubusercontent.com/lektor/lektor-assets/master/screenshots/admin.png\" width=\"100%\">\n\nTo see how it works look at the top-level `example/` folder, which contains\na showcase of the wide variety of Lektor's features.\n\nFor a more complete example look at the [lektor/lektor-website](https://github.com/lektor/lektor-website)\nrepository, which contains the sourcecode for the official lektor website.\n\n## How do I use this?\n\nFor installation instructions head to the official documentation:\n\n- [Installation](https://www.getlektor.com/docs/installation/)\n- [Quickstart](https://www.getlektor.com/docs/quickstart/)\n\n## Want to develop on Lektor?\n\nThis gets you started (assuming you have Python, pip, Make and pre-commit\ninstalled):\n\n```\n$ git clone https://github.com/lektor/lektor\n$ cd lektor\n$ virtualenv venv\n$ . venv/bin/activate\n$ pip install --editable .\n$ make build-js\n$ pre-commit install\n$ export LEKTOR_DEV=1\n$ cp -r example example-project\n$ lektor --project example-project server\n```\n\nIf you want to run the test suite (you'll need tox installed):\n\n```\n$ tox\n```\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A static content management system.",
    "version": "3.3.11",
    "project_urls": {
        "Changelog": "https://github.com/lektor/lektor/blob/3.3-maintenance/CHANGES.md",
        "Documentation": "https://www.getlektor.com/docs/",
        "Homepage": "https://www.getlektor.com/",
        "Source": "https://github.com/lektor/lektor/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90f891743beaac037a315afba91313a98d070bd3f0f457b18adfe3a02eed88b5",
                "md5": "ef3648234892b7d317d720435188eaa8",
                "sha256": "a5443b777d478ffaa4a5fadc022c8e17361002487f2051e5f47e43ab9130cdea"
            },
            "downloads": -1,
            "filename": "Lektor-3.3.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef3648234892b7d317d720435188eaa8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1704594,
            "upload_time": "2024-02-27T21:13:12",
            "upload_time_iso_8601": "2024-02-27T21:13:12.777717Z",
            "url": "https://files.pythonhosted.org/packages/90/f8/91743beaac037a315afba91313a98d070bd3f0f457b18adfe3a02eed88b5/Lektor-3.3.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63a3aad64d2d2c7cf82c9e83f0825a722dc868b472b7b21f07a3a065b9ad0a02",
                "md5": "1fdeb479f2ea3c2336b2aafdc479a45e",
                "sha256": "a6dff5eb54c3e0ed1b3ddb6ac540112391541178ae420a1c2a2704e55afe17aa"
            },
            "downloads": -1,
            "filename": "Lektor-3.3.11.tar.gz",
            "has_sig": false,
            "md5_digest": "1fdeb479f2ea3c2336b2aafdc479a45e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2350152,
            "upload_time": "2024-02-27T21:13:15",
            "upload_time_iso_8601": "2024-02-27T21:13:15.094841Z",
            "url": "https://files.pythonhosted.org/packages/63/a3/aad64d2d2c7cf82c9e83f0825a722dc868b472b7b21f07a3a065b9ad0a02/Lektor-3.3.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 21:13:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lektor",
    "github_project": "lektor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "lektor"
}
        
Elapsed time: 0.17970s