{ "info": { "author": "Morepath developers", "author_email": "morepath@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "Morepath Wiki\n=============\n\nIntroduction\n------------\n\nThis is a simple wiki implementation. It's based on the `\"Web micro-framework\nbattle\"`_, a 2011 presentation by Richard Jones. In it he implements a simple\nwiki in a number of Python web micro-frameworks to compare them.\n\nIn 2013, Martijn Fraassen figured it would be interesting to see how Morepath\nstacks up, and also to try building a more real application with Morepath to\nwork out the kinks in Morepath itself.\n\nRichard kindly made available the codebase_ for that presentation, which was\nused to create an implementation using Morepath. Apart from a few\ninconsequential changes, ``storage.py`` is completely taken from Richard's\ncodebase as the underlying model code for the Morepath wiki.\n\nThe `Html library`_, also by Richard, had to be bundled due to installation\nproblems under Python 3.\n\nGetting started\n---------------\n\nTo get started with Morepath_wiki right away, you can install it and run it in\na newly created `virtual environment`_::\n\n $ virtualenv env\n $ ./env/bin/pip install morepath_wiki\n $ ./env/bin/morepath_wiki\n\nYou can now access the wiki at http://localhost:5000.\n\n\nInstallation from sources\n-------------------------\n\nYou can grab the sources from GitHub_ and set them up in a fresh `virtual environment`_::\n\n $ git clone https://github.com/morepath/morepath_wiki.git\n $ cd morepath_wiki\n $ virtualenv env\n $ ./env/bin/pip install -e '.[test]'\n\nYou'll then be able to start the wiki::\n\n $ ./env/bin/morepath_wiki\n\nAnd to run the test suite::\n\n $ ./env/bin/py.test -v\n\n\n.. _`\"Web micro-framework battle\"`: http://www.slideshare.net/r1chardj0n3s/web-microframework-battle\n\n.. _codebase: https://bitbucket.org/r1chardj0n3s/web-micro-battle\n\n.. _Html library: https://pypi.python.org/pypi/html\n\n.. _GitHub: https://github.com/morepath/morepath_wiki\n\n.. _virtual environment: http://www.virtualenv.org/\n\n\nCHANGES\n*******\n\n0.1 (2016-06-09)\n================\n\n- Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morepath/morepath_wiki", "keywords": "morepath demo", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "morepath-wiki", "package_url": "https://pypi.org/project/morepath-wiki/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/morepath-wiki/", "project_urls": { "Homepage": "https://github.com/morepath/morepath_wiki" }, "release_url": "https://pypi.org/project/morepath-wiki/0.1/", "requires_dist": null, "requires_python": "", "summary": "A wiki demo for Morepath, based on the web micro-framework battle by Richard Jones", "version": "0.1" }, "last_serial": 2160133, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9a53d78130e20e3bd0e2f22ee3987e1c", "sha256": "44f8e22792a4356aff8390e4af0eebe11d0593a3396515008bc931f375afbce9" }, "downloads": -1, "filename": "morepath_wiki-0.1.tar.gz", "has_sig": false, "md5_digest": "9a53d78130e20e3bd0e2f22ee3987e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12607, "upload_time": "2016-06-10T06:50:47", "url": "https://files.pythonhosted.org/packages/e4/a1/edbd0ad7c119962033cfcb990e3bd777b83149577b7247a3a71053c7a5b0/morepath_wiki-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a53d78130e20e3bd0e2f22ee3987e1c", "sha256": "44f8e22792a4356aff8390e4af0eebe11d0593a3396515008bc931f375afbce9" }, "downloads": -1, "filename": "morepath_wiki-0.1.tar.gz", "has_sig": false, "md5_digest": "9a53d78130e20e3bd0e2f22ee3987e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12607, "upload_time": "2016-06-10T06:50:47", "url": "https://files.pythonhosted.org/packages/e4/a1/edbd0ad7c119962033cfcb990e3bd777b83149577b7247a3a71053c7a5b0/morepath_wiki-0.1.tar.gz" } ] }