Metadata-Version: 1.0
Name: neat
Version: 0.4.1
Summary: neat WSGI API framework
Home-page: http://code.lfod.us/neat
Author: Will Maier
Author-email: willmaier@ml1.net
License: UNKNOWN
Description: neat is a `WSGI`_ micro framework that encourages API-centric development of web
        applications. The framework is especially compatible with `REST`_ services and
        APIs, though it can conceivably be used for more or less anything. Applications
        implemented with neat are easy to test and produce data that is easy for clients
        to consume.
        
        .. _WSGI:   http://wsgi.org/wsgi/
        .. _REST:   http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
        
Keywords: neat api rest microframework wsgi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
