Metadata-Version: 2.1
Name: databrowse
Version: 0.8.4
Summary: An Extensible Data Management Platform
Home-page: http://limatix.org
Author: Tyler Lesthaeghe, Nathan Scheirer
Author-email: tylerl@iastate.edu, scheirer@iastate.edu
License: BSD-3
Description: # Databrowse #
        Databrowse:  An Extensible Data Management Platform     
        Copyright (C) 2012-2016 Iowa State University Research Foundation, Inc. 
        
        ## Documentation ##
        Please see the documentation in [doc/Manual/Manual.pdf](https://github.com/limatix/databrowse/blob/master/doc/Manual/Manual.pdf) for more 
        information and installation instructions.
        
        ## License ##
        Databrowse is released under the BSD 3-Clause License.  Please see the file
        [COPYING](https://github.com/limatix/databrowse/blob/master/COPYING) for more information.
        
        ## Acknowledgments ##
        This material is based on work supported by the Air Force Research Laboratory
        under Contract #FA8650-10-D-5210, Task Order #023 and performed at Iowa State 
        University.
        
        DISTRIBUTION A.  Approved for public release:  distribution unlimited; 19 Aug 
        2016; 88ABW-2016-4051.
        
        This material is based on work supported by NASA under Contract
        NNX16CL31C and performed by Iowa State University as a subcontractor
        to TRI Austin.
        
        Approved for public release by TRI Austin: distribution unlimited;
        02 August 2018; by Carl W. Magnuson (NDE Division Director).
        
        ## CEFDatabrowse Install Instructions ##
        Dependencies are platform specific and can be found in [requirements](https://github.com/limatix/databrowse/blob/master/requirements).
        
        From PIP:
        
            `> pip install databrowse`
        
        From source:
        
            `> cd databrowse_source_dir`
            `> python setup.py install`
        
        
        ## Changelog ##
        
        ### v0.8.3 ###
         * Added find function (ctrl+f) in CEFDatabrowse
         * Improved error reporting in CEFDatabrowse
         * Switched from x3dom to x_ite (x_ite supports built in x3d scripts)
         * Added v1 of no provenance mode to db_generic_XML_file (removes all lip:process tags)
         * Added v1 of data fusion custom view to db_directory (Simple search function and render for any tag in .xlp or .xlg files in current directory)
         * Added v1 of db_git plugin (displays relavant details of a git repository such as commit history, directory structure, modified files/untracked files, and current branch) Requires GITPython module.
         * ~~Added prompt during install to allow user to decide if they want to use pip to automatically install dependencies or not~~
         * CEFDatabrowse now uses user directory based configuration files instead of system wide config files.
         * Many bug fixes
        
        ### v0.8 ###
         * Approval for Public release following work with TRI Austin
         * CEFDatabrowse, a server-less client, Implemented
         * SDT File Viewer Plugin Implemented
         * 3D Model Viewer Plugin Implemented
         * Serial log viewer Plugin for LIMATIX thermoconductivity demo
         * Magic bug fixes
         * Various other bug fixes
        
        ### v0.7 ###
         * Approval for Public Release
         * Packaging Cleanup
         * License Change to BSD-3
        
        ### v0.6 ###
         * Databrowse Library Implemented
         * Restructuring of Files for Packaging Completed
         * Starting of Documentation
         * Restructuring of Directory Plugin Output
         * Complete Reworking of Speicmen Database Plugins
         * Numerous Updates to Dataguzzler and DatacollectV2 Plugins
         * All Use of etree.register_namespace Global Removed and Basic Namespace
           Handling Implemented
         * Numerous Bugfixes
        
        ### v0.5 ###
        
         * Directory Restructuring For Distribution
         * Style Updates for Several Plugins
         * Tabular Views in DatacollectV2 Plugin
         * Minor Bugfixes
        
        ### v0.4 ###
         
         * Major Updates to DatacollectV2, Checklist, Specimen/Xducer, and Dataguzzler
         * Numerous Bugfixes
         * Branch Merges
        
        ### v0.3 ###
        
         * Plugins Restructures into Python Modules
         * Numerous Plugin Updates and Bugfixes
         * Menus and Location Bars Added
         * Numerous Style Updates
        
        ### v0.2 ###
        
         * Numerous Plugin Updates
         * New Stylesheet using latest version of ISU Template
        
        ### v0.1 ###
        
         * Initial Commit of Baseline Plugins and Basic Infrastructure
        
        
        
        
Keywords: databrowse data management
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
