Name | zinny-webui JSON |
Version |
0.1.26
JSON |
| download |
home_page | None |
Summary | A Web UI for rating Motion Picture titles. Uses Zinny API |
upload_time | 2025-01-07 07:28:50 |
maintainer | None |
docs_url | None |
author | Ryan Laney |
requires_python | >=3.8 |
license | BSD 3-Clause License Copyright (c) 2025, Ryan Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the copyright holder nor the names of its contributors may 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 HOLDER 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 |
zinny
surveys
movie
rating
|
VCS |
|
bugtrack_url |
|
requirements |
flask
jinja2
numpy
pandas
zinny_api
zinny_surveys
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Zinny Web UI: A Simple Interface to Rate Films
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)
## What's the skinny on the ciné?
Zinny Web UI provides a straightforward browser-based interface for rating films using surveys from [zinny-surveys](https://github.com/RyLaney/zinny-surveys). It connects to the Zinny API to manage surveys, ratings, and more.
<img src="https://raw.githubusercontent.com/RyLaney/zinny-webui/main/resources/zinny-webui-start_screen-opt.png" alt="Screenshot of Zinny App" width="320"/>
## Quickstart
1. Clone the repository.
2. Install the dependencies (see [SETUP.md](https://github.com/RyLaney/zinny-webui/blob/main/SETUP.md)).
3. Start the server:
`python zinny-webui.py`
4. Access the interface at:
`http://127.0.0.1:7219`
## Installation Details
see [SETUP.md](SETUP.md)
## Contributing
We welcome contributions! If you'd like to report an issue, suggest a feature, or contribute code, please check the [CONTRIBUTING.md](https://github.com/RyLaney/zinny-webui/blob/main/CONTRIBUTING.md) file for guidelines.
## Acknowledgements
- [Flask](https://flask.palletsprojects.com/en/1.1.x/) for the API framework.
- [Bootstrap](https://getbootstrap.com/) for the front-end styling.
- [PyInstaller](https://www.pyinstaller.org/) for building executables.
- [Platypus](https://github.com/sveinbjornt/Platypus) for creating macOS app bundles.
- Special thanks to [IMDb](https://www.imdb.com) for being the standard reference for movie and TV data. While no IMDb data is used directly, title information may coincide with their dataset.
- Development sponsored by [Teus Media](https://teus.media).
Raw data
{
"_id": null,
"home_page": null,
"name": "zinny-webui",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "zinny, surveys, movie, rating",
"author": "Ryan Laney",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9f/ea/645dc14394dc48f4a4cfe39dd4c1e4bbc97efc8fe81ef5d940ed881f2262/zinny_webui-0.1.26.tar.gz",
"platform": null,
"description": "# Zinny Web UI: A Simple Interface to Rate Films\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)\n\n## What's the skinny on the cin\u00e9?\nZinny Web UI provides a straightforward browser-based interface for rating films using surveys from [zinny-surveys](https://github.com/RyLaney/zinny-surveys). It connects to the Zinny API to manage surveys, ratings, and more.\n\n<img src=\"https://raw.githubusercontent.com/RyLaney/zinny-webui/main/resources/zinny-webui-start_screen-opt.png\" alt=\"Screenshot of Zinny App\" width=\"320\"/>\n\n## Quickstart\n1. Clone the repository.\n2. Install the dependencies (see [SETUP.md](https://github.com/RyLaney/zinny-webui/blob/main/SETUP.md)).\n3. Start the server:\n `python zinny-webui.py`\n4. Access the interface at:\n `http://127.0.0.1:7219`\n\n\n## Installation Details\n\nsee [SETUP.md](SETUP.md)\n\n\n## Contributing\nWe welcome contributions! If you'd like to report an issue, suggest a feature, or contribute code, please check the [CONTRIBUTING.md](https://github.com/RyLaney/zinny-webui/blob/main/CONTRIBUTING.md) file for guidelines.\n\n\n## Acknowledgements\n- [Flask](https://flask.palletsprojects.com/en/1.1.x/) for the API framework.\n- [Bootstrap](https://getbootstrap.com/) for the front-end styling.\n- [PyInstaller](https://www.pyinstaller.org/) for building executables.\n- [Platypus](https://github.com/sveinbjornt/Platypus) for creating macOS app bundles.\n- Special thanks to [IMDb](https://www.imdb.com) for being the standard reference for movie and TV data. While no IMDb data is used directly, title information may coincide with their dataset.\n- Development sponsored by [Teus Media](https://teus.media).\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2025, Ryan Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. Neither the name of the copyright holder nor the names of its contributors may 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 HOLDER 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. ",
"summary": "A Web UI for rating Motion Picture titles. Uses Zinny API",
"version": "0.1.26",
"project_urls": {
"Homepage": "https://github.com/RyLaney/zinny-webui",
"Issues": "https://github.com/RyLaney/zinny-webui/issues"
},
"split_keywords": [
"zinny",
" surveys",
" movie",
" rating"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9aebb941841ae555af9a0f169cc37bdde0343ae2e0e2bd37b28514ffca2e8e99",
"md5": "4cfd98db1a493e14f0bc3d2e8ceca15b",
"sha256": "22a9e37fd66cebeb11b4e9fba5df1c01d38634ffe43442089fef25dbbd672363"
},
"downloads": -1,
"filename": "zinny_webui-0.1.26-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4cfd98db1a493e14f0bc3d2e8ceca15b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3128767,
"upload_time": "2025-01-07T07:28:48",
"upload_time_iso_8601": "2025-01-07T07:28:48.321920Z",
"url": "https://files.pythonhosted.org/packages/9a/eb/b941841ae555af9a0f169cc37bdde0343ae2e0e2bd37b28514ffca2e8e99/zinny_webui-0.1.26-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9fea645dc14394dc48f4a4cfe39dd4c1e4bbc97efc8fe81ef5d940ed881f2262",
"md5": "fd92f7778930ad8f28ef82b34b725169",
"sha256": "48c8097aa54ccb8597f0e3e60804649d59c95414fa262a8f0d9260bbfd909b4a"
},
"downloads": -1,
"filename": "zinny_webui-0.1.26.tar.gz",
"has_sig": false,
"md5_digest": "fd92f7778930ad8f28ef82b34b725169",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3094429,
"upload_time": "2025-01-07T07:28:50",
"upload_time_iso_8601": "2025-01-07T07:28:50.467125Z",
"url": "https://files.pythonhosted.org/packages/9f/ea/645dc14394dc48f4a4cfe39dd4c1e4bbc97efc8fe81ef5d940ed881f2262/zinny_webui-0.1.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-07 07:28:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RyLaney",
"github_project": "zinny-webui",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "flask",
"specs": []
},
{
"name": "jinja2",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "zinny_api",
"specs": []
},
{
"name": "zinny_surveys",
"specs": []
}
],
"lcname": "zinny-webui"
}