simplepw


Namesimplepw JSON
Version 0.2.3.1 PyPI version JSON
download
home_pageNone
SummaryA CLI Application for generating and managing passwords
upload_time2024-04-19 21:35:35
maintainerNone
docs_urlNone
authorpajhe
requires_pythonNone
licenseNone
keywords password generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SimplePW

This password manager is a project designed for educational purposes to explore concepts of password security and encryption. While it utilizes encryption to protect your data, it is important to understand that it is not suitable for storing highly sensitive information in real-world scenarios.

# Breaking Change:

Since Version 0.2.3 i use an sqlite db as the data storage. DonĀ“t update before saving/backing up your data.

## Installation

The easiest way to install the newest Version of 'simplepw' is to install it with pip:

```bash
pip install simplepw
```

To install a specific version of 'simplepw', first, download the wheel file (.whl) from the release page. Then, you can install it using pip:

```bash
pip install ./wheel_file.whl
```

## Usage Instructions

To use Password Manager, activate the Command Line Interface (CLI) Interactive Mode by running the following command:

```bash
spw
```

For quickly generating a password without saving it you can run following command:

```bash
spw --generate
```
 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "simplepw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "password generation",
    "author": "pajhe",
    "author_email": "piejeys@proton.me",
    "download_url": null,
    "platform": null,
    "description": "# SimplePW\r\n\r\nThis password manager is a project designed for educational purposes to explore concepts of password security and encryption. While it utilizes encryption to protect your data, it is important to understand that it is not suitable for storing highly sensitive information in real-world scenarios.\r\n\r\n# Breaking Change:\r\n\r\nSince Version 0.2.3 i use an sqlite db as the data storage. Don\u00b4t update before saving/backing up your data.\r\n\r\n## Installation\r\n\r\nThe easiest way to install the newest Version of 'simplepw' is to install it with pip:\r\n\r\n```bash\r\npip install simplepw\r\n```\r\n\r\nTo install a specific version of 'simplepw', first, download the wheel file (.whl) from the release page. Then, you can install it using pip:\r\n\r\n```bash\r\npip install ./wheel_file.whl\r\n```\r\n\r\n## Usage Instructions\r\n\r\nTo use Password Manager, activate the Command Line Interface (CLI) Interactive Mode by running the following command:\r\n\r\n```bash\r\nspw\r\n```\r\n\r\nFor quickly generating a password without saving it you can run following command:\r\n\r\n```bash\r\nspw --generate\r\n```\r\n \r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A CLI Application for generating and managing passwords",
    "version": "0.2.3.1",
    "project_urls": null,
    "split_keywords": [
        "password",
        "generation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28f98564fd36c22f6808b887fc8a827ddb3afd54a27744bec009f8873b4f2bf9",
                "md5": "ee0c1376aa49741eed1c8060673a09c7",
                "sha256": "d8dc21cb1f9610d0085cdcedbf5702e9eb88b1d4dfc2ba742e65a6e1e3a5c3a0"
            },
            "downloads": -1,
            "filename": "simplepw-0.2.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee0c1376aa49741eed1c8060673a09c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5856,
            "upload_time": "2024-04-19T21:35:35",
            "upload_time_iso_8601": "2024-04-19T21:35:35.893326Z",
            "url": "https://files.pythonhosted.org/packages/28/f9/8564fd36c22f6808b887fc8a827ddb3afd54a27744bec009f8873b4f2bf9/simplepw-0.2.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 21:35:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simplepw"
}
        
Elapsed time: 0.24930s