Metadata-Version: 2.4
Name: sysbot
Version: 0.2.5
Summary: System test automation library with support for SSH, WinRM, HTTP, databases, and Robot Framework integration
Home-page: https://github.com/JoReci2/sysbot
Author: Thibault SCIRE
Author-email: thibault.scire@outlook.com
License: MIT
Project-URL: Documentation, https://joreci2.github.io/sysbot/
Project-URL: Source, https://github.com/JoReci2/sysbot
Project-URL: Bug Tracker, https://github.com/JoReci2/sysbot/issues
Keywords: automation,testing,system-testing,ssh,winrm,robot-framework,redfish,devops,infrastructure,test-automation,paramiko,netmiko,database,vault,secret-management
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: robotframework
Requires-Dist: paramiko
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: ansible-runner
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: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SysBot

A comprehensive Python library for system test automation with support for multiple protocols (SSH, WinRM, HTTP, Socket), secret management, and seamless integration with Robot Framework and various database systems.

## Installation

```bash
pip install sysbot
```

## Documentation

For complete documentation, tutorials, API reference, and usage examples, please visit the **[SysBot Documentation](https://joreci2.github.io/sysbot/)**.

## Links

- **Documentation**: [https://joreci2.github.io/sysbot/](https://joreci2.github.io/sysbot/)
- **PyPI**: [https://pypi.org/project/sysbot/](https://pypi.org/project/sysbot/)
- **Repository**: [https://github.com/JoReci2/sysbot](https://github.com/JoReci2/sysbot)
- **Issues**: [https://github.com/JoReci2/sysbot/issues](https://github.com/JoReci2/sysbot/issues)

## Contributing

Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
