Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lowiehuyghe/edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://github.com/lowiehuyghe/edmunds-python

core flask framework python python-2 python-3 web web-framework

Last synced: 3 months ago
JSON representation

Edmunds is a Flask based framework for building web applications with a firm structure to start from.

Awesome Lists containing this project

README

        

# Edmunds

[![PyPI](https://img.shields.io/pypi/v/edmunds-framework.svg)](https://pypi.python.org/pypi/edmunds-framework)
[![CircleCI](https://img.shields.io/circleci/project/github/LowieHuyghe/edmunds/master.svg)](https://circleci.com/gh/LowieHuyghe/edmunds)
[![codecov](https://codecov.io/gh/LowieHuyghe/edmunds/branch/master/graph/badge.svg)](https://codecov.io/gh/LowieHuyghe/edmunds)
[![Code Health](https://landscape.io/github/LowieHuyghe/edmunds/master/landscape.svg?style=flat)](https://landscape.io/github/LowieHuyghe/edmunds/master)
[![Code Climate](https://codeclimate.com/github/LowieHuyghe/edmunds/badges/gpa.svg)](https://codeclimate.com/github/LowieHuyghe/edmunds)
[![Updates](https://pyup.io/repos/github/LowieHuyghe/edmunds/shield.svg)](https://pyup.io/repos/github/LowieHuyghe/edmunds/)

Edmunds is a Flask based framework for building web applications
with a firm structure to start from. Edmunds takes away the pain of
bootstrap code so you can kickoff with the things that really
matter.

## Let's get started!

Go to: [https://lowiehuyghe.github.io/edmunds/gettingstarted/afreshstart](https://lowiehuyghe.github.io/edmunds/gettingstarted/afreshstart)