Metadata-Version: 2.1
Name: joker-flasky
Version: 0.5.6
Summary: reusable components for flask-based web development
License: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

joker-flasky
============

Reusable components for flask-based web development.


Recent changes
--------------

### version 0.5.4
- add `ViewEntry.{methods,paths,to_json_serializable()}` 
- add ctx var `font_family` in `help.html`

### version 0.5.3
- fix: package was not installed in a way that PackageLoader understands

### version 0.5.2

- add `respond_help_page()` and `respond_helplist_page()`
- improve `ViewEntry`

### version 0.5.1

- rewrite of `ViewEntry`
- add `viewutils.find_matching_rule()`

### version 0.5.0

- python_requires >= 3.8
- add `ViewEntry`
- add `respond_upload_page()` and `respond_login_page()`

### version 0.4.8 and 0.4.9

- add URLPathSigner
- add ctxmap_views.py
- do not require joker
- add test_urlpathsigner() and fix URLPathSigner.sign()
- fix respond_content()
- use volkanic~=0.4.0, joker~=0.3.0, joker-redis~=0.0.3
- rename infer_mime_type => infer_mimetype; infer_mimetype('png') acceptable
- add respond_content()
- add DeprecationWarning

