https://github.com/blockbusterdev/rediso
Create social share component in Jinja2 template
https://github.com/blockbusterdev/rediso
flask jinja2 python
Last synced: 4 months ago
JSON representation
Create social share component in Jinja2 template
- Host: GitHub
- URL: https://github.com/blockbusterdev/rediso
- Owner: blockbusterdev
- License: mit
- Created: 2025-03-02T17:25:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T05:35:50.000Z (about 1 year ago)
- Last Synced: 2025-04-06T19:45:58.442Z (about 1 year ago)
- Topics: flask, jinja2, python
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# REDISO
Create social share component in Jinja2 template.
## Author
Jiners Enoheart (Nickname)
## USage
Follow the steps described below:
### Installation
$ pip install REDISO
### Initialize
from flask_share import Share
...
share = Share(app)
### Development
python setup.py test
## Screenshot

## License
This project is licensed under the MIT License (see the
`LICENSE` file for details).