Skip to content

lanrat/luxerone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luxer One API

A Python API client to the Luxer One Residential API.

Example

import luxerone

# credentials
username = "[email protected]"
password = "**********"

# authenticate
token = luxerone.login(username, password)

# print all pending packages
pending = luxerone.pending(token)
print("pending (%d):" % len(pending))
luxerone.print_packages(pending)

See example_client.py for a more comprehensive example API client.

About

A Python API client to the Luxer One Residential API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages