Name | Frozen-Flask JSON |
Version |
1.0.2
JSON |
| download |
home_page | None |
Summary | Freezes a Flask application into a set of static files. |
upload_time | 2024-02-09 14:32:13 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Copyright (c) 2010-2012 by Simon Sapin and contributors. See AUTHORS
for more details.
Some rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
flask
static
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Frozen-Flask
============
Freezes a Flask application into a set of static files. The result can be hosted
without any server-side software other than a traditional web server.
See documentation: https://frozen-flask.readthedocs.io/
Contributing
------------
* Fork the upstream repository and clone your fork
* Create a feature branch for the thing you want to work on
* Create a virtual environment and activate it
* Run ``pip install -e .[doc,test,check]`` to install dependencies
* Add your changes
* Make sure tests pass with ``pytest``
* Make sure you followed the style guide with ``flake8`` and ``isort``
* Send a pull request to the upstream repository
You can also use `Hatch <https://hatch.pypa.io/>`_ to automatically install
dependencies, launch tests, check style and build documentation::
$ hatch run test:run
$ hatch run check:run
$ hatch run doc:build
Status
------
This project is currently maintained by
`CourtBouillon <https://www.courtbouillon.org/>`_.
It’s been previously maintained by
`@honzajavorek <https://github.com/honzajavorek>`_ and
`@tswast <https://github.com/tswast>`_,
and has been originally created by
`@SimonSapin <https://github.com/SimonSapin>`_.
License
-------
Frozen-Flask uses a BSD 3-clause license. See LICENSE.
Copyrights are retained by their contributors, no copyright assignment is
required to contribute to Frozen-Flask. Unless explicitly stated otherwise, any
contribution intentionally submitted for inclusion is licensed under the BSD
3-clause license, without any additional terms or conditions. For full
authorship information, see the version control history.
Raw data
{
"_id": null,
"home_page": null,
"name": "Frozen-Flask",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "flask,static",
"author": null,
"author_email": "Simon Sapin <simon.sapin@exyr.org>",
"download_url": "https://files.pythonhosted.org/packages/44/7f/beae2905b3ee169445f00eaf597fe89eb93a3275c098b51a9388b134e4fa/frozen_flask-1.0.2.tar.gz",
"platform": null,
"description": "Frozen-Flask\n============\n\nFreezes a Flask application into a set of static files. The result can be hosted\nwithout any server-side software other than a traditional web server.\n\nSee documentation: https://frozen-flask.readthedocs.io/\n\nContributing\n------------\n\n* Fork the upstream repository and clone your fork\n* Create a feature branch for the thing you want to work on\n* Create a virtual environment and activate it\n* Run ``pip install -e .[doc,test,check]`` to install dependencies\n* Add your changes\n* Make sure tests pass with ``pytest``\n* Make sure you followed the style guide with ``flake8`` and ``isort``\n* Send a pull request to the upstream repository\n\nYou can also use `Hatch <https://hatch.pypa.io/>`_ to automatically install\ndependencies, launch tests, check style and build documentation::\n\n $ hatch run test:run\n $ hatch run check:run\n $ hatch run doc:build\n\nStatus\n------\n\nThis project is currently maintained by\n`CourtBouillon <https://www.courtbouillon.org/>`_.\n\nIt\u2019s been previously maintained by\n`@honzajavorek <https://github.com/honzajavorek>`_ and\n`@tswast <https://github.com/tswast>`_,\nand has been originally created by\n`@SimonSapin <https://github.com/SimonSapin>`_.\n\nLicense\n-------\n\nFrozen-Flask uses a BSD 3-clause license. See LICENSE.\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to Frozen-Flask. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under the BSD\n3-clause license, without any additional terms or conditions. For full\nauthorship information, see the version control history.\n",
"bugtrack_url": null,
"license": "Copyright (c) 2010-2012 by Simon Sapin and contributors. See AUTHORS\n for more details.\n \n Some rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n \n * The names of the contributors may not be used to endorse or\n promote products derived from this software without specific\n prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "Freezes a Flask application into a set of static files.",
"version": "1.0.2",
"project_urls": {
"Changelog": "https://frozen-flask.readthedocs.io/#changelog",
"Code": "https://github.com/Frozen-Flask/Frozen-Flask/",
"Documentation": "https://frozen-flask.readthedocs.io/",
"Homepage": "https://github.com/Frozen-Flask/Frozen-Flask/",
"Issues": "https://github.com/Frozen-Flask/Frozen-Flask/issues"
},
"split_keywords": [
"flask",
"static"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f2bc8f3358b48b3c59a886d67759287df80fb20502f614c3adf1b1fcf54c41d7",
"md5": "37b69aaae5e409cfcb837f31f9b78898",
"sha256": "b81b69e84babb1da37ba592c7cd48f0822a62a4ef654f29378a0b8934b2076eb"
},
"downloads": -1,
"filename": "frozen_flask-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "37b69aaae5e409cfcb837f31f9b78898",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10829,
"upload_time": "2024-02-09T14:32:16",
"upload_time_iso_8601": "2024-02-09T14:32:16.211842Z",
"url": "https://files.pythonhosted.org/packages/f2/bc/8f3358b48b3c59a886d67759287df80fb20502f614c3adf1b1fcf54c41d7/frozen_flask-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "447fbeae2905b3ee169445f00eaf597fe89eb93a3275c098b51a9388b134e4fa",
"md5": "8634418a6cee1e4c79c1827652899abe",
"sha256": "53a7895b188b7d59eb8d6fcf3fce18e097d8b4a26b6bb665e176add1a1e03aaf"
},
"downloads": -1,
"filename": "frozen_flask-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "8634418a6cee1e4c79c1827652899abe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 101832,
"upload_time": "2024-02-09T14:32:13",
"upload_time_iso_8601": "2024-02-09T14:32:13.574352Z",
"url": "https://files.pythonhosted.org/packages/44/7f/beae2905b3ee169445f00eaf597fe89eb93a3275c098b51a9388b134e4fa/frozen_flask-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-09 14:32:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Frozen-Flask",
"github_project": "Frozen-Flask",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "frozen-flask"
}