{ "info": { "author": "Adam Gignac", "author_email": "gignac.adam@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "======\nProton\n======\n\nProton is a Django module for building desktop apps. It provides a management command\nto run the project as a desktop application rather than a server, as well as some\nbasic starter templates for using various stylesheets.\nBehind the scenes, this is done by running the server on an arbitrary high port\nand opening a thin web browser pointing to localhost on that port.\n\nQuick Start\n-----------\n\n1. Install dependencies:\n Ubuntu: `apt-get install python-gi gir1.2-webkit-3.0 gir1.2-gtk-3.0\n\n2. Add \"proton\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'proton',\n ]\n\n3. Add the following values to your settings.py file:\n\n WINDOW_TITLE = 'Title of window'\n WINDOW_SIZE = (WIDTH, HEIGHT)\n WINDOW_MAXIMIZE = False\n\nWINDOW_SIZE is a tuple containing the default width and height of the window.\nWINDOW_MAXIMIZE represents whether the window should be maximized by default.\n\n4. Run `python manage.py window` to run the app locally using the dev server.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-proton", "package_url": "https://pypi.org/project/django-proton/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-proton/", "project_urls": null, "release_url": "https://pypi.org/project/django-proton/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A Django-based way to write desktop applications", "version": "1.0.0" }, "last_serial": 2393741, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "43a00c5ffdca2ade3b275c3dc680f206", "sha256": "29f2df9c6b9324bef2b56c6d86b3daa7831b435797b8e4884402c5df1eb79709" }, "downloads": -1, "filename": "django_proton-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43a00c5ffdca2ade3b275c3dc680f206", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3639248, "upload_time": "2016-10-11T17:35:38", "url": "https://files.pythonhosted.org/packages/f6/64/e79d22f39f68f63f104244ffd645a097e18f381356c4229b9669c28bfe43/django_proton-1.0.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43a00c5ffdca2ade3b275c3dc680f206", "sha256": "29f2df9c6b9324bef2b56c6d86b3daa7831b435797b8e4884402c5df1eb79709" }, "downloads": -1, "filename": "django_proton-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43a00c5ffdca2ade3b275c3dc680f206", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3639248, "upload_time": "2016-10-11T17:35:38", "url": "https://files.pythonhosted.org/packages/f6/64/e79d22f39f68f63f104244ffd645a097e18f381356c4229b9669c28bfe43/django_proton-1.0.0-py2.py3-none-any.whl" } ] }