Skip to content

jshost/lastpass-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastPass Python API

image

image

Original

lastpass-ruby

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

The MIT License

About

LastPass Python API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%