{
"info": {
"author": "Elisha Fitch-Cook",
"author_email": "elisha@cooper.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 1 - Planning",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Software Development :: Libraries :: Application Frameworks"
],
"description": "Hammock\n=======\n\n|Build Status| |Coverage Status|\n\nHammock is a framework for building ReST APIs mostly declaratively. It includes data modeling, data storage, authentication, authorization, serialization and interface protocols. It aims to dramatically reduce the effort involved in creating CRUD APIs, including integrating the bits that are specific to your application.\n\nHighlights\n~~~~~~~~~~\n\nData modeling\n+++++++++++++\n\n\n\nProject Status\n~~~~~~~~~~~~~~\n\nHammock is in the planning and pre-alpha stages. There are high expectations of open source projects these days and that's a good thing. However, good software does not spring, fully formed from the forehead of a sleep deprived genius. Rather, it is (or should be, in this person's humble opinion) the result of continuous design and testing. The whole messy business, starting from day one, is on display here as an invitation to get your hands dirty.\n\nTrack progress here: https://www.pivotaltracker.com/n/projects/1158082\n\nPlanned Feature Overview\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nWe want to create a powerful library for developing ReST APIs that supports a lot of use cases. Here is what we think that needs to look like.\n\nDeclarative API\n+++++++++++++++\n\nMost everything is defined declaratively. That includes the data model, endpoints, filters, sorting and authorization.\n\nEasily extensible\n+++++++++++++++++\n\nData storage, authentication, authorization, serializaton and exchange format are strictly decoupled. Extending functionality in one of these areas requires implementing a small, targeted API.\n\nSelf-documenting\n++++++++++++++++\n\nBy using one of the hypermedia exchange formats and/or a generated spec.\n\nBatteries included\n++++++++++++++++++\n\nComes with quite a few options:\n\n* **Data storage:** MongoDB and SQLAlchemy\n* **Authentication:** Basic, HMAC and Token\n* **Serialization:** JSON, MessagePack, XML\n* **Exchange formats:** A custom, minimalist format as well as the Siren and HAL hypermedia formats.\n* **HTTP Caching:** ETags and If-Modified-Since\n\n\nAcknowledgements\n~~~~~~~~~~~~~~~~\nThis project makes heavy use of `falcon `_. Massive credit to that team. As well, `Eve `_ was a big inspiration, philosophically and to a lesser extent `flask-mongorest `_.\n\n.. |Build Status| image:: https://travis-ci.org/cooper-software/hammock.svg\n :target: https://travis-ci.org/cooper-software/hammock\n\n.. |Coverage Status| image:: https://img.shields.io/coveralls/cooper-software/hammock.svg\n :target: https://coveralls.io/r/cooper-software/hammock",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/cooper-software/hammock",
"keywords": "wsgi web api framework rest http cloud",
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "hammock-builder",
"package_url": "https://pypi.org/project/hammock-builder/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/hammock-builder/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/cooper-software/hammock"
},
"release_url": "https://pypi.org/project/hammock-builder/0.1.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Create ReST APIs how you've always wanted.",
"version": "0.1.0"
},
"last_serial": 1233578,
"releases": {
"0.1.0": []
},
"urls": []
}