pycupra 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pycupra/__version__.py CHANGED
@@ -3,4 +3,4 @@ pycupra - A Python 3 library for interacting with the My Cupra/My Seat portal.
3
3
 
4
4
  For more details and documentation, visit the github page at https://github.com/WulfgarW/pycupra
5
5
  """
6
- __version__ = "0.1.1"
6
+ __version__ = "0.1.3"
@@ -12,6 +12,9 @@ from .proto.mcs_pb2 import ( # pylint: disable=no-name-in-module
12
12
  StreamErrorStanza,
13
13
  )
14
14
 
15
+ from .proto import android_checkin_pb2
16
+ from .proto import checkin_pb2
17
+
15
18
  __all__ = [
16
19
  "FcmPushClientConfig",
17
20
  "FcmPushClient",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycupra
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: A library to read and send vehicle data via Cupra/Seat portal using the same API calls as the MyCupra/MySeat mobile app.
5
5
  Home-page: https://github.com/WulfgarW/pycupra
6
6
  Author: WulfgarW
@@ -1,5 +1,5 @@
1
1
  pycupra/__init__.py,sha256=p0880jPkLqOErX3u3qaLboBLOsEHFpe44axApdaGeqI,231
2
- pycupra/__version__.py,sha256=zlzRw8I9vnBzTZvrypDu4BTmAAVACxH_TDevfUOUGxE,207
2
+ pycupra/__version__.py,sha256=FuN-Z-H4lUJ27PD23CaLUl4w2bIFGIpB5ClBQI7inS8,207
3
3
  pycupra/connection.py,sha256=r02CHAhRrZwu90AIsfTnzAhRn9dZjK8WuZvhUa6_DcA,85314
4
4
  pycupra/const.py,sha256=cJJ9xrof6HZ7ZE7nXnB6tU4qMbSadlN8mgs43Igy7Mo,10591
5
5
  pycupra/dashboard.py,sha256=hFHhCDrCNufQR1I85AlR4kPgSlFSinCegZ0w8F4FvUk,43703
@@ -7,13 +7,13 @@ pycupra/exceptions.py,sha256=Nq_F79GP8wjHf5lpvPy9TbSIrRHAJrFMo0T1N9TcgSQ,2917
7
7
  pycupra/firebase.py,sha256=V3Ico6FZzEn0-5-CnqaDP9Mg9LpVU-_qLyZQwiRBbD0,2725
8
8
  pycupra/utilities.py,sha256=cH4MiIzT2WlHgmnl_E7rR0R5LvCXfDNvirJolct50V8,2563
9
9
  pycupra/vehicle.py,sha256=armeMQHxOZyyQJ9Iu7G26pq_BNc8oahPFxOe7daEip8,151994
10
- pycupra/firebase_messaging/__init__.py,sha256=Gwe6NPn4_DTJdZ8rZMNJjg3pDkz2ZURjOYJDnGoOYnk,476
10
+ pycupra/firebase_messaging/__init__.py,sha256=QRhLZH1SthZ60DUBLxJGL3ntc14TUIuXM5rKSBmGqHM,548
11
11
  pycupra/firebase_messaging/const.py,sha256=XMy8kJ37uBSkTpVpdLeSjxk5UIPuvDuo-rxYdgmo2G8,1191
12
12
  pycupra/firebase_messaging/fcmpushclient.py,sha256=FGttEKCnOlnBWkFiVSo-xkl7RAc7Dgi25lY3lEvMAa8,29549
13
13
  pycupra/firebase_messaging/fcmregister.py,sha256=lDgk0TZjW2dvF6ogEKc45rHT30iv8DxHzB9MlekZtO4,18103
14
14
  pycupra/firebase_messaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- pycupra-0.1.1.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
16
- pycupra-0.1.1.dist-info/METADATA,sha256=i6n3a43MUJwm1qGMmeF2tMTVNqQJtj4FJ3KDnghDDqA,3757
17
- pycupra-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
18
- pycupra-0.1.1.dist-info/top_level.txt,sha256=9Lbj_jG4JvpGwt6K3AwhWFc0XieDnuHFOP4x44wSXSQ,8
19
- pycupra-0.1.1.dist-info/RECORD,,
15
+ pycupra-0.1.3.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
16
+ pycupra-0.1.3.dist-info/METADATA,sha256=Q5doe-IVDBfV1ag1hmdvN5_u4SxzmFsjuw2Z8SZMMXc,3757
17
+ pycupra-0.1.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
18
+ pycupra-0.1.3.dist-info/top_level.txt,sha256=9Lbj_jG4JvpGwt6K3AwhWFc0XieDnuHFOP4x44wSXSQ,8
19
+ pycupra-0.1.3.dist-info/RECORD,,