Metadata-Version: 2.1
Name: freenit
Version: 0.1.19
Summary: REST API framework based on Flask-Smorest
Home-page: https://github.com/freenit-framework/backend
Author: Goran Mekić
Author-email: meka@tilda.center
License: BSD
Description: # Backend Startkit
        Template to get my favourite SQL stack up and running
        
        
        ![diagram](https://github.com/mekanix/backend-startkit/raw/master/backend.png)
        
        ## Forking
        The `name.py` is special! Although it ends with .py, it is read by shell scripts and CBSD/Reggae `Makefile` (if you're using it). Because it's not regular Python file, it has some limitations. It should consist of one line:
        
        ```
        app_name="application"  # noqa: E225
        ```
        
        There must be no space around `=` in the previous example, otherwise shell scripts won't work. The `noqa` part prevents `flake8` failing the test, because it normally requires spaces around `=`.
        
        On fork, edit `name.py` and rename `application` directory acordingly.
        
        [Backend Tutorial](https://github.com/freenit-framework/backend-tutorial)
        
Keywords: REST,openapi,swagger,flask,marshmallow,apispecwebargs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: BSD License
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
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: ldap
Provides-Extra: mongo
Provides-Extra: sql
Provides-Extra: dev
