{ "info": { "author": "Phillip J. Eby", "author_email": "pje@telecommunity.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Framework :: Chandler", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business :: Groupware", "Topic :: Software Development :: Documentation" ], "description": "The Hello World Plug-in is an experimental plug-in, created early on to demonstrate some of the things \r\nthat are possible in Chandler Desktop's plug-in framework. However, as we've made changes and \r\nimprovements to the app, plug-ins such as this one have not been updated or tested. As a result, to \r\nsafeguard against data corruption, we recommend that you run a separate, clean version of Chandler \r\nwhen installing plug-ins.\r\n\r\nThe Hello World Plug-in is just an example to show how minimal a plug-in project can be.\r\nIt doesn't actually do anything, but is a complete example with a setup script and tests.\r\n\r\nTo download and install the plugin from the Chandler UI, \r\nuse the \"Plugins -> Download\" and \"Plugins -> Install\" menus.\r\n\r\nTo download and install the plugin from the command line, use Chandler's\r\nInstallPlugin script and restart Chandler::\r\n\r\n InstallPlugin Chandler-HelloWorldPlugin\r\n\r\nIf you want to experiment with its code, you can use::\r\n\r\n RunPython setup.py develop\r\n\r\nto install it in development mode (where you can make changes and have them\r\ntake effect whenever Chandler is restarted), or you can use::\r\n\r\n RunPython setup.py install\r\n\r\nto install it as an ``.egg`` file.\r\n\r\nNote that when installed as an egg file, changes made to the source code will\r\nnot affect Chandler execution, until you run ``setup.py install`` or ``setup.py\r\ndevelop`` again.\r\n\r\nIf you want to run this plugin's tests (which also don't do anything), use::\r\n\r\n RunPython setup.py test\r\n\r\nThe only thing this plugin actually does when Chandler is run, is to write an\r\nentry to the log file when it is first loaded. The entry will appear only if\r\nthe parcel has just been installed in a fresh repository, or if it is the first\r\ntime running a new or changed version of the parcel.\r\n\r\nFor more information on this plugin and the plugin development process, see\r\nthe original proposal at:\r\n\r\n http://lists.osafoundation.org/pipermail/chandler-dev/2006-March/005552.html\r\n\r\nThe svn sources for this plugin are at:\r\n\r\n http://svn.osafoundation.org/chandler/trunk/chandler/projects/Chandler-\r\nHelloWorldPlugin#egg=Chandler_HelloWorldPlugin-dev\r\n\r\nand can be retrieved with::\r\n\r\n RunPython -m easy_install --editable -b . Chandler_HelloWorldPlugin==dev", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "Chandler-HelloWorldPlugin", "package_url": "https://pypi.org/project/Chandler-HelloWorldPlugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Chandler-HelloWorldPlugin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/Chandler-HelloWorldPlugin/0.7-r15094/", "requires_dist": null, "requires_python": null, "summary": "This is just an example plugin project", "version": "0.7-r15094" }, "last_serial": 802487, "releases": { "0.7": [ { "comment_text": "", "digests": { "md5": "ef8523f51d83e679b3a5da78d378991d", "sha256": "3ea5055fb9cd7c420501cb5e98a1bff6f2e5727c5d077c1c04f8f5ac63972a61" }, "downloads": -1, "filename": "Chandler-HelloWorldPlugin-0.7.tar.gz", "has_sig": false, "md5_digest": "ef8523f51d83e679b3a5da78d378991d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2777, "upload_time": "2007-09-11T06:33:55", "url": "https://files.pythonhosted.org/packages/4a/2b/457c79bf50aa05423878b8f5f6804ef38339dc747cc400247bda88898975/Chandler-HelloWorldPlugin-0.7.tar.gz" } ], "0.7-r15094": [ { "comment_text": "", "digests": { "md5": "31610c7276ce9ac76e460d8260a1af10", "sha256": "a3d0b5fa7083d7ebab32908082edd2413ef8cb46ea18b93862b9299dcffba9de" }, "downloads": -1, "filename": "Chandler-HelloWorldPlugin-0.7-r15094.tar.gz", "has_sig": false, "md5_digest": "31610c7276ce9ac76e460d8260a1af10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2806, "upload_time": "2007-07-24T12:55:06", "url": "https://files.pythonhosted.org/packages/29/37/2ec1c387b699c74a74517ee87a094a7754e8b6b59c8ee1e1234d825649b2/Chandler-HelloWorldPlugin-0.7-r15094.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31610c7276ce9ac76e460d8260a1af10", "sha256": "a3d0b5fa7083d7ebab32908082edd2413ef8cb46ea18b93862b9299dcffba9de" }, "downloads": -1, "filename": "Chandler-HelloWorldPlugin-0.7-r15094.tar.gz", "has_sig": false, "md5_digest": "31610c7276ce9ac76e460d8260a1af10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2806, "upload_time": "2007-07-24T12:55:06", "url": "https://files.pythonhosted.org/packages/29/37/2ec1c387b699c74a74517ee87a094a7754e8b6b59c8ee1e1234d825649b2/Chandler-HelloWorldPlugin-0.7-r15094.tar.gz" } ] }