Zemfrog is a simple framework based on flask for building a REST API quickly.


Keywords
flask, wsgi, web, zemfrog, api, python
License
MIT
Install
pip install zemfrog==5.0.1

Documentation

zemfrog

zemfrog logo https://img.shields.io/pypi/v/zemfrog.svg?style=for-the-badge https://img.shields.io/pypi/status/zemfrog.svg?style=for-the-badge https://img.shields.io/pypi/dm/zemfrog?logo=python&style=for-the-badge https://img.shields.io/travis/zemfrog/zemfrog.svg?style=for-the-badge Documentation Status

Zemfrog is a simple framework based on flask for building a REST API quickly. Which focuses on building a customizable, flexible and manageable REST API!

This project is heavily inspired by FastAPI and Django Framework.

Notes

The project is still in BETA version, which means that all the APIs in it are still unstable. Please be careful if you want to use it in a production environment! thanks.

Why zemfrog?

Zemfrog is equipped with advanced features including:

  • Solid application structure.
  • Automatically generate REST API.
  • Built-in JWT authentication.
  • RBAC support.
  • Automatically generate API documentation (swagger-ui).
  • Background jobs support.
  • Database migration based on application environment.
  • And much more...

Donate & Support

Keep in mind that donations are very important to me, because currently I am working alone to develop this project. It takes a lot of time and energy. If this project is useful, please give me any support. I really appreciate it.

And also you can donate your money via:

https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif https://c5.patreon.com/external/logo/become_a_patron_button.png

Links

Credits