{ "info": { "author": "Karl Bedrich", "author_email": "karl@bedrich.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=============================================\nAppBase - your base for PyQt4 app development\n=============================================\n\n.. image:: https://img.shields.io/badge/License-GPLv3-red.svg\n.. image:: https://img.shields.io/badge/python-2.6%7C2.7-yellow.svg\n\n- Browse the `API Documentation `_\n- Fork the code on `github `_\n\n\n.. image:: https://raw.githubusercontent.com/radjkarl/appBase/master/appbase_showcase.png\n :align: center\n :alt: showcase\n\n\nIt includes:\n\n* **Application.py** - just substitute your QApplication this one and you get...\n \n * open, save, new, timed autosave etc.\n \n* **MainWindow.py** - this mainWindow gives you a predefined menubar including all features of Application.py\n* **MultiWorkspaceWindow.py** - mainWindow with workspace management\n* **Server.py** - a system tray control for the mainWindow\n\nDEPRECIATED:\n* **Launcher.py** - a graphical launcher to view and open python sessions stored as .pyz\n\n\nInstallation\n^^^^^^^^^^^^\n\n**appBase** is listed in the Python Package Index. You can install it typing::\n\n pip install appBase\n\n\nSession management\n^^^^^^^^^^^^^^^^^^\n* Load and save your session as a zipped file\n* Save and restore temporal states of your session (Menubar->State)\n* Handle multiple workspaces in one window (Menubar->Workspace)\n\n\nTests\n^^^^^\nTo open an example window type::\n\n python -m appBase.MultiWorkspaceWindow\n\n\n\nv0.2, <22/12/2014> -- Initial release.\nv.0.3.1 <27/05/2016> -- Minor updates.\n\n\nKarl Bedrich 2013 - 2016", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/radjkarl/appbase", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "appbase", "package_url": "https://pypi.org/project/appbase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/appbase/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/radjkarl/appbase" }, "release_url": "https://pypi.org/project/appbase/0.3.4/", "requires_dist": null, "requires_python": null, "summary": "appbase is the foundation for a pyQt based application including:\n\n* save, load, autosave\n* session management\n* fullscreen with F11\n* close-dialog\n* system tray control", "version": "0.3.4" }, "last_serial": 2258152, "releases": { "0.3.4": [ { "comment_text": "", "digests": { "md5": "fcb83bf9da20a5514d42cb26acfb4c4a", "sha256": "f407fe6c9abab992d7e111ac8375979b71bffd5162797d606bb8db7e23031822" }, "downloads": -1, "filename": "appbase-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fcb83bf9da20a5514d42cb26acfb4c4a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 93980, "upload_time": "2016-06-03T18:03:26", "url": "https://files.pythonhosted.org/packages/2e/60/c17596799b39b33db498c8cb070c6518c0c695e84ab7c2fab42e548fc926/appbase-0.3.4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fcb83bf9da20a5514d42cb26acfb4c4a", "sha256": "f407fe6c9abab992d7e111ac8375979b71bffd5162797d606bb8db7e23031822" }, "downloads": -1, "filename": "appbase-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fcb83bf9da20a5514d42cb26acfb4c4a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 93980, "upload_time": "2016-06-03T18:03:26", "url": "https://files.pythonhosted.org/packages/2e/60/c17596799b39b33db498c8cb070c6518c0c695e84ab7c2fab42e548fc926/appbase-0.3.4-py2.py3-none-any.whl" } ] }