Metadata-Version: 2.1
Name: qsense
Version: 0.3.0
Summary: qsense is a useful library and command line tool for qliksense
Home-page: https://gitlab.com/matteoredaelli/qsense
Author: Matteo Redaelli
Author-email: matteo.redaelli@gmail.com
License: GPL
Description: # qsense
        
        qsense is an useful library and command line for qliksense
        
        ## installation
        
        pip install qsense
        
        ## Useful commands
        
        ### Apps
        
        #### export_remove_old_apps
        
        qsense export_delete_old_apps qliksense.redaelli.org ~/certificates/client.pem  --target_path '/tmp' --modified_days=300 --last_reload_days=300
        
        ### Licenses
        
        #### deallocate_analyzer_licenses_for_professionals
        
        qsense deallocate_analyzer_licenses_for_professionals qliksense.redaelli.org ~/certificates/client.pem --nodryrun
        
        ###  Users
        
        #### delete_removed_exernally_users
        
        qsense delete_removed_exernally_users qliksense.redaelli.org ~/certificates/client.pem GROUP --nodryrun
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
