QUESTDB_website/tools
Mickaël Véril 9710ff4e30 implement __eq__, __str__, __repr__ and __hash__ for Python data classes when it's possible 2022-02-04 13:58:03 +01:00
..
lib implement __eq__, __str__, __repr__ and __hash__ for Python data classes when it's possible 2022-02-04 13:58:03 +01:00
ADC25generator.py Fix fluorescence bug in ADC25generator 2020-09-23 16:22:40 +02:00
README.md Fix broken link (#3) 2020-11-30 15:03:34 +01:00
datafileBuilder.py Add many options to datafilebuilder input to exclude columns, set defaultBasis (for formats that need it) or add metadata like geometry or set 2021-11-12 18:13:52 +01:00
generate_data.py Deploy 2020-11-25 01:52:53 +01:00
metarecover.py Fix metarecover 2021-03-29 18:11:33 +02:00
pubImport.py Fix pubimport picture file extension 2021-11-12 18:13:52 +01:00
requirements.txt Use PageRange package to interprete the \excludecolumns command in the input file (allow printer range syntax) 2022-01-18 15:32:11 +01:00

README.md

This directory contains a series of Python scripts used to generate data:

  • datafileBuilder: A python script to generate data from custom LaTeX input file. See examples.
  • metarecover: A python script is used to regenerate the metadata from the previous git history state. So you can remove a data file to regenerate it from a LaTeX input file with datafileBuilder and recover the metadata from the previous version using metarecover.
  • ADC25generator: script used to build ADC(2.5) data files from ADC(2) and ADC(3) data files.
  • generate_data: script used to wrap all data file into one database.json file.