logya


Namelogya JSON
Version 5.1.0 PyPI version JSON
download
home_pagehttps://ramiro.org/logya/
SummaryLogya: easy to use and flexible static site generator.
upload_time2023-12-23 01:53:24
maintainerRamiro Gómez
docs_urlhttps://pythonhosted.org/logya/
authorRamiro Gómez
requires_pythonNone
licenseMIT
keywords website generator
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": "https://ramiro.org/logya/",
    "name": "logya",
    "maintainer": "Ramiro G\u00f3mez",
    "docs_url": "https://pythonhosted.org/logya/",
    "requires_python": null,
    "maintainer_email": "code@ramiro.org",
    "keywords": "Website Generator",
    "author": "Ramiro G\u00f3mez",
    "author_email": "code@ramiro.org",
    "download_url": "https://files.pythonhosted.org/packages/0f/ab/44d2e032fe064868bcb7ad0a1f46e21a5a9aea3b4a5d7d8b87480e65a0b0/logya-5.1.0.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.1.0",
    "project_urls": {
        "Homepage": "https://ramiro.org/logya/"
    },
    "split_keywords": [
        "website",
        "generator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b01055d0492d77b3c86ac67b0461bb342fb67b5e6de440b284468bf7e17fb786",
                "md5": "1963435c7bdaf2ef3dcfa18927387070",
                "sha256": "43c7afe8251cf03751414923b011d287fa915182f864b851f997245ce7eca1c4"
            },
            "downloads": -1,
            "filename": "logya-5.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1963435c7bdaf2ef3dcfa18927387070",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 161508,
            "upload_time": "2023-12-23T01:53:20",
            "upload_time_iso_8601": "2023-12-23T01:53:20.854527Z",
            "url": "https://files.pythonhosted.org/packages/b0/10/55d0492d77b3c86ac67b0461bb342fb67b5e6de440b284468bf7e17fb786/logya-5.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fab44d2e032fe064868bcb7ad0a1f46e21a5a9aea3b4a5d7d8b87480e65a0b0",
                "md5": "e1b211339242cd5578302c6304ef4e78",
                "sha256": "8e0254d1130dde834d734cc05be29b08a76a33405d8b493e67cb3f744d62828d"
            },
            "downloads": -1,
            "filename": "logya-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e1b211339242cd5578302c6304ef4e78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 137769,
            "upload_time": "2023-12-23T01:53:24",
            "upload_time_iso_8601": "2023-12-23T01:53:24.629938Z",
            "url": "https://files.pythonhosted.org/packages/0f/ab/44d2e032fe064868bcb7ad0a1f46e21a5a9aea3b4a5d7d8b87480e65a0b0/logya-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 01:53:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "logya"
}
        
Elapsed time: 0.21409s