Skip to content

joerg65/pytedee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Tedee Client Package

This is a Tedee Lock Client package.

Download:

git clone https://github.com/joerg65/pytedee.git

Install:

pipenv install -e .

or

python3 setup.py install

Try it with the example.py:

If module six generates erorr:
Ensure module version of six is at least 1.15.0.

pip3 install six==1.15.0