{ "info": { "author": "Averrin", "author_email": "averrin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 2", "Topic :: Software Development :: User Interfaces", "Topic :: Utilities" ], "description": "About\n-----\n\nWinterstone -- framework for PyQt application.\n\nFeatures\n--------\n\n* Template for application\n* Some pre-defined UI\n* Settings manager\n* Plugins\n* Dev tools\n\nQuick start\n-----------\n\n* Install\n* Run winter_admin.py new appname (its created appname dir with simple application)\n* Fill appname/config/main.cfg with your data\n* Run appname/main.py\n* See docs folder and source of main.py for other information\n\nProject folder structure\n------------------------\n\n::\n\n .\n \u251c\u2500\u2500 config\n \u2502\u00a0\u00a0 \u251c\u2500\u2500 debug.cfg -- options of debug widget (WinterDebug)\n \u2502\u00a0\u00a0 \u251c\u2500\u2500 main.cfg -- options of application. use this file for your settings\n \u2502\u00a0\u00a0 \u2514\u2500\u2500 plugins.cfg -- list of active plugins. do not edit\n \u251c\u2500\u2500 etc\n \u2502\u00a0\u00a0 \u2514\u2500\u2500 pre-commit -- hook for git. do winter_ver.py before commit (bump version in main.cfg)\n \u251c\u2500\u2500 icons -- some icons. place your icons here\n \u251c\u2500\u2500 plugins -- usful examples of plugins\n \u2502\u00a0\u00a0 \u251c\u2500\u2500 QSciConfig\n \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u251c\u2500\u2500 plugin.cfg\n \u2502\u00a0\u00a0 \u2502\u00a0\u00a0 \u2514\u2500\u2500 QSciConfig.py\n \u2502\u00a0\u00a0 \u2514\u2500\u2500 UIConfig\n \u2502\u00a0\u00a0 \u251c\u2500\u2500 plugin.cfg\n \u2502\u00a0\u00a0 \u2514\u2500\u2500 UIConfig.py\n \u251c\u2500\u2500 ABOUT -- information about your application\n \u251c\u2500\u2500 core.py -- main logic of your app\n \u251c\u2500\u2500 __init__.py\n \u251c\u2500\u2500 LICENSE\n \u251c\u2500\u2500 main.py -- main executable file. all UI logic here\n \u2514\u2500\u2500 TODO\n\n\nLib structure\n-------------\n\n::\n\n .\n \u251c\u2500\u2500 base.py -- base classes of library\n \u251c\u2500\u2500 baseQt.py -- base classes of UI\n \u251c\u2500\u2500 extraQt.py -- some extra widgets\n \u251c\u2500\u2500 snowflake.py -- small useful functions\n \u2514\u2500\u2500 winterBug.py -- all about debug widget\n\n\nDependencies\n------------\n\n* Python Config::\n\n http://www.red-dove.com/config-doc/\n install:\n sudo pip install config\n or\n sudo easy_install config\n\n* Python KDE::\n\n **optional**\n requires for color comboboxes in settings manager\n install:\n sudo apt-get install python-kde\n\n* Python QScintilla2::\n\n **optional**\n requires for dev tools\n install:\n sudo apt-get install python-qscintilla2", "description_content_type": null, "docs_url": "https://pythonhosted.org/winterstone/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://averrin.github.com/inkmoth", "keywords": "pyqt plugins framework", "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "winterstone", "package_url": "https://pypi.org/project/winterstone/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/winterstone/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://averrin.github.com/inkmoth" }, "release_url": "https://pypi.org/project/winterstone/0.8.6.7/", "requires_dist": null, "requires_python": null, "summary": "Framework for PyQt application", "version": "0.8.6.7" }, "last_serial": 801682, "releases": { "0.8.6.2": [ { "comment_text": "", "digests": { "md5": "c28fb9db5b55098b7ffa408c09b335fa", "sha256": "8408a9c0947a3636044c38f2977f1d06ca079e2a2d043c1552234492ef2d6c1a" }, "downloads": -1, "filename": "winterstone-0.8.6.2-py2.6.egg", "has_sig": false, "md5_digest": "c28fb9db5b55098b7ffa408c09b335fa", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 179049, "upload_time": "2011-04-26T20:14:29", "url": "https://files.pythonhosted.org/packages/25/74/452a63d1e19419f64466e810c402c437a74e7863d92913ddd6fdd625da3d/winterstone-0.8.6.2-py2.6.egg" } ], "0.8.6.4": [ { "comment_text": "built for Linux-2.6.35-28-generic-i686-with-glibc2.4", "digests": { "md5": "bf86414e1406ef27bb24ea140855b50f", "sha256": "427cc0ad31c166243b24aafbd4cba7023fed3ea228386ed88dd8ee43af6019bb" }, "downloads": -1, "filename": "winterstone-0.8.6.4.linux-i686.tar.gz", "has_sig": false, "md5_digest": "bf86414e1406ef27bb24ea140855b50f", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 122151, "upload_time": "2011-04-27T07:48:27", "url": "https://files.pythonhosted.org/packages/e2/a4/7c486dd07b1817ce5d8bc1d1b507e128008ca2a237334ac48edcddce447c/winterstone-0.8.6.4.linux-i686.tar.gz" }, { "comment_text": "", "digests": { "md5": "90276ca1d3c4143fc79e080e721a5836", "sha256": "1ad5a6422dea4946edfe956006691bf66efa401b18caf3171329bf5aa730a4b4" }, "downloads": -1, "filename": "winterstone-0.8.6.4-py2.6.egg", "has_sig": false, "md5_digest": "90276ca1d3c4143fc79e080e721a5836", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 180655, "upload_time": "2011-04-27T07:49:34", "url": "https://files.pythonhosted.org/packages/60/23/c47b2aa453f00616168adf34ac1fe2ef63f6abc5331108be24d1bfebcd77/winterstone-0.8.6.4-py2.6.egg" } ], "0.8.6.5": [ { "comment_text": "", "digests": { "md5": "655dc7534d5e15f3e798c96545a995b7", "sha256": "363011769ea97f478ce3a45cc48bd0fd00040866b6c8ef4c30ed1427b4430f26" }, "downloads": -1, "filename": "winterstone-0.8.6.5-py2.6.egg", "has_sig": false, "md5_digest": "655dc7534d5e15f3e798c96545a995b7", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 181850, "upload_time": "2011-04-27T08:11:11", "url": "https://files.pythonhosted.org/packages/e5/4d/f3a8e838ed16e2fbbf07130c033b7c1510b8c080cabbce5565d32dcb2400/winterstone-0.8.6.5-py2.6.egg" } ], "0.8.6.6": [ { "comment_text": "", "digests": { "md5": "9a983085ce7d77af2872a591ac5c6c8b", "sha256": "dc2501b48f75221353902a6ca7b0675a51b82a958f52d94116d900a16bc07209" }, "downloads": -1, "filename": "winterstone-0.8.6.6-py2.6.egg", "has_sig": false, "md5_digest": "9a983085ce7d77af2872a591ac5c6c8b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 182594, "upload_time": "2011-04-27T08:57:44", "url": "https://files.pythonhosted.org/packages/fc/37/192081f66c936010f7fc11e0250d1af3f9efa25ba0fb80ee6db8497790da/winterstone-0.8.6.6-py2.6.egg" } ], "0.8.6.7": [ { "comment_text": "", "digests": { "md5": "3c8861b648c1d52ee402ffeb17885c97", "sha256": "2bdf933b6709083e78680c3e3938b23c26fc156101b3ec590dc89c2b10969a9e" }, "downloads": -1, "filename": "winterstone-0.8.6.7-py2.6.egg", "has_sig": false, "md5_digest": "3c8861b648c1d52ee402ffeb17885c97", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 186570, "upload_time": "2011-04-27T13:51:22", "url": "https://files.pythonhosted.org/packages/47/bc/80b628f6a616ecd217808e56177e3b5195df614b4ebe27242e53d431b9db/winterstone-0.8.6.7-py2.6.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c8861b648c1d52ee402ffeb17885c97", "sha256": "2bdf933b6709083e78680c3e3938b23c26fc156101b3ec590dc89c2b10969a9e" }, "downloads": -1, "filename": "winterstone-0.8.6.7-py2.6.egg", "has_sig": false, "md5_digest": "3c8861b648c1d52ee402ffeb17885c97", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 186570, "upload_time": "2011-04-27T13:51:22", "url": "https://files.pythonhosted.org/packages/47/bc/80b628f6a616ecd217808e56177e3b5195df614b4ebe27242e53d431b9db/winterstone-0.8.6.7-py2.6.egg" } ] }