Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
rename to yauta
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshi committed Jan 14, 2019
1 parent 2b501c6 commit 821c739
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## nikola - TeslaAPI
## yauta - TeslaAPI
hacking on cars


Expand Down Expand Up @@ -32,7 +32,7 @@ Tesla's client id and secret can be found with a cursory google search
import os
import time
import pprint
from nikola.tesla import TeslaAPI
from yauta.tesla import TeslaAPI


t = TeslaAPI(
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ def read(fname):


setup(
name="nikola",
name="yauta",
version='0.0.0.1',
description="unofficial sdk for tesla vehicles",
description="yet another unofficial tesla api",
long_description=read('README.md'),
url="https://github.com/thisisshi/tesla",
url="https://github.com/thisisshi/yauta",
install_requires=[
"requests"
],
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions nikola/tesla.py → yauta/tesla.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry

from nikola.exceptions import TeslaAuthException
from nikola.vehicle import TeslaVehicle
from yauta.exceptions import TeslaAuthException
from yauta.vehicle import TeslaVehicle


class TeslaAPI(Session):
Expand Down
File renamed without changes.

0 comments on commit 821c739

Please sign in to comment.