0.5.4 • Published 2 years ago
recurrence-parser v0.5.4
Recurrence Parsing
This library takes in schedules in json format with recurrent plannings and converts these into timelines compatible with the supertimeline project.
Example schedule
[
{
"type": "group",
"days": [0,1,2,3,4,5,6],
"weeks": [0, 52, 14],
"dates": [
["2017-1-1", "2017-1-31"],
["2017-12-1", "2017-12-31"]
],
"times": [
"10:00:00",
"22:00:00"
],
"children": [
{
"type": "folder",
"days": [0],
"path": "path"
},
{
"type": "file",
"path": "path"
}
]
}
]
0.5.4
2 years ago
0.5.3
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago
0.4.2
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.0
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago