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-url-map-serializer

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flask-url-map-serializer

Dumps the URL map of a flask app to a JSON file

0.0.1
pipPyPI
Maintainers
2

This package adds a urls_to_json command to the flask CLI that dumps the URL map of the flask app to a JSON file.

It also provides the flask_url_map_serializer module containing the following functions which convert rules from the URL map to a JSON-serializable dict:

  • dump_url_rule(url_map, endpoint)
  • ``dump_url_map(url_map)```

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