Skip to main content

M2Core web framework

Project description

# M2Core web framework

### Status [![Build Status](https://travis-ci.org/mdutkin/m2core.svg?branch=master)](https://travis-ci.org/mdutkin/m2core.svg?branch=master)

M2Core is a framework build over Tornado web server. It helps you to build an effective REST API in a few minutes. We use a mix of Tornado, SQLAlchemy and Redis. M2Core has lots of helpers to do you ordinary tasks while building handlers for your REST API. Real benefits are achieved when you are making

### The list of main features:

  • rights management (completely cached in Redis)

  • handy BaseModel mixin

  • a bunch of decorators for permissions check, try-catch block and etc.

  • automatic documentation in JSON per each method of each handler retrieved from docstrings

  • DB schema in JSON with custom fields (we use it somehow in our React form generators)

  • helper class for unit testing of REST API

## How to run

coming soon…

## How to use

coming soon…

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

m2core-1.0.3.tar.gz (28.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page