logya


Namelogya JSON
Version 5.2.2 PyPI version JSON
download
home_pageNone
SummaryLogya: easy to use and flexible static site generator.
upload_time2024-11-30 01:05:57
maintainerNone
docs_urlhttps://pythonhosted.org/logya/
authorNone
requires_python>=3.10
licenseMIT
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/53/bf/77ca4dfe18eaab7d5c52a8173477fa3a33bb9a8c12cbd346a3f629ba3f59/logya-5.2.2.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": "MIT",
    "summary": "Logya: easy to use and flexible static site generator.",
    "version": "5.2.2",
    "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": "d37864e725d9064ab1f2a877ccf6d75db024a68371eccfdcc2fdad15c6e5a8a1",
                "md5": "4b86b9e3a5b1fabfa2948fd5e4b42fb9",
                "sha256": "44a399f839456765e5d1366a4bdf7347392bce0b30ba96d11879b4599fd11ad7"
            },
            "downloads": -1,
            "filename": "logya-5.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b86b9e3a5b1fabfa2948fd5e4b42fb9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 86897,
            "upload_time": "2024-11-30T01:05:52",
            "upload_time_iso_8601": "2024-11-30T01:05:52.282584Z",
            "url": "https://files.pythonhosted.org/packages/d3/78/64e725d9064ab1f2a877ccf6d75db024a68371eccfdcc2fdad15c6e5a8a1/logya-5.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53bf77ca4dfe18eaab7d5c52a8173477fa3a33bb9a8c12cbd346a3f629ba3f59",
                "md5": "779964639e8d0a533607ec2bfdc9dab8",
                "sha256": "3aa3027c71bac54738448ccc3f8711e61b5639d9a636f14a32a27903a38358c7"
            },
            "downloads": -1,
            "filename": "logya-5.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "779964639e8d0a533607ec2bfdc9dab8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 135687,
            "upload_time": "2024-11-30T01:05:57",
            "upload_time_iso_8601": "2024-11-30T01:05:57.570563Z",
            "url": "https://files.pythonhosted.org/packages/53/bf/77ca4dfe18eaab7d5c52a8173477fa3a33bb9a8c12cbd346a3f629ba3f59/logya-5.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-30 01:05:57",
    "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.36449s