logya


Namelogya JSON
Version 5.2.1 PyPI version JSON
download
home_pageNone
SummaryLogya: easy to use and flexible static site generator.
upload_time2024-11-06 00:00:06
maintainerNone
docs_urlhttps://pythonhosted.org/logya/
authorNone
requires_python>=3.10
licenseNone
keywords cli jinja site-generator static-site-generator terminal website yaml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Logya README

Logya is a static site generator written in Python designed to be easy
to use and flexible.

## Quickstart

    # install logya and required packages
    pip install logya

    # create a barebone site
    logya create mysite
    cd mysite

    # add content and then generate the site in the public directory
    logya gen

    # serve the site from public directory on http://localhost:8080
    logya serve

Please see the [documentation](https://ramiro.org/logya/docs/) for more
information on how to use Logya for creating websites.

## Sites built with Logya

* https://exploring-data.com
* https://geeksta.net
* https://guitarstreams.com
* https://ramiro.org
* https://programminglanguages.info
* https://ukealong.com
* https://www.linux-netbook.com

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "logya",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/logya/",
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "cli, jinja, site-generator, static-site-generator, terminal, website, yaml",
    "author": null,
    "author_email": "Ramiro G\u00f3mez <code@ramiro.org>",
    "download_url": "https://files.pythonhosted.org/packages/0e/7a/086326ee6fd899f6464faab17802dc21e32e0224e08b06ba293f4993d5fa/logya-5.2.1.tar.gz",
    "platform": null,
    "description": "# Logya README\n\nLogya is a static site generator written in Python designed to be easy\nto use and flexible.\n\n## Quickstart\n\n    # install logya and required packages\n    pip install logya\n\n    # create a barebone site\n    logya create mysite\n    cd mysite\n\n    # add content and then generate the site in the public directory\n    logya gen\n\n    # serve the site from public directory on http://localhost:8080\n    logya serve\n\nPlease see the [documentation](https://ramiro.org/logya/docs/) for more\ninformation on how to use Logya for creating websites.\n\n## Sites built with Logya\n\n* https://exploring-data.com\n* https://geeksta.net\n* https://guitarstreams.com\n* https://ramiro.org\n* https://programminglanguages.info\n* https://ukealong.com\n* https://www.linux-netbook.com\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Logya: easy to use and flexible static site generator.",
    "version": "5.2.1",
    "project_urls": {
        "Documentation": "https://ramiro.org/logya/docs/",
        "Issues": "https://github.com/yaph/logya/issues",
        "Source": "https://github.com/yaph/logya"
    },
    "split_keywords": [
        "cli",
        " jinja",
        " site-generator",
        " static-site-generator",
        " terminal",
        " website",
        " yaml"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91d7454ab73fe19b870458f9ca7b641ed6bdb6ba6e5acf83503bde772392bf96",
                "md5": "cc34c676ff88c6bf121a5add1e1900ea",
                "sha256": "3ac7121e1cfa95ecdd245979ca37f27eac8ec21b848b7b81c9095a536cc89c08"
            },
            "downloads": -1,
            "filename": "logya-5.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc34c676ff88c6bf121a5add1e1900ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 86883,
            "upload_time": "2024-11-06T00:00:08",
            "upload_time_iso_8601": "2024-11-06T00:00:08.898500Z",
            "url": "https://files.pythonhosted.org/packages/91/d7/454ab73fe19b870458f9ca7b641ed6bdb6ba6e5acf83503bde772392bf96/logya-5.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e7a086326ee6fd899f6464faab17802dc21e32e0224e08b06ba293f4993d5fa",
                "md5": "4371f64e4638f54e7f632f0688b3d77e",
                "sha256": "6aafa819e9a7ec6878f89a3bbc42103c1fb780b1a89f97e3067da91924e80437"
            },
            "downloads": -1,
            "filename": "logya-5.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4371f64e4638f54e7f632f0688b3d77e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 135642,
            "upload_time": "2024-11-06T00:00:06",
            "upload_time_iso_8601": "2024-11-06T00:00:06.735799Z",
            "url": "https://files.pythonhosted.org/packages/0e/7a/086326ee6fd899f6464faab17802dc21e32e0224e08b06ba293f4993d5fa/logya-5.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 00:00:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yaph",
    "github_project": "logya",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "logya"
}
        
Elapsed time: 0.44093s