Metadata-Version: 2.1
Name: zemfrog
Version: 1.0.9
Summary: Zemfrog is a simple REST API framework based on flask.
Home-page: https://github.com/zemfrog/zemfrog
Author: Aprila Hijriyan
Author-email: hijriyan23@gmail.com
License: MIT license
Project-URL: Github, https://github.com/zemfrog/zemfrog
Project-URL: Issue Tracker, https://github.com/zemfrog/zemfrog/issues
Project-URL: Donation, https://www.patreon.com/aprilahijriyan
Keywords: zemfrog
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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
Requires-Dist: flask
Requires-Dist: flask-sqlalchemy
Requires-Dist: celery
Requires-Dist: astor
Requires-Dist: Click (>=7.0)

=======
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 simple REST API framework based on flask.
Which focuses on building a customizable, flexible and manageable REST API!
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.
* Built-in JWT authentication.
* Integrated with flask-apispec for building API documentation.
* 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

1.0.7 (2020-09-19)
------------------

* Fix: `#8 <https://github.com/zemfrog/zemfrog/issues/8>`_
* flask-apispec integration.
* improve authentication.
* add default schema models.
* Fix: rest api boilerplate
* IMPROVE: Added a prompt if a schema model exists.
* IMPROVE: add zemfrgo to requirements
* DOC: add README to project boilerplate

1.0.8 (2020-10-03)
------------------

* Fix: `#12 <https://github.com/zemfrog/zemfrog/issues/12>`_, `#13 <https://github.com/zemfrog/zemfrog/issues/13>`_, `#14 <https://github.com/zemfrog/zemfrog/issues/14>`_
* IMPROVE: import the orm model in the schema generator.
* General Update:  update development status

1.0.9 (2020-10-05)
------------------

* Fix: `#16 <https://github.com/zemfrog/zemfrog/issues/16>`_, `#14 <https://github.com/zemfrog/zemfrog/issues/14>`_, `#17 <https://github.com/zemfrog/zemfrog/issues/17>`_
* NEW: add version option


