Metadata-Version: 2.1
Name: ViyaCASual-BNE
Version: 0.0.22
Summary: UNKNOWN
Home-page: https://github.com/willhaley-bne/ViyaCasual
Author: Will Haley
Author-email: willhaley@boddienoell.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Viya CASual

A simple way to use Viya's tools in Python without getting too serious

Still in development, not ready for production....  yet...

    from ViyaCasual.Casual import Casual
    from Database import SqliteConnector

    casual_test = Casual(username='username', server='viya.server.com', password='password', db_conn=SqliteConnector('/tmp/sample.db'))
    table = casual_test.get_table('SYSTEM', 'SystemData')
    decision = casual_test.get_decision(name='Marketing Transaction Grouping', library='public', table_name='dm_table')



