README ¶ Pygfried CPython extension of [sigfried], a signature-based file format identification tool written in Go. No animals were harmed in the making of this extension. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Version() string type Result func Identify(path string) (*Result, error) func IdentifyAll(paths []string) ([]*Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Version ¶ func Version() string Types ¶ type Result ¶ type Result struct { Path string Identifiers []string Known bool Error string } func Identify ¶ func Identify(path string) (*Result, error) func IdentifyAll ¶ func IdentifyAll(paths []string) ([]*Result, error) Source Files ¶ View all Source files pygfried.go Directories ¶ Show internal Expand all Path Synopsis pylib Click to show internal directories. Click to hide internal directories.