Skip to content

Repository files navigation

LastPass Python API

Original:lastpass-ruby

This is unofficial LastPass API

Install

$ pip install lastpass-python

Example

# coding: utf-8importlastpassvault=lastpass.Vault.open_remote(username, password)
foriinvault.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

The MIT License

About

LastPass Python API

Topics

Resources

Stars

184 stars

Watchers

12 watching

Forks

Releases

Packages

Used by

Contributors

Languages