Metadata-Version: 2.1
Name: global-benchmark-database-tool
Version: 2.2.3
Summary: A tool for global benchmark management
Home-page: https://github.com/Weitspringer/gbd
Author: Markus Iser, Luca Springer
Author-email: 
License: MIT
Description: # gbd (Global Benchmark Database)
        A tool for global benchmark management.
        Sometimes, it is hard to get a overview about all solutions for different problems and how fast/complex the algorithms 
        are and how they can compete with your solution. What if all your benchmark files (.csv) would be managed by a database?
        This is what GBD does: Searching for files on your computer (path given), hashes (and resolves) 
        them and add schemes for different attributes of benchmarks (clauses, variables, etc.).
        
        ## Installation
        ### Programming Language
        Python 3
        
        ### Python Packages (Requirements)
        - tatsu (install with pip3)
        - setuptools
        - flask
        
        ### Getting Started
        - setup python3
        - make sure Python was compiled with SSL support
        - when coding, use package 'gbd_tool' for importing components
        
        ## Usage
        - The GbdApi constructor needs an absolute path to your wished configuration directory - it does not have to exist
        - Optional, you can give this constructor a path to a existing database file which you want to use.
        - By default GBD works with a local (located in configuration directory) sqlite3 database *local.db*.
          Important: You have to provide absolute paths to the GbdApi constructor, not relative paths!!!
        - You can set up your database by using methods in gbd_api.py
        - If you want to provide this management system on a server, there will be a package for doing this
        
        ## Documenation
        GBD was initially presented at the Pragmatics of SAT (POS) Workshop 2018 hosted at FLoC 2018 in Oxford, UK. Thus, two resources can now be used as documentation of the system. 
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
