Read only access to the online LastPass vault (unofficial)
Project description
- Original:
This is unofficial LastPass API
Install
$ pip install lastpass-python
Example
# coding: utf-8
import lastpass
vault = lastpass.Vault.open_remote(username, password)
for i in vault.accounts:
print(i.id, i.username, i.password, i.url)
Testing
Install test dependencies
$ pip install -r requirements.txt
Run tests with
$ nosetests
or test all environments and pep8 with tox
$ tox
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lastpass-python-0.1.4.tar.gz
(6.9 kB
view details)
File details
Details for the file lastpass-python-0.1.4.tar.gz
.
File metadata
- Download URL: lastpass-python-0.1.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42c4d8ce05bc895f362c2904f5c59ebd58b3ea5cee84e704aa4af90cfb1ca8f8
|
|
MD5 |
cc962a64c60d1db9156ea62f8ea9b9fd
|
|
BLAKE2b-256 |
ef427c0609474c3275551875f5859ef87c042c4505bf8ec6a77ed27e3e4ab0cb
|