Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zemfrog/zemfrog
Simplify your API! :frog:
https://github.com/zemfrog/zemfrog
api flask python web wsgi zemfrog
Last synced: 6 days ago
JSON representation
Simplify your API! :frog:
- Host: GitHub
- URL: https://github.com/zemfrog/zemfrog
- Owner: zemfrog
- License: mit
- Created: 2020-07-03T12:11:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T15:18:13.000Z (21 days ago)
- Last Synced: 2024-12-04T16:28:23.230Z (21 days ago)
- Topics: api, flask, python, web, wsgi, zemfrog
- Language: Python
- Homepage:
- Size: 466 KB
- Stars: 18
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=======
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?style=for-the-badge
:target: https://pypi.python.org/pypi/zemfrog.. image:: https://img.shields.io/pypi/status/zemfrog.svg?style=for-the-badge
:target: https://pypi.python.org/pypi/zemfrog/.. image:: https://img.shields.io/pypi/dm/zemfrog?logo=python&style=for-the-badge
:target: https://pypi.python.org/pypi/zemfrog/.. image:: https://img.shields.io/travis/zemfrog/zemfrog.svg?style=for-the-badge
:target: https://travis-ci.com/zemfrog/zemfrog.. image:: https://readthedocs.org/projects/zemfrog/badge/?version=latest&style=for-the-badge
:target: https://zemfrog.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusZemfrog 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:
.. image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
:target: https://www.buymeacoffee.com/aprilahijriyan.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
:target: https://www.paypal.me/aprilahijriyan.. image:: https://c5.patreon.com/external/logo/become_a_patron_button.png
:target: https://www.patreon.com/bePatron?u=20603237.. image:: https://ko-fi.com/img/githubbutton_sm.svg
:target: https://ko-fi.com/E1E746746Links
-----* Homepage: https://github.com/zemfrog/zemfrog
* Documentation: https://zemfrog.readthedocs.io
* License: `MIT `_Credits
-------* `Flask `_
* `Cookie Cutter `_