Skip to main content

This is the simplest client for quick work with vaultwarden.

Project description

VaultDweller

This is the simplest client for quick work with vaultwarden.

Installation

pip install vaultdweller

Usage

You can get credits by name or by ID.

The names of repositories, collections, and records are not unique in vaultWarden, only the IDs are unique. Therefore, if you are searching by name and the name of the record is duplicated, the first one found will be returned. In such cases, you can add the name of the collection and/or storage There are synchronous and asynchronous search methods.

I tested on python 3.11, I think it will work on earlier versions, maybe it will be necessary to fix the typing.

vault = VaultWarden(
    url=url,
    email=email,
    password=master_password,
    client_id=client_id,
    client_secret=client_secret,
    device_id=device_id,
)
by_id_async = await vault.get_creds_by_id('ea27e9e3-f4c0-45ca-afd3-f7e722303a4b')

by_name_async = await vault.creds_by_name('item_name_1')
by_name_sync = vault.creds_by_name_sync('item_name_2', collection='Collection_1')

Results

username='some_user'
password='some_password'
topt='111111'                   # one time password
uri='https://localhost/Login'
custom_fields=None              # if you added custom field in item 

Requirements:

  • pyotp>=2.9.0
  • httpx>=0.28.1
  • pycryptodome>=3.22.0
  • hkdf>=0.0.3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vaultdweller-0.1.tar.gz (10.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vaultdweller-0.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file vaultdweller-0.1.tar.gz.

File metadata

  • Download URL: vaultdweller-0.1.tar.gz
  • Upload date:
  • Size: 10.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.1

File hashes

Hashes for vaultdweller-0.1.tar.gz
Algorithm Hash digest
SHA256 603a4d1658a7023563ae051a74d12df93c2f36798f98b370499baf8302dd2126
MD5 da65f167e72fbde8ff9da1befbe73900
BLAKE2b-256 2d53c4998afdeeccc16382c7385b5174ca630b41733134ef0980abe8f889b7d1

See more details on using hashes here.

File details

Details for the file vaultdweller-0.1-py3-none-any.whl.

File metadata

  • Download URL: vaultdweller-0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.1

File hashes

Hashes for vaultdweller-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c443ae85858fe033b031abbdbad08011e4fb7b3856d2734f675242b269e071f5
MD5 04aea7038f0b293d47fee128b5346d5a
BLAKE2b-256 67b5dfadee06e77240e652d5d3a519a0d183f71b0546a5cc2f2f91516c35284d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page