python runner for SAS Enterprise Gide file
Project description
Overview
This repository gets you run egp file from python or command line.
Install
pip install saseg_runner
Usage
as python library
from saseg_runner import run_egp, SASEGRuntimeError run_egp(egp_path='sample.egp', egp_version='7.1', profile_name='Your Profile') # if some tasks in the egp file fails, this will raise SASEGRuntimeError. """ Other Parameters ------------ egp_path : Union[str, Path] SAS Enterprise Guide file path. profile_name : str profile name to use overwrite: bool controls whether to save the egp file after exection. if False, timestamp is added to filename. The default is False. remove_log: bool wether remove log files or not. the default is True. verbose: bool default is False """
as command line
run_egp <your egp file path>
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size saseg_runner-0.1.6-py3-none-any.whl (6.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for saseg_runner-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cfa54c11ff72b2b73143914716dd8e9cbfa2a515f23f54fe80f4583f033be29 |
|
MD5 | 1f83bfc17b575d8e0c74ba353357cb34 |
|
BLAKE2-256 | 149cce4617d57615ad9d2b1bd6e9d42dd28f6f5162143abd81726a09b6664624 |