Skip to main content

Morepath Wiki

Introduction

This is a simple wiki implementation. It’s based on the “Web micro-framework battle”, a 2011 presentation by Richard Jones. In it he implements a simple wiki in a number of Python web micro-frameworks to compare them.

In 2013, Martijn Fraassen figured it would be interesting to see how Morepath stacks up, and also to try building a more real application with Morepath to work out the kinks in Morepath itself.

Richard kindly made available the codebase for that presentation, which was used to create an implementation using Morepath. Apart from a few inconsequential changes, storage.py is completely taken from Richard’s codebase as the underlying model code for the Morepath wiki.

The Html library, also by Richard, had to be bundled due to installation problems under Python 3.

Getting started

To get started with Morepath_wiki right away, you can install it and run it in a newly created virtual environment:

$ virtualenv env
$ ./env/bin/pip install morepath_wiki
$ ./env/bin/morepath_wiki

You can now access the wiki at http://localhost:5000.

Installation from sources

You can grab the sources from GitHub and set them up in a fresh virtual environment:

$ git clone https://github.com/morepath/morepath_wiki.git
$ cd morepath_wiki
$ virtualenv env
$ ./env/bin/pip install -e '.[test]'

You’ll then be able to start the wiki:

$ ./env/bin/morepath_wiki

And to run the test suite:

$ ./env/bin/py.test -v

CHANGES

0.1 (2016-06-09)

  • Initial public release.

Release files for morepath-wiki 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for morepath-wiki 0.1
File Size Uploaded
morepath_wiki-0.1.tar.gz 12.6 kB Details

Release files / morepath_wiki-0.1.tar.gz

Download URL morepath_wiki-0.1.tar.gz
Size 12.6 kB
Tags Source
SHA-256 checksum
How to use checksums
44f8e22792a4356aff8390e4af0eebe11d0593a3396515008bc931f375afbce9
BLAKE2b-256 checksum
How to use checksums
e4a1edbd0ad7c119962033cfcb990e3bd777b83149577b7247a3a71053c7a5b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page