0.5.4 • Published 4 months ago

recurrence-parser v0.5.4

Weekly downloads
2
License
MIT
Repository
-
Last release
4 months ago

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

4 months ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago