chpass


Namechpass JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/bengabay11/chpass
SummaryGather information from chrome
upload_time2023-07-28 22:28:24
maintainer
docs_urlNone
authorBen Gabay
requires_python>=3
licenseLicense :: OSI Approved :: MIT License
keywords chrome passwords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chpass

Gather information from Chrome 🔑

[![Unit Tests](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml)
[![Integration Tests](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml)
[![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/chpass/)

## Features

- import/export passwords
- history
- google account profile picture
- downloads
- top visited sites

## Installing

```console
$ pip install chpass
```

## Usage

```console
usage: chpass [-h] [-u USER] [-i FILE_ADAPTER] {import,export} ...
```

> Chrome must be closed during the whole process, because its database is locked while running.

### Export

```console
usage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...
```

### Import

```console
usage: chpass import [-h] -f FROM_FILE
```

> In order to import the passwords successfully, Chrome must be restarted after the import to load the passwords from the database.

## File adapters

`chpass` support read/write functionality with `csv` and `json`.

the default export and import is done with `csv`.

you can change the file adapter with the flag:

```console
$ chpass -i json export
```

## License

This project is licensed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bengabay11/chpass",
    "name": "chpass",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "chrome passwords",
    "author": "Ben Gabay",
    "author_email": "ben.gabay38@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/d8/60d52c45d8d655251b2cf201327594585c8aa70cbe7d43d19b553aeac613/chpass-0.3.1.tar.gz",
    "platform": null,
    "description": "# chpass\n\nGather information from Chrome \ud83d\udd11\n\n[![Unit Tests](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml)\n[![Integration Tests](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml)\n[![python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://pypi.org/project/chpass/)\n\n## Features\n\n- import/export passwords\n- history\n- google account profile picture\n- downloads\n- top visited sites\n\n## Installing\n\n```console\n$ pip install chpass\n```\n\n## Usage\n\n```console\nusage: chpass [-h] [-u USER] [-i FILE_ADAPTER] {import,export} ...\n```\n\n> Chrome must be closed during the whole process, because its database is locked while running.\n\n### Export\n\n```console\nusage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...\n```\n\n### Import\n\n```console\nusage: chpass import [-h] -f FROM_FILE\n```\n\n> In order to import the passwords successfully, Chrome must be restarted after the import to load the passwords from the database.\n\n## File adapters\n\n`chpass` support read/write functionality with `csv` and `json`.\n\nthe default export and import is done with `csv`.\n\nyou can change the file adapter with the flag:\n\n```console\n$ chpass -i json export\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: MIT License",
    "summary": "Gather information from chrome",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/bengabay11/chpass"
    },
    "split_keywords": [
        "chrome",
        "passwords"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e2d2569cd85527c4be53a0aa1c3f1a264b60a72cf3b97279548a8fb4fe7290b",
                "md5": "350338a0c946d6dc66c4bea1d95d204a",
                "sha256": "c6206123b32bcde46705ef721fadccf5f183cdd2d9ddabd56705113380bcd7f0"
            },
            "downloads": -1,
            "filename": "chpass-0.3.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "350338a0c946d6dc66c4bea1d95d204a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3",
            "size": 28841,
            "upload_time": "2023-07-28T22:28:22",
            "upload_time_iso_8601": "2023-07-28T22:28:22.676540Z",
            "url": "https://files.pythonhosted.org/packages/8e/2d/2569cd85527c4be53a0aa1c3f1a264b60a72cf3b97279548a8fb4fe7290b/chpass-0.3.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2d860d52c45d8d655251b2cf201327594585c8aa70cbe7d43d19b553aeac613",
                "md5": "15188ce7792f8a179420b69fdb13b02f",
                "sha256": "a69e04e3ebc38cb320132e2b2fe45cf59ca11bb89f4252d64132047cd6420f7a"
            },
            "downloads": -1,
            "filename": "chpass-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "15188ce7792f8a179420b69fdb13b02f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 35793,
            "upload_time": "2023-07-28T22:28:24",
            "upload_time_iso_8601": "2023-07-28T22:28:24.192539Z",
            "url": "https://files.pythonhosted.org/packages/e2/d8/60d52c45d8d655251b2cf201327594585c8aa70cbe7d43d19b553aeac613/chpass-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 22:28:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bengabay11",
    "github_project": "chpass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "chpass"
}
        
Elapsed time: 0.09959s