[Flask] Flask-Journey

Robert Wikman rbw at vault13.org
Sun Mar 11 11:55:55 EDT 2018


Hello again,

Sorry for spamming.

Just wanted to say this extension is now complete with documentation and
tests.

/Robert

On Sat, Mar 10, 2018 at 4:57 AM, Robert Wikman <rbw at vault13.org> wrote:

> Heyo!
>
> I've created a small, but (imo) powerful extension called Flask-Journey.
>
> It provides a clean, declarative way of importing and managing blueprints
> and creating routes. Additionally, it also enables simple and consistent
> methods of (de)serialization and validation in blueprint enabled views with
> the help of a flask.Blueprint compatible route decorator and Marshmallow.
>
> The components (blueprint management) and the route decorator doesn't need
> to be used together., both work fine solo with vanilla blueprints.
>
> I'm not 100% done yet, currently working on documentation and tests, but I
> thought some of you might be interested testing it out.
>
>
> You may check it out here:
> https://github.com/rbw0/flask-journey
>
> --
> Robert
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20180311/0df23dd7/attachment.html>


More information about the Flask mailing list