Skip to content

Instantly share code, notes, and snippets.

View damdam-s's full-sized avatar

Damien Crier damdam-s

View GitHub Profile
@damdam-s
damdam-s / keybase.md
Created November 20, 2017 10:54
keybase.md

Keybase proof

I hereby claim:

  • I am damdam-s on github.
  • I am damdam_s (https://keybase.io/damdam_s) on keybase.
  • I have a public key whose fingerprint is 39D8 B8BD F209 7AAA 025F E3DB A96F 021B BAF0 0560

To claim this, I am signing this object:

@damdam-s
damdam-s / xml_parser.py
Created February 10, 2016 08:13 — forked from yvaucher/xml_parser.py
PoC: Convert a xml to csv and csv to xml or another format for openerp
#!/usr/bin/env python
# Author: Stéphane Wirtel (@matrixise)
# Basic implementation of CSV Renderer by Yannick Vaucher (@yvaucher) (Camptocamp)
import os
from collections import OrderedDict
from pprint import pprint as pp
import itertools
from lxml import etree
import csv