Metadata-Version: 1.2
Name: tenable_sc_config
Version: 1.0.2
Summary: A simple tool to create & load an .ini file for logging into an instance of Tenable.SC
Home-page: https://github.com/umanther/tenable_sc_config
Author: Geoff Hellstrand
Author-email: ubil@hotmail.com
License: GPLv3
Description: =================
        tenable_sc_config
        =================
        |license-img|
        
        Purpose
        =======
        A tool to create & load a config .ini file for connecting to a Tenable.SC instance
        
        Usage
        =====
        - Running the config.py file as a the main file will create a blank ini file (with notes)
        - Importing the package will attempt to load the default filename into the config variable
        
          - If the default file is found: loads the file and returns an object containing the results
          - If the default file is not found: returns None as the object
        
        Source
        ------
        Github_
        
        .. |license-img| image:: https://img.shields.io/github/license/umanther/tenable_sc_config?style=plastic
        .. _Github: https://github.com/umanther/tenable_sc_config
Keywords: python,tenable,security,center,SC,login,configuration,ini
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Requires-Python: >=3.6
