Metadata-Version: 1.1
Name: js.cookieconsent
Version: 3.1.0
Summary: cookieconsent packaged for Fanstatic.
Home-page: https://bitbucket.org/fanstatic/js.cookieconsent
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.cookieconsent
        ****************
        
        Introduction
        ============
        
        This library packages `insites/cookieconsent`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`insites/cookieconsent`: https://github.com/insites/cookieconsent
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js/cookieconsent``) are published to some URL.
        
        
        How to use?
        ===========
        
        You can import cookieconsent from ``js.cookieconsent`` and ``need`` it where
        you want these resources to be included on a page::
        
          >>> from js.cookieconsent import cookieconsent
          >>> cookieconsent.need()
        
        
        .. _`fanstatic`: http://fanstatic.org
        
        
        CHANGES
        *******
        
        3.1.0 (2018-07-18)
        ==================
        
        - Integrate version 3.1.0 of ``cookieconsent``.
        
        
        
Keywords: fanstatic cookieconsent cookie consent WSGI static asset
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
