[ADD] report_carbone, jsonifier, export_json : carbone is an alternative to Py3o

This commit is contained in:
2026-04-21 14:59:24 +02:00
parent ae3c34257f
commit c2061984d1
216 changed files with 29344 additions and 0 deletions

101
report_carbone/const.py Normal file
View 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",
}