Skip to main content

python runner for SAS Enterprise Gide file

Project description

PyPI PyPI PyPI PyPI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

saseg_runner-0.1.6-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page