flask-humanize icon indicating copy to clipboard operation
flask-humanize copied to clipboard

Common humanization utilities for Flask applications

Results 6 flask-humanize issues
Sort by recently updated
recently updated
newest added

There is not getfuncargvalue function starting from pytest 5.1. https://github.com/pytest-dev/pytest/issues/5180

There is a typo in \_\_init__.py#146

It seems in app_has_babel() a `app.extensions.get("babel").default_locale` is more appropriate than `app.config['BABEL_DEFAULT_LOCALE']`? Underscore format it_IT instead of bare "it" currently returned by Babel seems to need a design shift. I'm using...