Metadata-Version: 2.1
Name: luckycharms
Version: 0.5.2
Summary: An extension of marhsmallow for use with Flask apps.
Home-page: https://github.com/justin-richert/luckycharms
Author: Justin Richert
Author-email: justin.richert@life.church
License: MIT
Download-URL: https://github.com/justin-richert/luckycharms/archive/0.5.1.zip
Description: 
        An extension of marshmallow for use with Flask apps.
        
        Adds functionality to decorate business logic with schemas and automatically
        validate, load, and render data with the defined schema.
        
Keywords: flask,validation,marshmallow,rendering,api
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: proto
