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
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
ivanov-0.4.2.tar.gz
(25.9 kB
view details)
Built Distribution
ivanov-0.4.2-py3-none-any.whl
(28.6 kB
view details)
File details
Details for the file ivanov-0.4.2.tar.gz
.
File metadata
- Download URL: ivanov-0.4.2.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25dbe96f7a289aa4e79e7df5e0bb6112dee6c90c98686ade033525c41225a053 |
|
MD5 | 2a4470668d932a9d7a7b2c9a42dd9fa9 |
|
BLAKE2b-256 | adc0d8dec38df0f536aed9d4285887aba5fe0d12dc9f6787f6d8e1e498652bda |
File details
Details for the file ivanov-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: ivanov-0.4.2-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a83385e42ffb0ee4d45c3c513d5e1601c0b9333064e46f571293e7994c6e2d |
|
MD5 | 59e6a5f261cd37990a32ad192f237d50 |
|
BLAKE2b-256 | bf1531e6d2ce9674d62c4fdc86c1592b24aa8145d41a1a4c8c0725b6fd5cbda5 |