mccole


Namemccole JSON
Version 0.4.4 PyPI version JSON
download
home_pageNone
SummarySimple template for static web sites
upload_time2025-07-27 17:54:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords static site generator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # McCole

A tool for building very simple static websites.
All of the material is available under an [open license](./LICENSE.md),
and contributions through our [GitHub repository][repo] are welcome:
please see [the contributors guide](./CONTRIBUTING.md) for instructions.
All contributors are required to respect our [Code of Conduct](./CODE_OF_CONDUCT.md).

1.  `pip install mccole` to install.
2.  `mccole install` to copy the following tools into the current directory:
    -   `static/page.css`: styling for regular pages
    -   `static/slides.css`: styling for slides
    -   `static/slides.js`: JavaScript to make slides interactive
    -   `templates/page.html`: Jinja template for pages
    -   `templates/slides.html`: Jinja template for slides

After installation, the following commands will be available:

-   `mccole lint`: internal project check
-   `mccole render`: Markdown-to-HTML translator
-   `mccole stats`: site statistics

[repo]: https://github.com/lessonomicon/mccole

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mccole",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "Greg Wilson <gvwilson@third-bit.com>",
    "keywords": "static site generator",
    "author": null,
    "author_email": "Greg Wilson <gvwilson@third-bit.com>, Juanan Pereira <juanan.pereira@ehu.eus>",
    "download_url": "https://files.pythonhosted.org/packages/36/9f/02d22e5252d14ac303952ef37d12c559807c6318a12e09200bc1ea7baf9b/mccole-0.4.4.tar.gz",
    "platform": null,
    "description": "# McCole\n\nA tool for building very simple static websites.\nAll of the material is available under an [open license](./LICENSE.md),\nand contributions through our [GitHub repository][repo] are welcome:\nplease see [the contributors guide](./CONTRIBUTING.md) for instructions.\nAll contributors are required to respect our [Code of Conduct](./CODE_OF_CONDUCT.md).\n\n1.  `pip install mccole` to install.\n2.  `mccole install` to copy the following tools into the current directory:\n    -   `static/page.css`: styling for regular pages\n    -   `static/slides.css`: styling for slides\n    -   `static/slides.js`: JavaScript to make slides interactive\n    -   `templates/page.html`: Jinja template for pages\n    -   `templates/slides.html`: Jinja template for slides\n\nAfter installation, the following commands will be available:\n\n-   `mccole lint`: internal project check\n-   `mccole render`: Markdown-to-HTML translator\n-   `mccole stats`: site statistics\n\n[repo]: https://github.com/lessonomicon/mccole\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple template for static web sites",
    "version": "0.4.4",
    "project_urls": null,
    "split_keywords": [
        "static",
        "site",
        "generator"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8399355081a881cf2bfa4a80b089509bd6935868e6e32b6c893b1d06582f8e2",
                "md5": "6a22c9f0b6be6ed8e1285e3f8cc42dc1",
                "sha256": "faddad857a3f08067d02528cbdbe60b28fbfa28536a812a29f4fd020f357a540"
            },
            "downloads": -1,
            "filename": "mccole-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a22c9f0b6be6ed8e1285e3f8cc42dc1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 18494,
            "upload_time": "2025-07-27T17:54:38",
            "upload_time_iso_8601": "2025-07-27T17:54:38.739139Z",
            "url": "https://files.pythonhosted.org/packages/f8/39/9355081a881cf2bfa4a80b089509bd6935868e6e32b6c893b1d06582f8e2/mccole-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "369f02d22e5252d14ac303952ef37d12c559807c6318a12e09200bc1ea7baf9b",
                "md5": "5e038556957e734cc2ad57c128a60c2a",
                "sha256": "7697588c8044db408c24505da8a83f89d2003be7f04417b623769abc604f4734"
            },
            "downloads": -1,
            "filename": "mccole-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5e038556957e734cc2ad57c128a60c2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 15752,
            "upload_time": "2025-07-27T17:54:39",
            "upload_time_iso_8601": "2025-07-27T17:54:39.992895Z",
            "url": "https://files.pythonhosted.org/packages/36/9f/02d22e5252d14ac303952ef37d12c559807c6318a12e09200bc1ea7baf9b/mccole-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 17:54:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mccole"
}
        
Elapsed time: 1.68314s