Metadata-Version: 2.1
Name: qsense
Version: 0.4.0
Summary: qsense is a python library and a command line tool for qliksense
Home-page: https://github.com/matteoredaelli/qsense
Author: Matteo Redaelli
Author-email: matteo.redaelli@gmail.com
License: GPL
Description: # qsense
        
        ```
        	   ____
          __ _/ ___|  ___ _ __  ___  ___
         / _` \___ \ / _ \ '_ \/ __|/ _ \
        | (_| |___) |  __/ | | \__ \  __/
         \__, |____/ \___|_| |_|___/\___|
        	|_|
        ```
        
        *qsense* is a python library and command line tool for QLIK QlikSense. It contains some useful functions for administrators/developers of QLiksense
        
        It uses the python library (qsAPI)[https://github.com/rafael-sanz/qsAPI] for connecting to the QLiksense Repository APIs
        
        ## Installation
        
        pip install qsense
        
        ## Commands and Functions
        
        Look at the fileqsense/command_line.py for details
        
        ### Apps
        
        #### export_remove_old_apps
        
        Export (published or passing any other filter) applications to qvd files
        
        	qsense export_delete_old_apps qliksense.redaelli.org ~/certificates/client.pem  --target_path '/tmp' --modified_days=300 --last_reload_days=300
        
        ### Custom properties
        
        #### update_custom_property_with_users_list
        
        Update the value of a custom property (usually "UserAccess") with the list of all qliksense users.
        
        	qsense update_custom_property_with_users_list liksense.redaelli.org ~/certificates/client.pem UserAccess GROUP --nodryrun
        
        ### Licenses
        
        #### deallocate_analyzer_licenses_for_professionals
        
        Deallocate analyzer license fom users with a professional license
        
        	qsense deallocate_analyzer_licenses_for_professionals qliksense.redaelli.org ~/certificates/client.pem --nodryrun
        
        ###  Users
        
        #### delete_removed_exernally_users
        
        Delete users that were removed externally (from active directory?)
        
        	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
