Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morepath/morepath
Python web microframework with superpowers
https://github.com/morepath/morepath
Last synced: about 1 month ago
JSON representation
Python web microframework with superpowers
- Host: GitHub
- URL: https://github.com/morepath/morepath
- Owner: morepath
- License: bsd-3-clause
- Created: 2013-10-12T12:00:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:17:55.000Z (about 1 month ago)
- Last Synced: 2024-10-28T18:44:50.248Z (about 1 month ago)
- Language: Python
- Homepage: http://morepath.readthedocs.org
- Size: 2.62 MB
- Stars: 395
- Watchers: 20
- Forks: 34
- Open Issues: 76
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-python-web-frameworks - Morepath - "web microframework with super powers". An application consists of models. Each type of model is published on a URL path. Content is exposed to the web using views. (Micro-frameworks / Sync)
- starred-awesome - morepath - Python web microframework with superpowers (Python)
- awesome-starred - morepath/morepath - Python web microframework with superpowers (others)
README
.. image:: https://github.com/morepath/morepath/workflows/CI/badge.svg?branch=master
:target: https://github.com/morepath/morepath/actions?workflow=CI
:alt: CI Status.. image:: https://coveralls.io/repos/github/morepath/morepath/badge.svg?branch=master
:target: https://coveralls.io/github/morepath/morepath?branch=master.. image:: https://img.shields.io/pypi/v/morepath.svg
:target: https://pypi.org/project/morepath/.. image:: https://img.shields.io/pypi/pyversions/morepath.svg
:target: https://pypi.org/project/morepath/Morepath: Python web microframework with super powers
=====================================================Morepath is a Python web framework. An application consists of
*models*. Each type of model is published on a URL *path*. Content is
exposed to the web using *views*.Documentation_.
.. _Documentation: http://morepath.readthedocs.io