Facilities for launching apps under Velociraptor
Project description
Deploying against Velociraptor? Need to load the config? It’s easy:
parser = argparse.ArgumentParser() yg.launch.cmdline.add_config_arg(parser) # add your own custom args too args = parser.parse_args() startup_app(args.config)
This module loads the config from YAML into a nice ItemsAsAttributes dictionary, so you can get the config values as items or as attributes:
args.config.foo == args.config['foo']
Enjoy!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vr.launch-1.0.0.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for vr.launch-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3162cb4cead0217b5c3c3be93aa226790dab5f7b312bc3170cff83cc8f5d526 |
|
MD5 | 68bc1831be34f58e59a45bd983e0f7e1 |
|
BLAKE2b-256 | 7c123b3a2e9bad507a11fedc320ba576a455420b911a1fdfaddf7fc564b7fcb9 |