Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 377 Bytes

File metadata and controls

20 lines (14 loc) · 377 Bytes

HRDF parser

## Usage:

Generates the tables:
python3 . create

Parse the data:
python3 .

Drop the tables:
python3 . drop

Settings

  • tables, attributes, ... : path to setup the INI configuration files
  • data : path to the datas
  • debug : displays debug messages
  • database : path to output SQLite database
  • table : current INI file to use.