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
Releasing
$ pip install twine
$ python setup.py sdist
$ twine upload dist/*
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.2.tar.gz
(8.1 kB
view details)
File details
Details for the file lastpass-python-0.3.2.tar.gz
.
File metadata
- Download URL: lastpass-python-0.3.2.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73784cc91302153ffc8ec922b09dd93a63cf06cbf6ca8cfe8c70f120ad8be0c1 |
|
MD5 | 26bd923cda669ff96be7d05fe8cbbb24 |
|
BLAKE2b-256 | 69bcd5de1e89d489c28fdc4d5d22ff0d2495a8149d3dd141bf8faeccb02d7113 |