Metadata-Version: 2.1
Name: libscrt
Version: 2020.7.14
Summary: session decoder
Home-page: https://github.com/jordiprats/python-libscrt
Author: Jordi Prats
Author-email: jprats@systemadmin.es
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: six

# python-libscrt

libscrt - Decode session files

```
Usage: libscrt <session_file.ini> [<session_fileN.ini> ...]
``` 

The output of this command will be the sshpass command to be run for each session file

```
$ libscrt /home/jordi/sessions/demo_grouo/demo_host.ini
sshpass -p"passw0rd" ssh -p 22 root@1.2.3.4
````

