Pyodec Head Methods

Two methods are available at the root of the Pyodec package. Only one of them is acutally functional.

Pyodec root functionality

pyodec.decode(source, decoder, *args, **kwargs)

import and execute a file or string decoder on a certain class

pyodec.detect(source)

Currently non-functional

run every decoder we have on some amount of the source file, and return every decoder identifier which successfully read data from the chunk.

pyodec.download(decoder)

Currently non-functional

Download a decoder and install it on the local Pyodec installation