# VELOCIraptor_Python_Tools **Repository Path**: mirrors_ICRAR/VELOCIraptor_Python_Tools ## Basic Information - **Project Name**: VELOCIraptor_Python_Tools - **Description**: python tools for manipulating velociraptor data - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This is a python toolkit for VELOCraptor and TreeFrog software packages ================================================================================================ ## developed by: Pascal Jahan Elahi (continuously) Additional contributors: Rhys Poulton ================================================================================================ ## Content velociraptor_python_tools.py contains main source code setup.py used to build cythonized verison ================================================================================================ The python tool kit can be used simply by updating the system path in python and import the code import sys sys.path.append('/dir/to/tools/') import velociraptor_python_tools as vpt There is also an associated setup to build the cythonized version. Simply run python setup.py build_ext --inplace This will build velociraptor_python_tools_cython which can be loaded via import velociraptor_python_tools_cython as vpt