mccole


Namemccole JSON
Version 0.3.7 PyPI version JSON
download
home_pageNone
SummarySimple template for static web sites
upload_time2024-12-03 00:00:40
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
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": null,
    "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/ac/3b/429eef666733a658d28db57dcebea7dc4f36037f2ebed701b9fc04049ceb/mccole-0.3.7.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.3.7",
    "project_urls": null,
    "split_keywords": [
        "static",
        "site",
        "generator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e348d2e738454ca1f98db9e395a1fede87652774dd736dfd42116c32d22fc97a",
                "md5": "d1f69c349ff2024545dab63539d9d820",
                "sha256": "c5ceb96b07b0cbf3b43b7448829bab00166d893b615946c5b5bac6688a5a0655"
            },
            "downloads": -1,
            "filename": "mccole-0.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1f69c349ff2024545dab63539d9d820",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18517,
            "upload_time": "2024-12-03T00:00:38",
            "upload_time_iso_8601": "2024-12-03T00:00:38.033086Z",
            "url": "https://files.pythonhosted.org/packages/e3/48/d2e738454ca1f98db9e395a1fede87652774dd736dfd42116c32d22fc97a/mccole-0.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac3b429eef666733a658d28db57dcebea7dc4f36037f2ebed701b9fc04049ceb",
                "md5": "1f3fe15fd500d40af827821cb832b040",
                "sha256": "e20b4d354f344858ac4c4fa2f855dcf1a11702080cb89fefe0798eba8183341b"
            },
            "downloads": -1,
            "filename": "mccole-0.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1f3fe15fd500d40af827821cb832b040",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15715,
            "upload_time": "2024-12-03T00:00:40",
            "upload_time_iso_8601": "2024-12-03T00:00:40.100879Z",
            "url": "https://files.pythonhosted.org/packages/ac/3b/429eef666733a658d28db57dcebea7dc4f36037f2ebed701b9fc04049ceb/mccole-0.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 00:00:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mccole"
}
        
Elapsed time: 1.73045s