Findig is a micro-framework for building HTTP applications. It is based on the excellent Werkzeug WSGI utility library, and is meant as an alternative to Flask when implementing RESTful APIs.
- Declarative support for RESTful API development.
- Fully customizable input and output content-types.
- High level utilities.
Findig is pre-release software and is not yet published on PyPI. To install the development version, run:
$ pip install findig
Findig is written in Python3 and is supported on Python 3.4.
- Issue Tracker: http://github.com/geniphi/findig/issues
- Source Code: http://github.com/geniphi/findig
If you're having issues using Findig, please use the issue tracker to let us know about them.
This project is licensed under the MIT License.
This project is documented at findig@readthedocs.