artefactual-labs / pygfried

Siegfried as a Python extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version

Pygfried

CPython extension of siegfried, a signature-based file format identification tool written in Go.

No animals were harmed in the making of this extension.

Usage

$ pip install pygfried
$ python -q
>>> import pygfried
>>> pygfried.version()
'1.9.1'
>>> pygfried.identify("/bin/ls")
'fmt/690'

About

Siegfried as a Python extension

License:Apache License 2.0


Languages

Language:Go 64.1%Language:Python 19.0%Language:C 16.9%