Metadata-Version: 2.1
Name: senaite.core.listing
Version: 1.0.0
Summary: ReactJS powered listing component for SENAITE
Home-page: https://github.com/senaite/senaite.core.listing
Author: SENAITE Foundation
Author-email: hello@senaite.com
License: GPLv2
Description: .. raw:: html
        
          <div align="center">
            <h1>
              <a href="https://github.com/senaite/senaite.core.listing">
                <div>
                  <img src="https://raw.githubusercontent.com/senaite/senaite.core.listing/master/static/logo.png" alt="senaite.core.listing" height="128" />
                </div>
              </a>
            </h1>
          </div>
        
        - **SENAITE.CORE.LISTING**: *ReactJS powered listings for SENAITE*
        
        .. image:: https://img.shields.io/pypi/v/senaite.core.listing.svg?style=flat-square
           :target: https://pypi.python.org/pypi/senaite.core.listing
        
        .. image:: https://img.shields.io/github/issues-pr/senaite/senaite.core.listing.svg?style=flat-square
           :target: https://github.com/senaite/senaite.core.listing/pulls
        
        .. image:: https://img.shields.io/github/issues/senaite/senaite.core.listing.svg?style=flat-square
           :target: https://github.com/senaite/senaite.core.listing/issues
        
        .. image:: https://img.shields.io/badge/README-GitHub-blue.svg?style=flat-square
           :target: https://github.com/senaite/senaite.core.listing#readme
        
        
        About
        =====
        
        This package provides a ReactJS based listing component for SENAITE.
        
        
        Installation
        ============
        
        Please follow the installations instructions for `Plone 4`_ and
        `senaite.lims`_.
        
        To install SENAITE.CORE.LISTING, you have to add `senaite.core.listing` into the
        `eggs` list inside the `[buildout]` section of your
        `buildout.cfg`::
        
           [buildout]
           parts =
               instance
           extends =
               http://dist.plone.org/release/4.3.18/versions.cfg
           find-links =
               http://dist.plone.org/release/4.3.18
               http://dist.plone.org/thirdparty
           eggs =
               Plone
               Pillow
               senaite.lims
               senaite.core.listing
           zcml =
           eggs-directory = ${buildout:directory}/eggs
        
           [instance]
           recipe = plone.recipe.zope2instance
           user = admin:admin
           http-address = 0.0.0.0:8080
           eggs =
               ${buildout:eggs}
           zcml =
               ${buildout:zcml}
        
           [versions]
           setuptools =
           zc.buildout =
        
        
        **Note**
        
        The above example works for the buildout created by the unified
        installer. If you however have a custom buildout you might need to add
        the egg to the `eggs` list in the `[instance]` section rather than
        adding it in the `[buildout]` section.
        
        Also see this section of the Plone documentation for further details:
        https://docs.plone.org/4/en/manage/installing/installing_addons.html
        
        **Important**
        
        For the changes to take effect you need to re-run buildout from your
        console::
        
           bin/buildout
        
        
        Installation Requirements
        -------------------------
        
        The following versions are required for SENAITE.CORE.LISTING:
        
        -  Plone 4.3.18
        -  senaite.core >= 1.3.0
        -  senaite.lims >= 1.2.3
        
        
        .. _Plone 4: https://docs.plone.org/4/en/manage/installing/index.html
        .. _senaite.lims: https://github.com/senaite/senaite.lims#installation
        
        
        Changelog
        =========
        1.0.0 (2019-02-04)
        ------------------
        
        - Initial Release
        
Keywords: senaite,lims,opensource,reactjs
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Provides-Extra: test
