Metadata-Version: 1.2
Name: zemfrog
Version: 1.0.3
Summary: Zemfrog is a simple framework for building web or APIs with flask.
Home-page: https://github.com/zemfrog/zemfrog
Author: Aprila Hijriyan
Author-email: hijriyan23@gmail.com
License: MIT license
Description: =======
        zemfrog
        =======
        
        
        .. 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 simple framework for building web or APIs with flask. 
        Which focuses on an application structure that can be managed easily.
        We believe zemforg can speed up your work with flask and please help us develop this framework!
        
        * Free software: MIT license
        * Documentation: https://zemfrog.readthedocs.io.
        
        
        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)
        ------------------
        
        Lots of things have been fixed, including:
        
        * 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
        
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
