everest
Project description
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 permitting per-resource configuration of the storage backend to use (memory for testing, file system for small data volumes, relational database for large data volumes);
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. Install in a shell with the command
> easy_install pip
With these requirements in place, all you need to do to install everest is to issue the command
> pip install everest
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. We recommend configuring pylint with the configuration file supplied in the support directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file everest-1.0b2dev.tar.gz
.
File metadata
- Download URL: everest-1.0b2dev.tar.gz
- Upload date:
- Size: 253.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b6094dac329a9939aba5538eb637c593ec7b097596e7646ee62dd79b3e5ab5b |
|
MD5 | 1b959224faf311d271b506bda547071e |
|
BLAKE2b-256 | 2c3237e7f2b2419df33362264953457ff04a4341d6ad32800fb5b6e6cc12982b |
File details
Details for the file everest-1.0.tar.gz
.
File metadata
- Download URL: everest-1.0.tar.gz
- Upload date:
- Size: 308.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 560b3b1422c22f94b7d84f1ffa3c8d1675c3df52ebffac95a35b615264eeb212 |
|
MD5 | c7928d3855c1bbbbfb3c707153aeabe3 |
|
BLAKE2b-256 | 96c81e8583512df26921719dbc8f60aa70068b0debdddd01e9be7c862ed4d4ef |