Metadata-Version: 2.1
Name: global_benchmark_database_tool
Version: 2.8.4
Summary: Maintenance of Benchmark Instances and their Attributes
Home-page: https://github.com/Udopia/gbd
Author: Markus Iser, Luca Springer
Author-email: gbd@informatik.kit.edu
License: UNKNOWN
Description: # gbd (Global Benchmark Database)
        
        ## Programming Language
        Python 3
        
        ## Installation
        - Setup python3 and pip3
        - Install GBD via ```pip3 install global-benchmark-database-tool```
        
        ## Configuration
        - Download a database, e.g., [http://gbd.iti.kit.edu/getdatabase/](http://gbd.iti.kit.edu/getdatabase/), and safe it as [path/file]
        - ```export GBD_DB=[path/file]``` (and put it in your .bashrc)
        - If no database path is given via --db, then gbd uses path in ```GBD_DB```
        
        ## Initialize local paths to benchmark instances
        > ```gbd init /path/to/cnf```
        
        ## GBD Command Line Interface
        > ```gbd --help```
        
        ### Help on specific command
        >	```gbd [command] --help```
        
        ### Using GBD Server and Microservices
        > ```gbd-server --help```.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
