File tree 11 files changed +87
-0
lines changed
11 files changed +87
-0
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ #
6
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
7
+ # file except in compliance with the License. You may obtain a copy of the
8
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
9
3
10
__version__ = '0.3.1'
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
6
+ #
7
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
8
+ # file except in compliance with the License. You may obtain a copy of the
9
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
10
3
11
import platform
4
12
import sys
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Romain Gay <rgay@ocs.online.net>
6
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
7
+ #
8
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
9
+ # file except in compliance with the License. You may obtain a copy of the
10
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
11
3
12
from itertools import izip_longest
4
13
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
6
+ #
7
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
8
+ # file except in compliance with the License. You may obtain a copy of the
9
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
10
3
11
from . import API
4
12
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ #
6
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
7
+ # file except in compliance with the License. You may obtain a copy of the
8
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
9
3
10
from . import API
4
11
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
6
+ #
7
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
8
+ # file except in compliance with the License. You may obtain a copy of the
9
+ # License at http://opensource.org/licenses/BSD-2-Clause
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
6
+ #
7
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
8
+ # file except in compliance with the License. You may obtain a copy of the
9
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
10
3
11
import json
4
12
import urlparse
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
6
+ #
7
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
8
+ # file except in compliance with the License. You may obtain a copy of the
9
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
10
3
11
import unittest
4
12
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ # Romain Gay <rgay@ocs.online.net>
6
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
7
+ #
8
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
9
+ # file except in compliance with the License. You may obtain a copy of the
10
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
11
3
12
import unittest
4
13
import uuid
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ #
3
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
4
+ # Julien Castets <jcastets@ocs.online.net>
5
+ #
6
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
7
+ # file except in compliance with the License. You may obtain a copy of the
8
+ # License at http://opensource.org/licenses/BSD-2-Clause
2
9
3
10
import json
4
11
import unittest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
+ #
4
+ # Copyright (c) 2013-2014 Online SAS and Contributors. All Rights Reserved.
5
+ # Julien Castets <jcastets@ocs.online.net>
6
+ # Kevin Deldycke <kdeldycke@ocs.online.net>
7
+ #
8
+ # Licensed under the BSD 2-Clause License (the "License"); you may not use this
9
+ # file except in compliance with the License. You may obtain a copy of the
10
+ # License at http://opensource.org/licenses/BSD-2-Clause
3
11
4
12
import os
5
13
import re
You can’t perform that action at this time.
0 commit comments