Metadata-Version: 1.2
Name: zemfrog
Version: 1.0.6
Summary: Zemfrog is a powerful boilerplate for flask.
Home-page: https://github.com/zemfrog/zemfrog
Author: Aprila Hijriyan
Author-email: hijriyan23@gmail.com
License: MIT license
Description: =======
        zemfrog
        =======
        
        .. image:: https://raw.githubusercontent.com/zemfrog/zemfrog/master/docs/_static/logo.png
                :target: https://zemfrog.readthedocs.io
                :alt: zemfrog logo
        
        .. image:: https://img.shields.io/pypi/v/zemfrog.svg
                :target: https://pypi.python.org/pypi/zemfrog
        
        .. image:: https://img.shields.io/travis/zemfrog/zemfrog.svg
                :target: https://travis-ci.com/zemfrog/zemfrog
        
        .. image:: https://readthedocs.org/projects/zemfrog/badge/?version=latest
                :target: https://zemfrog.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Zemfrog is a powerful boilerplate for flask.
        Which focuses on building API structures that are easy to customize, flexible and manageable!
        We believe zemfrog can speed up your work with flask and please help us develop this boilerplate!
        
        * Free software: MIT license
        * Documentation: https://zemfrog.readthedocs.io.
        
        
        Notes
        -----
        
        It should be noted. currently, the zemfrog project is still under development. So we are not responsible for the instability of zemfrog features.
        
        
        Features
        --------
        
        * Solid application structure.
        * Automation creates APIs based on tables in the database.
        * Automation creates schema models for your ORM.
        * Easy to add your commands.
        * Easy to add extensions.
        * Easy to add task queue to celery.
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        1.0.0 (2020-09-03)
        ------------------
        
        * First release on PyPI.
        
        1.0.1 (2020-09-07)
        ------------------
        
        * Automation create (CRUD) API
        * Update template API
        * Update zemfrog release information.
        
        1.0.2 (2020-09-08)
        ------------------
        
        * Update API structure
        
        1.0.3 (2020-09-08)
        ------------------
        
        * re-upload
        
        1.0.4 (2020-09-09)
        ------------------
        
        * fix manifest file
        
        1.0.5 (2020-09-10)
        ------------------
        
        * add command boilerplate
        * add schema command
        
        1.0.6 (2020-09-15)
        ------------------
        
        * add jwt authentication
        * refactor blueprint boilerplate
        * add send async email
        * fix celery
        
Keywords: zemfrog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
