{ "info": { "author": "F. Oliver Gathmann", "author_email": "fogathmann at gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Pyramid", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "======================================\neverest - REST applications for python\n======================================\n\n\n``everest`` is an extension of the popular\n`Pyramid `_ framework aimed at simplifying the\ndevelopment of REST applications in `Python `_.\n\n``everest`` features in a nutshell:\n\n* A resource declaration framework that allows you to expose an entity domain\n model through a REST application;\n* Extensible views for performing standard CRUD operations on resources in\n response to REST requests;\n* Representers that convert resources to string representations and vice versa\n for a number of MIME types (XML, ATOM, CSV, JSON);\n* A repository layer permitting per-resource configuration of the storage\n backend to use (memory for testing, file system for small data volumes,\n relational database for large data volumes);\n* A query language for expressing complex hierarchical queries on the resource\n object tree through URLs;\n* A Flex client\n (`distributed separately `_);\n\n\nInstallation\n============\n\nInstalling ``everest`` is simple. You need\n\n* A recent version of Python (2.7.x). See\n `here `_ for instructions;\n* The pip Python package installer. Install in a shell with the command\n\n .. code-block:: console\n\n > easy_install pip\n\nWith these requirements in place, all you need to do to install ``everest`` is\nto issue the command\n\n.. code-block:: console\n\n > pip install everest\n\n\nDocumentation\n=============\n\n* `API documentation `_\n* A `demo application `_.\n\n\nDevelopment\n===========\n\n``everest`` is hosted on `github `_. To\ncontribute, please fork the project and submit a pull request. Please adhere to\nPEP8 in your code and ensure 100% test coverage. We recommend configuring\npylint with the configuration file supplied in the `support` directory.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cenix/everest", "keywords": "REST web wsgi pyramid", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "everest", "package_url": "https://pypi.org/project/everest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/everest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cenix/everest" }, "release_url": "https://pypi.org/project/everest/1.0b2dev/", "requires_dist": null, "requires_python": null, "summary": "everest", "version": "1.0b2dev" }, "last_serial": 1115355, "releases": { "1.0b2dev": [ { "comment_text": "", "digests": { "md5": "1b959224faf311d271b506bda547071e", "sha256": "0b6094dac329a9939aba5538eb637c593ec7b097596e7646ee62dd79b3e5ab5b" }, "downloads": -1, "filename": "everest-1.0b2dev.tar.gz", "has_sig": false, "md5_digest": "1b959224faf311d271b506bda547071e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253047, "upload_time": "2013-03-05T13:58:53", "url": "https://files.pythonhosted.org/packages/2c/32/37e7f2b2419df33362264953457ff04a4341d6ad32800fb5b6e6cc12982b/everest-1.0b2dev.tar.gz" }, { "comment_text": "", "digests": { "md5": "c7928d3855c1bbbbfb3c707153aeabe3", "sha256": "560b3b1422c22f94b7d84f1ffa3c8d1675c3df52ebffac95a35b615264eeb212" }, "downloads": -1, "filename": "everest-1.0.tar.gz", "has_sig": false, "md5_digest": "c7928d3855c1bbbbfb3c707153aeabe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308423, "upload_time": "2014-06-05T11:12:54", "url": "https://files.pythonhosted.org/packages/96/c8/1e8583512df26921719dbc8f60aa70068b0debdddd01e9be7c862ed4d4ef/everest-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b959224faf311d271b506bda547071e", "sha256": "0b6094dac329a9939aba5538eb637c593ec7b097596e7646ee62dd79b3e5ab5b" }, "downloads": -1, "filename": "everest-1.0b2dev.tar.gz", "has_sig": false, "md5_digest": "1b959224faf311d271b506bda547071e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 253047, "upload_time": "2013-03-05T13:58:53", "url": "https://files.pythonhosted.org/packages/2c/32/37e7f2b2419df33362264953457ff04a4341d6ad32800fb5b6e6cc12982b/everest-1.0b2dev.tar.gz" }, { "comment_text": "", "digests": { "md5": "c7928d3855c1bbbbfb3c707153aeabe3", "sha256": "560b3b1422c22f94b7d84f1ffa3c8d1675c3df52ebffac95a35b615264eeb212" }, "downloads": -1, "filename": "everest-1.0.tar.gz", "has_sig": false, "md5_digest": "c7928d3855c1bbbbfb3c707153aeabe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 308423, "upload_time": "2014-06-05T11:12:54", "url": "https://files.pythonhosted.org/packages/96/c8/1e8583512df26921719dbc8f60aa70068b0debdddd01e9be7c862ed4d4ef/everest-1.0.tar.gz" } ] }