Example #1
0
"""Production calendar for Estonia"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1],
        2: [24],
        3: [25],
        4: [],
        5: [],
        6: [23, 24],
        7: [],
        8: [],
        9: [],
        10: [],
        11: [],
        12: [26]
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [],
        3: [],
        4: [],
        5: [],
        6: [],
        7: [],
        8: [],
Example #2
0
"""Production calendar for Georgia"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1, 2, 7, 19],
        2: [],
        3: [3, 8],
        4: [9, 29, 30],
        5: [2, 9, 12, 26],
        6: [],
        7: [],
        8: [28],
        9: [],
        10: [14],
        11: [23],
        12: []
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [],
        3: [],
        4: [],
        5: [],
        6: [],
        7: [],
        8: [],
Example #3
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Production calendar for Ukraine"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1, 7],
        2: [],
        3: [8],
        4: [],
        5: [2, 3, 9],
        6: [20, 28],
        7: [],
        8: [24],
        9: [],
        10: [14],
        11: [],
        12: []
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [16],
        2: [],
        3: [12],
        4: [],
        5: [],
        6: [],
Example #4
0
"""Production calendar for Germany"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1],
        2: [10],
        3: [28],
        4: [],
        5: [5, 16],
        6: [],
        7: [],
        8: [],
        9: [],
        10: [3],
        11: [],
        12: []
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [],
        3: [],
        4: [],
        5: [],
        6: [],
        7: [],
        8: [],
Example #5
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Production calendar for Kazakhstan"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1, 4],
        2: [],
        3: [8, 21, 22, 23],
        4: [],
        5: [2, 9, 10],
        6: [],
        7: [6],
        8: [30],
        9: [13],
        10: [],
        11: [],
        12: [1, 16, 19]
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [],
        3: [],
        4: [],
        5: [],
        6: [],
Example #6
0
"""Production calendar for China"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1],
        2: [8, 9, 12],
        3: [],
        4: [],
        5: [2],
        6: [9, 10],
        7: [],
        8: [],
        9: [15, 16],
        10: [3, 7],
        11: [],
        12: []
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [],
        3: [],
        4: [],
        5: [],
        6: [],
        7: [],
        8: [],
Example #7
0
"""Production calendar for Belarus"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {1: [1, 7, 8],
           2: [],
           3: [7, 8],
           4: [],
           5: [9, 10],
           6: [],
           7: [],
           8: [],
           9: [],
           10: [],
           11: [7],
           12: []}
})

WORK_DAY_DICT = ProdDict({
    2016: {1: [16],
           2: [],
           3: [5],
           4: [],
           5: [],
           6: [],
           7: [],
           8: [],
           9: [],
           10: [],
           11: [],
Example #8
0
NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1, 4, 5, 6, 7, 8],
        2: [22, 23],
        3: [7, 8],
        4: [],
        5: [1, 2, 3, 9],
        6: [13],
        7: [],
        8: [],
        9: [],
        10: [],
        11: [4],
        12: []
    },
    2017: {
        1: [2, 3, 4, 5, 6],
        2: [23, 24],
        3: [8],
        4: [],
        5: [1, 8, 9],
        6: [12],
        7: [],
        8: [],
        9: [],
        10: [],
        11: [6],
        12: []
    },
    2018: {
        1: [1, 2, 3, 4, 5, 8],
        2: [23],
        3: [8],
        4: [30],
        5: [1, 2, 9],
        6: [11, 12],
        7: [],
        8: [],
        9: [],
        10: [],
        11: [4, 5],
        12: [31]
    },
})
Example #9
0
"""Production calendar for Russian Federation"""

from prod_dict import ProdDict

NON_WORK_DAY_DICT = ProdDict({
    2016: {
        1: [1, 4, 5, 6, 7, 8],
        2: [22, 23],
        3: [7, 8],
        4: [],
        5: [1, 2, 3, 9],
        6: [13],
        7: [],
        8: [],
        9: [],
        10: [],
        11: [4],
        12: []
    }
})

WORK_DAY_DICT = ProdDict({
    2016: {
        1: [],
        2: [20],
        3: [],
        4: [],
        5: [],
        6: [],
        7: [],
        8: [],