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.3.1.tar.gz
(6.8 kB
view details)
File details
Details for the file lastpass-python-0.3.1.tar.gz
.
File metadata
- Download URL: lastpass-python-0.3.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc9bb84e1b9bd229b2e7c026beb52fb2126c345c8aac098d50ab4aa0c4b6d6da
|
|
MD5 |
53c461daa1c81169b2448af3296a8403
|
|
BLAKE2b-256 |
16013f2a5792cd153c848651605f75a3e5411c534858a9a2646e8691796d5870
|