Skip to content

Leon-001/schedule

 
 

Repository files navigation

schedule

Scripts to generate & validate schedule files for events which use the frab conference system, pretalx, or every other system able to generate schedule.json or CSV files in the correct format.

36C3

TBD

see also:

34C3

see https://github.com/voc/schedule/blob/34C3/docs/data_flow_34C3_v0.7.pdf to get an overview and talk to @saerdnaer aka Andi if you have questions.

Dependencies

Debian and similar

sudo apt-get install python python-pip python-lxml libxslt1-dev libxml2-utils
pip install -r requirements.txt

macOS

brew install python3
STATIC_DEPS=true pip3 install -r requirements.txt

or see https://stackoverflow.com/a/26544099/521791 on how to install lxml

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Ruby 1.7%
  • Other 0.7%