LastPass Python API (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.1.tar.gz
(6.7 kB
view details)
File details
Details for the file lastpass-python-0.1.1.tar.gz
.
File metadata
- Download URL: lastpass-python-0.1.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4865611c04d7e0cad9937d463cfab77026c4c577f4b063267097d191028be599
|
|
MD5 |
f44829273a5a80d949343c021b4c103d
|
|
BLAKE2b-256 |
dbfb6ac780a387bd75fe2980e3ed7f31a0756ff927287271463c4722ae1e8993
|