Metadata-Version: 1.2
Name: Blask
Version: 0.1.0b4
Summary: A simple Blog engine using Flask and markdown.
Home-page: https://getblask.com
Author: zerasul
Author-email: zerasul@gmail.com
License: GPL 3.0
Description-Content-Type: text/markdown
Description: # BLASK
        
        [![Build Status](https://travis-ci.org/zerasul/blask.svg?branch=master)](https://travis-ci.org/zerasul/blask) [![Coverage Status](https://coveralls.io/repos/github/zerasul/blask/badge.svg?branch=master)](https://coveralls.io/github/zerasul/blask?branch=master) [![sonarcloud-quality-gate](https://sonarcloud.io/api/project_badges/measure?project=blask-project-key&metric=alert_status)](https://sonarcloud.io/dashboard?id=blask-project-key)[![PyPI version](https://badge.fury.io/py/Blask.svg)](https://badge.fury.io/py/Blask)
        
        Blask is a Blogging engine based on [Flask](http://flask.pocoo.org/); blask use markdown syntax for create and render
        the content of the blog's posts. 
        
        Blask use Jinja2 template engine for render the web template. 
        
        Blask is easy to use and run using Flask run process.
        
        ```bash
        $ FLASK_APP=main.py
        $ flask run
        ```
        
        For more information see [Blask web page](http://getblask.com/). Also, you can subscribe to our [Mailing List](https://www.freelists.org/archive/blask_mail_list).
        
        
        ---
        
        Blask is Open Source under the License [GPL 3.0](LICENSE)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
