Public Member Functions | |
def | __init__ |
def | get_supported_mimetypes |
def | get_supported_metadata |
def | analyze_file |
Public Attributes | |
analyzers | |
Analyze files and tries to find known assets types in it.
def damn_at.analyzer.Analyzer.analyze_file | ( | self, | |
an_uri | |||
) |
Returns a FileDescription :param an_uri: the URI pointing to the file to be analyzed :rtype: :py:class:`damn_at.FileDescription` :raises: AnalyzerException, AnalyzerFileException, AnalyzerUnknownTypeException
def damn_at.analyzer.Analyzer.get_supported_metadata | ( | self | ) |
Returns a list of supported metada, per mimetype. :rtype: map<string, list<tuple<string,MetaDataType>>>
def damn_at.analyzer.Analyzer.get_supported_mimetypes | ( | self | ) |
Returns a list of supported mimetypes, 'handled_types' of all analyzers :rtype: list<string>