lektor-groupby


Namelektor-groupby JSON
Version 0.9.9 PyPI version JSON
download
home_pagehttps://github.com/relikd/lektor-groupby-plugin
SummaryCluster arbitrary records with field attribute keyword.
upload_time2022-12-21 00:06:46
maintainer
docs_urlNone
authorrelikd
requires_python>=3.6
licenseMIT
keywords lektor plugin groupby grouping cluster
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lektor Plugin: groupby

A generic grouping / clustering plugin.
Can be used for tagging or similar tasks.
The grouping algorithm is performed once.
Contrary to, at least, cubic runtime if doing the same with Pad queries.

Install this plugin or modify your Lektor project file:

```sh
lektor plugin add groupby
```

Optionally, enable a basic config:

```ini
[tags]
root = /
slug = tag/{key}.html
template = tag.html
split = ' '
```

Or dive into plugin development...

For usage examples, refer to the [examples](https://github.com/relikd/lektor-groupby-plugin/tree/main/examples) readme.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/relikd/lektor-groupby-plugin",
    "name": "lektor-groupby",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "lektor,plugin,groupby,grouping,cluster",
    "author": "relikd",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/26/a0/ce4c91522b2548d9bdfac4d5f49c2eec2406e3388770f4fcf629ef20bdd6/lektor-groupby-0.9.9.tar.gz",
    "platform": null,
    "description": "# Lektor Plugin: groupby\n\nA generic grouping / clustering plugin.\nCan be used for tagging or similar tasks.\nThe grouping algorithm is performed once.\nContrary to, at least, cubic runtime if doing the same with Pad queries.\n\nInstall this plugin or modify your Lektor project file:\n\n```sh\nlektor plugin add groupby\n```\n\nOptionally, enable a basic config:\n\n```ini\n[tags]\nroot = /\nslug = tag/{key}.html\ntemplate = tag.html\nsplit = ' '\n```\n\nOr dive into plugin development...\n\nFor usage examples, refer to the [examples](https://github.com/relikd/lektor-groupby-plugin/tree/main/examples) readme.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Cluster arbitrary records with field attribute keyword.",
    "version": "0.9.9",
    "split_keywords": [
        "lektor",
        "plugin",
        "groupby",
        "grouping",
        "cluster"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fc58e66080637ddb4e940f6a5c535e7d",
                "sha256": "c62b7d0856e53422a7ea54fc82a741de494972638fe1205c19d46f8a6aa2c190"
            },
            "downloads": -1,
            "filename": "lektor_groupby-0.9.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc58e66080637ddb4e940f6a5c535e7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 22546,
            "upload_time": "2022-12-21T00:06:45",
            "upload_time_iso_8601": "2022-12-21T00:06:45.166616Z",
            "url": "https://files.pythonhosted.org/packages/eb/f4/aba91d78ec1f9028fe8483a4209881c58dd6a101daed22eb9708a88a5ef5/lektor_groupby-0.9.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "dca6b24aa266a55617633130a604a5c3",
                "sha256": "fb975e53e899b36f9a83f727001ea74508818b1577969ec8fce574ffdae83f87"
            },
            "downloads": -1,
            "filename": "lektor-groupby-0.9.9.tar.gz",
            "has_sig": false,
            "md5_digest": "dca6b24aa266a55617633130a604a5c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17381,
            "upload_time": "2022-12-21T00:06:46",
            "upload_time_iso_8601": "2022-12-21T00:06:46.769563Z",
            "url": "https://files.pythonhosted.org/packages/26/a0/ce4c91522b2548d9bdfac4d5f49c2eec2406e3388770f4fcf629ef20bdd6/lektor-groupby-0.9.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 00:06:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "relikd",
    "github_project": "lektor-groupby-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lektor-groupby"
}
        
Elapsed time: 0.02392s