web-skeleton3


Nameweb-skeleton3 JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/yuneta/web-skeleton3
SummaryStatic html code generator.
upload_time2022-12-20 08:49:50
maintainer
docs_urlNone
authorginsmar
requires_python
licenseMIT License
keywords html static generator mako webassets scss sass compass yuneta
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            web-skeleton3
=============

Generator of static html/css/js code tree.

Based on:
    - mako_
    - webassets_

.. _mako: https://pypi.python.org/pypi/Mako
.. _webassets: https://pypi.python.org/pypi/webassets

Install
-------

Install with::

    pip3 install web-skeleton3

Remember install::

    sudo apt-get install ruby-dev ruby-rubygems
    sudo gem install compass
    sudo pip3 install scour
    sudo pip3 install cssutils
    sudo pip3 install rjsmin

Upload to pypi
--------------

python setup.py sdist bdist_wheel
python -m twine upload dist/*

License
-------

Licensed under the  `The MIT License <http://www.opensource.org/licenses/mit-license>`_.
See LICENSE.txt in the source distribution for details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yuneta/web-skeleton3",
    "name": "web-skeleton3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "html static generator mako webassets scss sass compass yuneta",
    "author": "ginsmar",
    "author_email": "niyamaka@yuneta.io",
    "download_url": "https://files.pythonhosted.org/packages/20/87/6c32be691b6b94f2eec355014dabcfe452e9d457a3b6b33fdad99094ba1a/web_skeleton3-2.0.3.tar.gz",
    "platform": null,
    "description": "web-skeleton3\n=============\n\nGenerator of static html/css/js code tree.\n\nBased on:\n    - mako_\n    - webassets_\n\n.. _mako: https://pypi.python.org/pypi/Mako\n.. _webassets: https://pypi.python.org/pypi/webassets\n\nInstall\n-------\n\nInstall with::\n\n    pip3 install web-skeleton3\n\nRemember install::\n\n    sudo apt-get install ruby-dev ruby-rubygems\n    sudo gem install compass\n    sudo pip3 install scour\n    sudo pip3 install cssutils\n    sudo pip3 install rjsmin\n\nUpload to pypi\n--------------\n\npython setup.py sdist bdist_wheel\npython -m twine upload dist/*\n\nLicense\n-------\n\nLicensed under the  `The MIT License <http://www.opensource.org/licenses/mit-license>`_.\nSee LICENSE.txt in the source distribution for details.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Static html code generator.",
    "version": "2.0.3",
    "split_keywords": [
        "html",
        "static",
        "generator",
        "mako",
        "webassets",
        "scss",
        "sass",
        "compass",
        "yuneta"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "544976b44423522beda97ee5b8183b0d",
                "sha256": "e0376a8567db27f5da85f1850b1a68683e5658134a093dd231c8ca9bdb37ffbf"
            },
            "downloads": -1,
            "filename": "web_skeleton3-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "544976b44423522beda97ee5b8183b0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 94190,
            "upload_time": "2022-12-20T08:49:48",
            "upload_time_iso_8601": "2022-12-20T08:49:48.476967Z",
            "url": "https://files.pythonhosted.org/packages/8d/2f/2a2533f7270b14655ad1701492c8d1abd13c646790bab06e3d260487321a/web_skeleton3-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fe56ed3706acaf6ff13f7b0764464920",
                "sha256": "0f0bf1a33061ee748993563e5ec24b43e51cf56b7eda3ba32ab0497d7a5a669a"
            },
            "downloads": -1,
            "filename": "web_skeleton3-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fe56ed3706acaf6ff13f7b0764464920",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 91206,
            "upload_time": "2022-12-20T08:49:50",
            "upload_time_iso_8601": "2022-12-20T08:49:50.548231Z",
            "url": "https://files.pythonhosted.org/packages/20/87/6c32be691b6b94f2eec355014dabcfe452e9d457a3b6b33fdad99094ba1a/web_skeleton3-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 08:49:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "yuneta",
    "github_project": "web-skeleton3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "web-skeleton3"
}
        
Elapsed time: 0.04337s