You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

flask-restful-routing

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flask-restful-routing

An easier way to register flask-restful routes

1.0.3
pipPyPI
Maintainers
2

flask-restful-routing

Installation ++++++++++++

pip install marshmallow-sqlalchemy-referential

Sample Usage ++++++++++++

.. code-block:: python

restful_api = Api(app) resources = RouteRoot([ Route('login', '/login', Login), Route('search', '/search', Search), Route('document', '/documents', Documents, Document, [ Route('attachment', '/attachments', Attachments, Attachment) ]) ])

resources.register_routes(restful_api)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts