Code Monkey home page Code Monkey logo

everest's Introduction

everest - REST applications for python

everest is an extension of the popular Pyramid framework aimed at simplifying the development of REST applications in Python.

everest features in a nutshell:

  • A resource declaration framework that allows you to expose an entity domain model through a REST application;
  • Extensible views for performing standard CRUD operations on resources in response to REST requests;
  • Representers that convert resources to string representations and vice versa for a number of MIME types (XML, ATOM, CSV, JSON);
  • A repository layer with four different storage backends: a memory backend, a file system backend, a NoSQL database backend and a relational database backend;
  • A query language for expressing complex hierarchical queries on the resource object tree through URLs;
  • A Flex client (distributed separately).

Installation

Installing everest is simple. You need

  • A recent version of Python (2.7.x). See here for instructions;
  • The pip Python package installer. Follow the instructions here to get it;

With these requirements in place, all you need to do to install everest is to issue the command

> pip install --allow-external python-graph-core --allow-unverified python-graph-core everest

(the --allow-external and --allow-unverified flags are required for the python graph core package which has not been maintained in a while).

Documentation

Development

everest is hosted on github. To contribute, please fork the project and submit a pull request. Please adhere to PEP8 in your code and ensure 100% test coverage and zero pylint errors and warnings (using the configuration file supplied in the support directory).

everest's People

Contributors

fogathmann avatar b8va avatar

Stargazers

 avatar Naresh Surisetty avatar Andy Kluger avatar Chris Hart avatar Ricardo M. Vilchis avatar tzangms avatar Keith Yang avatar Greg avatar Andrew Zhukovskiy avatar Christian Hochfilzer avatar Tobias Rothe avatar  avatar

Watchers

Christian Hochfilzer avatar James Cloos avatar Xavier Robin avatar  avatar Tobias Rothe avatar  avatar

everest's Issues

Query optimization

We need a way to optimize backend queries depending on the attributes requested by the client through the ref query parameter mechanism.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.