Metadata-Version: 2.4
Name: tsccm
Version: 0.0.6
Summary: TSCCM (Tenable.SC CLI Manager) by LimberDuck
Home-page: https://github.com/LimberDuck/tsccm
Author: Damian Krawczyk
Author-email: damian.krawczyk@limberduck.org
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certstore>=0.0.2
Requires-Dist: click>=8.2.1
Requires-Dist: keyring>=25.6.0
Requires-Dist: pyTenable>=1.8.3
Requires-Dist: oauthlib>=3.3.1
Requires-Dist: pandas>=2.3.2
Requires-Dist: tabulate>=0.9.0
Requires-Dist: requests>=2.32.5
Requires-Dist: packaging>=25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# TSCCM

**TSCCM** *(Tenable.SC CLI Manager)* by LimberDuck is a CLI tool which enables you to perform certain actions on Tenable.SC by (C) Tenable, Inc. via [Tenable.SC API](https://docs.tenable.com/tenablesc/api).

[![pepy - Downloads](https://img.shields.io/pepy/dt/tsccm?logo=PyPI)](https://pepy.tech/projects/tsccm) [![PyPI Downloads](https://static.pepy.tech/badge/tsccm/month)](https://pepy.tech/projects/tsccm)
[![Latest Release version](https://img.shields.io/github/v/release/LimberDuck/tsccm?label=Latest%20release)](https://github.com/LimberDuck/tsccm/releases) 
[![GitHub Release Date](https://img.shields.io/github/release-date/limberduck/tsccm?label=released&logo=GitHub)](https://github.com/LimberDuck/tsccm/releases)
[![License](https://img.shields.io/github/license/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm/blob/main/LICENSE) [![Repo size](https://img.shields.io/github/repo-size/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm) [![Code size](https://img.shields.io/github/languages/code-size/LimberDuck/tsccm.svg)](https://github.com/LimberDuck/tsccm) [![Supported platform](https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey.svg)](https://github.com/LimberDuck/tsccm)
<!-- [![PyPI - Downloads](https://img.shields.io/pypi/dm/tsccm?logo=PyPI)](https://pypi.org/project/tsccm/) -->


Main features
=============

Initial version of **TSCCM** lets you get Tenable.SC's:
* audit file list
* credential list  
* group list
* policy list
* role list
* active scan list
* scan result list
* server info
  * status
  * licensed IPs
  * version
* users list


How to
======

1. Install
    
    `pip install tsccm`

2. Run

    `tsccm`

Meta
====

Change log
----------

See [CHANGELOG].


Licence
-------

MIT: [LICENSE].


Authors
-------

[Damian Krawczyk] created **TSCCM** *(Tenable.SC CLI Manager)* by LimberDuck.

[Damian Krawczyk]: https://damiankrawczyk.com

[CHANGELOG]: https://github.com/LimberDuck/tsccm/blob/main/CHANGELOG.md
[LICENSE]: https://github.com/LimberDuck/tsccm/blob/main/LICENSE


