Personal tools
Skip to content. | Skip to navigation
This is a metapackage bringing in yaml extras requires for python3-pyspnego. It makes sure the dependencies are installed.
pywinrm ======= pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. |License| |Test workflow| |Coverage| |PyPI| WinRM allows you to perform various management tasks remotely. These include, but are not limited to: running batch scripts, powershell scripts, and fetching...
TOML Kit is a 1.0.0-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. You can also create new TOML documents from scratch using the provided helpers. Part of the implementation has been adapted, improved and fixed from Molten.
Trickster is a reverse proxy cache for the Prometheus HTTP APIv1 that dramatically accelerates dashboard rendering times for any series queried from Prometheus.
MariaDB Backup is an open source tool provided by MariaDB for performing physical online backups of InnoDB, Aria and MyISAM tables. For InnoDB, "hot online" backups are possible.
The MariaDB Native Client library (C driver) is used to connect applications developed in C/C++ to MariaDB and MySQL databases.
eCAP is a software interface that allows a network application, such as an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module. For each applicable protocol message being processed, an eCAP-enabled host application supplies the message details to the adaptation module and gets back an adapted message, a "not interested" response, or a "block this message now!" instruction. These exchanges often include message bodies. The adaptation module can also exchange meta-information with the host application to supply additional details such as configuration options, a reason behind the decision to ignore a message, or a detected virus name. If you are familiar with the ICAP protocol (RFC 3507), then you may think of eCAP as an "embedded ICAP", where network interactions with an ICAP server are replaced with function calls to an adaptation module.
This module provides access to shadow passwords on Linux, OSX, FreeBSD, OpenBSD, and Solaris.
BrowserStack cross-browser testing
New Project =========== Copy /usr/share/browserstack-robot/browserstack.yml into your project. Set BrowserStack Credentials ============================ Add your BrowserStack username and access key in the browserstack.yml config fle. You can also export them as environment variables, BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY: export BROWSERSTACK_USERNAME=<browserstack-username> export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key> Running tests ============= Run sample test: To run the sample test across platforms defined in the project's browserstack.yml file, run: - To run the sample tests in parallel across the platforms defined in the `browserstack.yml` file, run: browserstack-sdk robot ./tests/test-*.robot