https://catalogartifact.azureedge.net/publicartifacts/kcloudhubllc1763357129530.saspy-7dc9e108-3e1e-4bcd-bbe2-e32d55fb2884/image0_kCloud.png

Saspy

por kCloudHub LLC

Version 5.107.1 + Free Support on Ubuntu 24.04

SASPy is an open-source Python library that enables seamless integration between Python and SAS (Statistical Analysis System). It allows users to execute SAS code, access SAS datasets, and transfer data between Python and SAS environments directly. SASPy is widely used by data analysts and data scientists to combine Python’s flexibility with SAS’s advanced analytics capabilities.

Features of SASPy:

  • Enables execution of SAS code directly from Python.
  • Supports data exchange between Python (Pandas) and SAS datasets.
  • Works with local SAS installations and remote SAS servers.
  • Provides multiple connection methods such as STDIO, SSH, and IOM.
  • Helps integrate SAS analytics into Python workflows.
  • Useful for enterprise analytics, data processing, and reporting.

SASPy Usage Instructions:

$ sudo su
$ cd /opt
$ python3 -m venv saspy-env
source saspy-env/bin/activate
$ pip show saspy
    

Disclaimer: SASPy is an open-source Python library available under the Apache License 2.0. It requires a valid SAS installation to function and does not include SAS software itself. The library is provided "as is" without any warranties, and users are responsible for configuring and using it within their environments.