flask-selfdoc
flask-selfdoc copied to clipboard
Flask-selfdoc automatically creates an online documentation for your flask application.
fixes #70
Currently fails because of: ImportError: cannot import name 'MutableMapping' from 'collections' Note: this is only with Flask 1. We should maybe just drop support for this version of Flask
And btw is this library compatible with flask-restful? _Originally posted by @jwaxy in https://github.com/jwg4/flask-selfdoc/issues/72#issuecomment-1537186315_ If I understand the issue, you want to use this extension and see the flask restful...
in #72 this was suggested by @ValentinFrancois because as they pointed out, the current version doesn't seem to actually install the right flask versions. However, they used `poetry add` to...
This version of Python is now end of life. We might remove support for it, if and when it starts to cause us problems. So far we saw one problem...
Fixes #35 - [ ] proper content - [ ] Jinja2 should be a dev dependency - [ ] use the official flask theme
closes #61
this was a requirement for being an official flask extension. let's try to do it anyway.