Metadata-Version: 2.4
Name: sysbot
Version: 0.2.0
Summary: System test automation library
Home-page: https://github.com/JoReci2/sysbot.git
Author: Thibault SCIRE
Author-email: thibault.scire@outlook.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: robotframework
Requires-Dist: paramiko
Requires-Dist: sshtunnel
Requires-Dist: netmiko
Requires-Dist: redfish
Requires-Dist: pywinrm
Requires-Dist: pyOpenSSL
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: requests-oauthlib
Requires-Dist: PyJWT
Requires-Dist: cryptography
Requires-Dist: hvac
Requires-Dist: sqlalchemy
Requires-Dist: ansible-runner
Provides-Extra: mysql
Requires-Dist: mysql-connector-python; extra == "mysql"
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary; extra == "postgresql"
Provides-Extra: mongodb
Requires-Dist: pymongo; extra == "mongodb"
Provides-Extra: all-databases
Requires-Dist: mysql-connector-python; extra == "all-databases"
Requires-Dist: psycopg2-binary; extra == "all-databases"
Requires-Dist: pymongo; extra == "all-databases"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pdoc3; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: radon; extra == "dev"
Requires-Dist: safety; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

SysBot is a comprehensive library designed for system test automation. 
    It provides secure connection management (SSH, WinRM), secret handling 
    capabilities, and seamless integration with various technologies including Redfish 
    and remote system management. Perfect for DevOps teams looking to automate infrastructure tests workflows.
