An open API service indexing awesome lists of open source software.

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

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 Coverage

Implements all quill-delta operations in Python.

Quickstart
==========

It can be installed via pip.::

pip install quilldelta