[ADD] report_carbone, jsonifier, export_json : carbone is an alternative to Py3o
This commit is contained in:
101
report_carbone/const.py
Normal file
101
report_carbone/const.py
Normal file
@@ -0,0 +1,101 @@
|
||||
ALLOWED_EXTENSIONS = {
|
||||
# Document
|
||||
"pdf",
|
||||
"docx",
|
||||
"odt",
|
||||
"bib",
|
||||
"doc",
|
||||
"doc6",
|
||||
"doc95",
|
||||
"docbook",
|
||||
"docx7",
|
||||
"fodt",
|
||||
"html",
|
||||
"latex",
|
||||
"ooxml",
|
||||
"ott",
|
||||
"psw",
|
||||
"rtf",
|
||||
"sdw",
|
||||
"stw",
|
||||
"sxw",
|
||||
"text",
|
||||
"txt",
|
||||
"uot",
|
||||
"vor",
|
||||
"xhtml",
|
||||
"jpg",
|
||||
"jpeg",
|
||||
"png",
|
||||
"epub",
|
||||
"md",
|
||||
"svg",
|
||||
"webp",
|
||||
"pages",
|
||||
# Spreadsheet
|
||||
"xlsx",
|
||||
"ods",
|
||||
"csv",
|
||||
"dbf",
|
||||
"dif",
|
||||
"fods",
|
||||
"ots",
|
||||
"pxl",
|
||||
"slk",
|
||||
"stc",
|
||||
"sxc",
|
||||
"uos",
|
||||
"xls",
|
||||
"xls5",
|
||||
"xls95",
|
||||
"xlt",
|
||||
"xlt5",
|
||||
"xlt95",
|
||||
"numbers",
|
||||
"parquet",
|
||||
"json",
|
||||
# Presentation
|
||||
"pptx",
|
||||
"odp",
|
||||
"bmp",
|
||||
"emf",
|
||||
"eps",
|
||||
"fodp",
|
||||
"gif",
|
||||
"met",
|
||||
"odg",
|
||||
"pbm",
|
||||
"pct",
|
||||
"pgm",
|
||||
"ppm",
|
||||
"pwp",
|
||||
"ras",
|
||||
"sti",
|
||||
"svm",
|
||||
"swf",
|
||||
"sxi",
|
||||
"tiff",
|
||||
"uop",
|
||||
"wmf",
|
||||
"otp",
|
||||
"potm",
|
||||
"pot",
|
||||
"pps",
|
||||
"ppt",
|
||||
# Web
|
||||
"etext",
|
||||
"html10",
|
||||
"mediawiki",
|
||||
"sdw3",
|
||||
"sdw4",
|
||||
"text10",
|
||||
"vor4",
|
||||
# Graphics
|
||||
"fodg",
|
||||
"odd",
|
||||
"otg",
|
||||
"std",
|
||||
"sxd",
|
||||
"pub",
|
||||
"cdr",
|
||||
}
|
||||
Reference in New Issue
Block a user