Add gemojis to your Flask apps
Project description
flask-gemoji
============
Add gemojis to your Flask apps. See the LICENSE for copyright information.
Installation
============
``` shell
pip install flask-gemoji
```
Usage
=====
``` python
from flask import Flask
from flask_gemoji import Gemoji
app = Flask(__name__)
Gemoji.init_app(app)
```
``` html
<html>
<body>
{{ content | gemoji }}
</body>
</html>
```
============
Add gemojis to your Flask apps. See the LICENSE for copyright information.
Installation
============
``` shell
pip install flask-gemoji
```
Usage
=====
``` python
from flask import Flask
from flask_gemoji import Gemoji
app = Flask(__name__)
Gemoji.init_app(app)
```
``` html
<html>
<body>
{{ content | gemoji }}
</body>
</html>
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flask-gemoji-0.2.0.tar.gz
(4.0 MB
view details)
File details
Details for the file flask-gemoji-0.2.0.tar.gz
.
File metadata
- Download URL: flask-gemoji-0.2.0.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dafe0cd89611811b96798dbb00da538b6719bace8d8577e53ed7b14be597c684 |
|
MD5 | 7a6ef2af6e9b71de6088330700577ad9 |
|
BLAKE2b-256 | 04e74cd47a7377e0e7882e4cea51ee795b1d9c1418c485dbcfa3e4618155e6eb |