Metadata-Version: 1.1
Name: js.trix
Version: 1.3.0
Summary: Fanstatic packaging of Trix
Home-page: https://github.com/minddistrict/js.trix
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: js.trix
        *******
        
        Introduction
        ============
        
        This library packages `Trix`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Trix`: https://trix-editor.org/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.trix``) are published to some URL.
        
        How to use?
        ===========
        
        
        You can import ``trix`` from ``js.trix`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.trix import trix
          >>> trix.need()
        
          >>> from js.trix import (
          ...     trix_css,
          ...     trix_js,
          ... )
        
        
        CHANGES
        =======
        
        1.3.0 (2020-11-25)
        ------------------
        
        - Update to Trix 1.3.0.
        
        
        1.0.0 (2019-02-27)
        ------------------
        
        - Update to Trix 1.0.0.
        
        
        0.9.5 (2016-03-18)
        ------------------
        
        - Initial packaging of trix as a fanstatic package.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: PyPy
