Skip to main content

All sh*t in one place!

Project description

Ivanov

###======================== ##TL; DR: All sh*t in one place! ###========================

What for?

  • Connect to SAS MA
  • Connect to SASCS
  • Connect to SAS Scoring
  • SAS SPK object extraction
  • Get vault secrets
  • SAP BO blx parsing
  • A lot's of other things (hidden inside)

##Examples:

Connection to SAS MA

from ivanov import SASMA
sasma = SASMA(user='user@domain', password='may_be_empty_in_jupiter')
sasma.endsas() # do not forget to close session!

Connection to SAS CS

from ivanov import SASCSS
sascs = SASCS(user='user@domain', password='may_be_empty_in_jupiter')
sascs.endsas() # do not forget to close session!

Connection to SAS Scoring on vs221

from ivanov import SASScoringVS221
sas_vs221 = SASScoringVS221(user='user@domain', password='secret', appserver='SASApp - Workspace Server')
sas_vs221.endsas() # do not forget to close session!

Connection to SAS Scoring on vs235

from ivanov import SASScoringVS235
sas_vs235 = SASScoringVS235(user='user@domain', password='secret', appserver='SASApp - Workspace Server')
sas_vs235.endsas() # do not forget to close session!

Connection to SAS OA on vs235

from ivanov import SASOA
sas_vs990 = SASOA(user='user@domain', password='secret')
sas_vs990.endsas() # do not forget to close session!

Current status:

  • Check SAS MA connection
  • Check SAS CS connection
  • Check SAS Scoring vs235 connection
  • Check SAS Scoring vs221 connection
  • Check SAS OA (vs990) connection
  • Check BO BLX parsing
  • Check SAS Support funcs...
  • Check vault integrations

Project details


Download files

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

Source Distribution

ivanov-0.3.5.tar.gz (21.6 kB view hashes)

Uploaded Source

Built Distribution

ivanov-0.3.5-py3-none-any.whl (23.9 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