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.3.tar.gz
(6.9 kB
view details)
File details
Details for the file lastpass-python-0.1.3.tar.gz
.
File metadata
- Download URL: lastpass-python-0.1.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
133fec4dd7858260660dfa954269decaac3ccc4233b4bf4065704c09d37ab6da
|
|
MD5 |
fe00594b95b05da402eb4df667cb17ea
|
|
BLAKE2b-256 |
add4bfff5f1dc2f766383ce745c401da6153b39e0dbe4d9390a0c71f39831057
|