A library for password manager for Python
Project description
# Password Manager
[](https://travis-ci.org/patarapolw/memorable_pwm)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://github.com/boxed/pytest-readme)
A library for password manager for Python
## Features
- Automatic vault locking and saving after predefined time (default 60 sec)
- Vault file generation
- Passcode lock with RSA (based on PyCryptodome)
## Installation
```commandline
pip install password_manager
```
or
```commandline
pipenv install -e git+https://github.com/patarapolw/password_manager.git#egg=password_manager
```
## Usage
```python
from password_manager.vault import Vault
with Vault('amasterpassword') as vault:
vault['reddit'] = {
'password': 'averycomplexpassword'
}
with Vault('amasterpassword') as vault:
print(vault['reddit']['password'])
```
[](https://travis-ci.org/patarapolw/memorable_pwm)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://pypi.python.org/pypi/password_manager/)
[](https://github.com/boxed/pytest-readme)
A library for password manager for Python
## Features
- Automatic vault locking and saving after predefined time (default 60 sec)
- Vault file generation
- Passcode lock with RSA (based on PyCryptodome)
## Installation
```commandline
pip install password_manager
```
or
```commandline
pipenv install -e git+https://github.com/patarapolw/password_manager.git#egg=password_manager
```
## Usage
```python
from password_manager.vault import Vault
with Vault('amasterpassword') as vault:
vault['reddit'] = {
'password': 'averycomplexpassword'
}
with Vault('amasterpassword') as vault:
print(vault['reddit']['password'])
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file password_manager-0.1.6-py2.py3-none-any.whl.
File metadata
- Download URL: password_manager-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90b949d0e27a2610e4cf71ac1a5d0b8b2733d050a2913c8be811aca96f3883dd
|
|
| MD5 |
6c649e5b44102721fe6f81d7d06ea7a2
|
|
| BLAKE2b-256 |
97aa41b6a82177f89be0da2af4f387f0e3b1f954e44ea7f9a6ee7d2f284b3daa
|