exbw


Nameexbw JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryWrapper for bitwarden cli client.
upload_time2025-10-21 17:10:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords bitwarden
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # exbw

Wrapper for bitwarden cli client.

Retrieve specified item field of bitwarden.
**NOTICE: Require Bitwarden CLI Installed**

## Install

`pip install exbw`

## Usage

- `ITEM` vault item name
- `FIELD` item field name (default: password)

`python3 -m exbw ITEM [-f FIELD]`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "exbw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "bitwarden",
    "author": null,
    "author_email": "darkclip <darkclip@hanv.dev>",
    "download_url": "https://files.pythonhosted.org/packages/f1/f4/e53f93c5e6e008ddeed83579ee8a31e9749576af4e7acaa4f298d42ccfca/exbw-0.1.1.tar.gz",
    "platform": null,
    "description": "# exbw\n\nWrapper for bitwarden cli client.\n\nRetrieve specified item field of bitwarden.\n**NOTICE: Require Bitwarden CLI Installed**\n\n## Install\n\n`pip install exbw`\n\n## Usage\n\n- `ITEM` vault item name\n- `FIELD` item field name (default: password)\n\n`python3 -m exbw ITEM [-f FIELD]`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wrapper for bitwarden cli client.",
    "version": "0.1.1",
    "project_urls": {
        "documentation": "https://github.com/darkclip/exbw",
        "homepage": "https://github.com/darkclip/exbw",
        "repository": "https://github.com/darkclip/exbw"
    },
    "split_keywords": [
        "bitwarden"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d0b761f2924ec47e9af27eb311fb2bccfeec865b04e372c969913c201800335",
                "md5": "b8970049940fd5c5a000c55b59984884",
                "sha256": "30c0fc58bab042bed2cbb710846019606956e0881c8d19624896c1ec9a8edd7b"
            },
            "downloads": -1,
            "filename": "exbw-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8970049940fd5c5a000c55b59984884",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4117,
            "upload_time": "2025-10-21T17:10:28",
            "upload_time_iso_8601": "2025-10-21T17:10:28.817248Z",
            "url": "https://files.pythonhosted.org/packages/8d/0b/761f2924ec47e9af27eb311fb2bccfeec865b04e372c969913c201800335/exbw-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1f4e53f93c5e6e008ddeed83579ee8a31e9749576af4e7acaa4f298d42ccfca",
                "md5": "6cdd1f4a901a5675acf08bd26599dba8",
                "sha256": "6d1bd32f4ef5e3c2e1c7df4bfc006cacd2271439c83dc3f77597f28354da4e45"
            },
            "downloads": -1,
            "filename": "exbw-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6cdd1f4a901a5675acf08bd26599dba8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4455,
            "upload_time": "2025-10-21T17:10:30",
            "upload_time_iso_8601": "2025-10-21T17:10:30.963344Z",
            "url": "https://files.pythonhosted.org/packages/f1/f4/e53f93c5e6e008ddeed83579ee8a31e9749576af4e7acaa4f298d42ccfca/exbw-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-21 17:10:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "darkclip",
    "github_project": "exbw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "exbw"
}
        
Elapsed time: 1.21657s