picatrix icon indicating copy to clipboard operation
picatrix copied to clipboard

Picatrix is a library designed to help security analysts in a notebook environment, such as colab or jupyter.

Results 5 picatrix issues
Sort by recently updated
recently updated
newest added

This PR adds DataFrame accessors as a first-class functionality in Picatrix. Accessors can now be added in a following way: ```python from picatrix import new_accessor_namespace accessor = new_accessor_namespace("example") @accessor.add_accessor(validator: lambda...

ATM when you initialize a magic class it has an optional argument of `arguments`, which is a list of MagicArgument. If it is not supplied it is ignored and arguments...

Add magics that work with GRR

Feature Request

Add magics that help with working with osquery.

Feature Request

Right now all the arguments are constructed from parsing the docstring. This should be changed, to reduce the reliance on docstring parsing and instead make use of typing and the...