Flask-Themes2


NameFlask-Themes2 JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/sysr-q/flask-themes2
SummaryProvides infrastructure for theming Flask applications
upload_time2023-12-01 00:52:44
maintainer
docs_urlNone
authorsysr-q
requires_python
licenseMIT
keywords flask themes theming style
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Flask-Themes2

[docs]: https://flask-themes2.readthedocs.io/en/latest/
[GitHub]: https://github.com/sysr-q/flask-themes2

Flask-Themes2 is a fork of Spirits, which is in turn a fork of Flask-Themes.

- [Flask-Themes2](https://github.com/sysr-q/flask-themes2) maintained by Chris Carter
- [Spirits](https://github.com/drewlustro/spirits) maintained by Drew Lustro
- [Flask-Themes](https://bitbucket.org/leafstorm/flask-themes) by Matthew "LeafStorm" Frazier
- Many more contributors to this fork and all others! It wouldn't be this good without you.

This provides infrastructure for themes in Flask >= 2.0.


## Installation

To install normally:
```sh
$ pip install flask-themes2
```

To install the development (latest) version:
```sh
$ pip install -e git://github.com/sysr-q/flask-themes2.git#egg=flask_themes2-dev
```

## Documentation

The documentation is on the Flask-Themes2 [docs].

## Development

If you're interested in helping, the source is available on [GitHub], feel free to contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sysr-q/flask-themes2",
    "name": "Flask-Themes2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flask themes theming style",
    "author": "sysr-q",
    "author_email": "chris@gibsonsec.org",
    "download_url": "https://files.pythonhosted.org/packages/a9/51/5cbc31456eb182d507476331c66ddf866eea412baa2ea527991bd008c2eb/Flask-Themes2-1.0.1.tar.gz",
    "platform": null,
    "description": "# Flask-Themes2\n\n[docs]: https://flask-themes2.readthedocs.io/en/latest/\n[GitHub]: https://github.com/sysr-q/flask-themes2\n\nFlask-Themes2 is a fork of Spirits, which is in turn a fork of Flask-Themes.\n\n- [Flask-Themes2](https://github.com/sysr-q/flask-themes2) maintained by Chris Carter\n- [Spirits](https://github.com/drewlustro/spirits) maintained by Drew Lustro\n- [Flask-Themes](https://bitbucket.org/leafstorm/flask-themes) by Matthew \"LeafStorm\" Frazier\n- Many more contributors to this fork and all others! It wouldn't be this good without you.\n\nThis provides infrastructure for themes in Flask >= 2.0.\n\n\n## Installation\n\nTo install normally:\n```sh\n$ pip install flask-themes2\n```\n\nTo install the development (latest) version:\n```sh\n$ pip install -e git://github.com/sysr-q/flask-themes2.git#egg=flask_themes2-dev\n```\n\n## Documentation\n\nThe documentation is on the Flask-Themes2 [docs].\n\n## Development\n\nIf you're interested in helping, the source is available on [GitHub], feel free to contribute.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Provides infrastructure for theming Flask applications",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/sysr-q/flask-themes2"
    },
    "split_keywords": [
        "flask",
        "themes",
        "theming",
        "style"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9515cbc31456eb182d507476331c66ddf866eea412baa2ea527991bd008c2eb",
                "md5": "557b79f7c5ecc5237a429c0277b3e2b7",
                "sha256": "82c3204105e38437d04619bb1f4901cbc8cac5def9598f8f84747a464fcf50fb"
            },
            "downloads": -1,
            "filename": "Flask-Themes2-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "557b79f7c5ecc5237a429c0277b3e2b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12115,
            "upload_time": "2023-12-01T00:52:44",
            "upload_time_iso_8601": "2023-12-01T00:52:44.303694Z",
            "url": "https://files.pythonhosted.org/packages/a9/51/5cbc31456eb182d507476331c66ddf866eea412baa2ea527991bd008c2eb/Flask-Themes2-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 00:52:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sysr-q",
    "github_project": "flask-themes2",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "flask-themes2"
}
        
Elapsed time: 0.14979s