Metadata-Version: 1.1
Name: graphite.theme
Version: 0.9
Summary: Graphite Theme for Bika LIMS
Home-page: http://github.com/naralabs/graphite.theme
Author: Naralabs
Author-email: info@naralabs.com
License: GPL
Description: ##Graphite Theme##
        
        **UNDER DEVELOPMENT - NOT FOR PRODUCTION USE**
        
        Graphite Theme is a Diazo Theme for Bika LIMS https://github.com/bikalabs/Bika-LIMS
        
        This product may contain traces of nuts.
        
        
        ###Installation###
        
        To install Graphite Theme, you can do this:
        
        1. Add ``graphite.theme`` to the list of eggs to install, e.g.:
        
            ```
            eggs =
                ...
                graphite.theme
            ```
        
        2. Add ``src/graphite.theme`` to the develop section from buildout:
        
            ```
            develop = 
                src/graphite.theme
            ```
        
        3. Re-run buildout, e.g. with:
        
            ```sh
            $ ./bin/buildout
            ```
        
        ***
        
        Naralabs  
        info@naralabs.com  
        http://naralabs.com  
        
        
        Changelog
        =========
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: diazo,theme,lims,bika,opensource
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
