├── .gitignore ├── README.md ├── XMLToCSV.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomHurks/dblp-to-csv/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomHurks/dblp-to-csv/HEAD/README.md -------------------------------------------------------------------------------- /XMLToCSV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomHurks/dblp-to-csv/HEAD/XMLToCSV.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | lxml==4.6.5 2 | --------------------------------------------------------------------------------