Robot Framework library for working with KeePass Database
Project description
KeePass Library
This library enables Robot Framework to interact with KeePass databases.
Supported KeePass versions:
- KDBX3
- KDBX4
KeepassLibrary uses the PyKeePass modules internally to access KeePass databases
See https://keepass.info for more information about KeePass in general
Versions:
0.2.4
Update dependencies0.2.3
Update dependencies, new travis builds0.2.2
Update dependencies0.2.1
KDBX v3 and v4 test cases0.2.0
Group Support0.1.0
Entry Support
Installation
The recommended approach to install KeePassLibrary, regardless the version, is using pip.
Install (or upgrade) the latest KeePassLibrary version:
pip install --upgrade robotframework-keepasslibrary
Example
*** Settings ***
Documentation A test suite with a single test for retrieving a password.
...
... The test loads a KeePass database named Database.kdbx using
... the keyfile Database.key.
... It then retrieves the first entry that matches the Username "User Name"
... and logs the password from the returned KeePass database entry
Import KeePassLibrary
*** Test Cases ***
Get KeePass Database Entry
Get KeePass Database Database.kdbx keyfile=Database.key
${entry}= Get Entries By Username User Name first=True
Log Password for spam_user is ${entry.password}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for robotframework-keepasslibrary-0.2.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f40b6d562d014c9330af669ce55365d2aabcbb3f8db821cb48f04a5458eb7e7 |
|
MD5 | 165596a0f69eb308dea7b41180412b50 |
|
BLAKE2b-256 | 5b67049d5aaac1d9bf09c51232071fc63662ae65e3b58af835c054a9ca05e023 |
Close
Hashes for robotframework_keepasslibrary-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a659653e0f6d1526edace000cd40b3fc5261ed4fe24386dfae8efab67c627b2 |
|
MD5 | aa9790f25b565cd2e3295f56bc4bd258 |
|
BLAKE2b-256 | 921ce38ee3ba6ade50235b31d381fff15d46813eb417021a467edd4b9fee5183 |