Optimus


NameOptimus JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/sveetch/Optimus
SummaryOptimus is a static site builder using Jinja2, webassets and Babel.
upload_time2024-08-19 20:44:42
maintainerNone
docs_urlNone
authorDavid Thenon
requires_pythonNone
licenseMIT
keywords static site jinja babel webassets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _Python: https://www.python.org/
.. _webassets: https://github.com/miracle2k/webassets
.. _Jinja2: https://jinja.palletsprojects.com/
.. _Babel: http://babel.pocoo.org/
.. _click: https://click.palletsprojects.com/
.. _watchdog: https://python-watchdog.readthedocs.io
.. _rcssmin: https://pypi.org/project/rcssmin/
.. _jsmin: https://pypi.org/project/jsmin/
.. _CherryPy: https://docs.cherrypy.dev/


Optimus
=======

Optimus is a static site builder, it produces HTML from templates (through `Jinja2`_)
with assets management (through `webassets`_) and supports i18n for translations
(through `Babel`_).


Dependencies
************

* `Python`_>=3.8;
* `Jinja2`_;
* `webassets`_;
* `Babel`_;
* `click`_;
* `watchdog`_;
* `rcssmin`_;
* `jsmin`_;
* `CherryPy`_;


Links
*****

* Read the documentation on `Read the docs <https://optimus.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/Optimus>`_;
* Clone it on its `Github repository <https://github.com/sveetch/Optimus>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/Optimus",
    "name": "Optimus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Static site, Jinja, Babel, webassets",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/07/a0/fce7406da3bebc9136570aa98dc98014efe052a30770559bdc9546e49ff2/optimus-2.1.0.tar.gz",
    "platform": null,
    "description": ".. _Python: https://www.python.org/\n.. _webassets: https://github.com/miracle2k/webassets\n.. _Jinja2: https://jinja.palletsprojects.com/\n.. _Babel: http://babel.pocoo.org/\n.. _click: https://click.palletsprojects.com/\n.. _watchdog: https://python-watchdog.readthedocs.io\n.. _rcssmin: https://pypi.org/project/rcssmin/\n.. _jsmin: https://pypi.org/project/jsmin/\n.. _CherryPy: https://docs.cherrypy.dev/\n\n\nOptimus\n=======\n\nOptimus is a static site builder, it produces HTML from templates (through `Jinja2`_)\nwith assets management (through `webassets`_) and supports i18n for translations\n(through `Babel`_).\n\n\nDependencies\n************\n\n* `Python`_>=3.8;\n* `Jinja2`_;\n* `webassets`_;\n* `Babel`_;\n* `click`_;\n* `watchdog`_;\n* `rcssmin`_;\n* `jsmin`_;\n* `CherryPy`_;\n\n\nLinks\n*****\n\n* Read the documentation on `Read the docs <https://optimus.readthedocs.io/>`_;\n* Download its `PyPi package <https://pypi.python.org/pypi/Optimus>`_;\n* Clone it on its `Github repository <https://github.com/sveetch/Optimus>`_;\n\n\nCredits\n*******\n\nLogo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Optimus is a static site builder using Jinja2, webassets and Babel.",
    "version": "2.1.0",
    "project_urls": {
        "Changelog": "https://optimus.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://optimus.readthedocs.io/",
        "Homepage": "https://github.com/sveetch/Optimus",
        "Issue Tracker": "https://github.com/sveetch/Optimus/issues",
        "Source Code": "https://github.com/sveetch/Optimus"
    },
    "split_keywords": [
        "static site",
        " jinja",
        " babel",
        " webassets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07a0fce7406da3bebc9136570aa98dc98014efe052a30770559bdc9546e49ff2",
                "md5": "ec0b95f29079848181f2f65aeb9f7f73",
                "sha256": "c2b9318ddda75f92154f80dbee15bd69eebb679072a5d7b192e7463220f470f8"
            },
            "downloads": -1,
            "filename": "optimus-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec0b95f29079848181f2f65aeb9f7f73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34517,
            "upload_time": "2024-08-19T20:44:42",
            "upload_time_iso_8601": "2024-08-19T20:44:42.208203Z",
            "url": "https://files.pythonhosted.org/packages/07/a0/fce7406da3bebc9136570aa98dc98014efe052a30770559bdc9546e49ff2/optimus-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-19 20:44:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sveetch",
    "github_project": "Optimus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "optimus"
}
        
Elapsed time: 0.28797s