embdgen.plugins.content.FilesContent
- class embdgen.plugins.content.FilesContent.FilesContent[source]
- Bases: - FilesContentProvider- A list of files - It is up to the including content module, to decide what happens with the files. - CONTENT_TYPE = 'files'
 - property files: List[Path]
- The list of files Wildcards are allowed and expanded using python glob module. Note that you probably only want one glob for a directory like dir/*. This will include all files including the directory structure under and excluding dir.