https://github.com/mariocesar/python-quill-delta
Python implementation of quill-delta
https://github.com/mariocesar/python-quill-delta
python3 quill-delta quilljs
Last synced: 2 months ago
JSON representation
Python implementation of quill-delta
- Host: GitHub
- URL: https://github.com/mariocesar/python-quill-delta
- Owner: mariocesar
- License: mit
- Created: 2018-01-23T04:04:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T15:55:57.000Z (over 7 years ago)
- Last Synced: 2025-03-07T00:28:47.607Z (3 months ago)
- Topics: python3, quill-delta, quilljs
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Implements all quill-delta operations used in the quilljs editor in pure Python.
==================
python-quill-delta
==================.. image:: https://travis-ci.org/mariocesar/python-quill-delta.svg?branch=master
:target: https://travis-ci.org/mariocesar/python-quill-delta
:alt: Build Status
.. image:: https://codecov.io/gh/mariocesar/python-quill-delta/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mariocesar/python-quill-delta
:alt: Code CoverageImplements all quill-delta operations in Python.
Quickstart
==========It can be installed via pip.::
pip install quilldelta