Skip to content

entropia/schedule

This branch is 16 commits ahead of, 56 commits behind voc/schedule:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
May 12, 2024
Jul 22, 2020
Dec 24, 2017
Oct 6, 2017
Dec 27, 2022
May 30, 2024
Dec 26, 2022
Dec 25, 2021
Mar 3, 2022
Dec 26, 2022
Dec 21, 2017
Dec 26, 2022
Dec 21, 2022
May 25, 2024
Dec 16, 2022
May 28, 2023
Jul 1, 2022
Jul 1, 2022
Dec 18, 2022
Jul 1, 2022
May 31, 2024
Dec 30, 2022
Jun 10, 2016
Dec 1, 2022
Dec 1, 2022
Dec 26, 2021
Dec 21, 2022
Dec 19, 2022

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.

rC3_21

see:

rC3

see:

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
pip3 install -r requirements.txt
pip3 install --pre gql[aiohttp]

macOS

brew install python3
STATIC_DEPS=true pip3 install -r requirements.txt
pip3 install --pre gql[aiohttp]

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%