pynintendoparental 2.3.0__py3-none-any.whl → 2.3.2__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.
- pynintendoparental/_version.py +1 -1
- pynintendoparental/const.py +2 -2
- {pynintendoparental-2.3.0.dist-info → pynintendoparental-2.3.2.dist-info}/METADATA +5 -5
- {pynintendoparental-2.3.0.dist-info → pynintendoparental-2.3.2.dist-info}/RECORD +7 -7
- {pynintendoparental-2.3.0.dist-info → pynintendoparental-2.3.2.dist-info}/WHEEL +0 -0
- {pynintendoparental-2.3.0.dist-info → pynintendoparental-2.3.2.dist-info}/licenses/LICENSE +0 -0
- {pynintendoparental-2.3.0.dist-info → pynintendoparental-2.3.2.dist-info}/top_level.txt +0 -0
pynintendoparental/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.3.
|
|
1
|
+
__version__ = "2.3.2"
|
pynintendoparental/const.py
CHANGED
|
@@ -6,8 +6,8 @@ import logging
|
|
|
6
6
|
_LOGGER = logging.getLogger(__package__)
|
|
7
7
|
CLIENT_ID = "54789befb391a838"
|
|
8
8
|
MOBILE_APP_PKG = "com.nintendo.znma"
|
|
9
|
-
MOBILE_APP_VERSION = "2.3.
|
|
10
|
-
MOBILE_APP_BUILD = "
|
|
9
|
+
MOBILE_APP_VERSION = "2.3.2"
|
|
10
|
+
MOBILE_APP_BUILD = "640"
|
|
11
11
|
OS_NAME = "ANDROID"
|
|
12
12
|
OS_VERSION = "34"
|
|
13
13
|
OS_STR = f"{OS_NAME} {OS_VERSION}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pynintendoparental
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2
|
|
4
4
|
Summary: A Python module to interact with Nintendo Parental Controls
|
|
5
5
|
Home-page: http://github.com/pantherale0/pynintendoparental
|
|
6
6
|
Author: pantherale0
|
|
@@ -14,14 +14,14 @@ License-File: LICENSE
|
|
|
14
14
|
Requires-Dist: pynintendoauth==1.0.2
|
|
15
15
|
Provides-Extra: dev
|
|
16
16
|
Requires-Dist: aiofiles<26,>=23; extra == "dev"
|
|
17
|
-
Requires-Dist: bandit<1.
|
|
17
|
+
Requires-Dist: bandit<1.10,>=1.7; extra == "dev"
|
|
18
18
|
Requires-Dist: black<26,>=23; extra == "dev"
|
|
19
19
|
Requires-Dist: build<1.4,>=0.10; extra == "dev"
|
|
20
|
-
Requires-Dist: Faker<
|
|
20
|
+
Requires-Dist: Faker<41,>=38; extra == "dev"
|
|
21
21
|
Requires-Dist: flake8<8,>=6; extra == "dev"
|
|
22
|
-
Requires-Dist: isort<
|
|
22
|
+
Requires-Dist: isort<8,>=5; extra == "dev"
|
|
23
23
|
Requires-Dist: mypy<1.20,>=1.5; extra == "dev"
|
|
24
|
-
Requires-Dist: pytest<
|
|
24
|
+
Requires-Dist: pytest<10,>=7; extra == "dev"
|
|
25
25
|
Requires-Dist: pytest-cov<8,>=4; extra == "dev"
|
|
26
26
|
Requires-Dist: pytest-asyncio<2.0,>=0.21; extra == "dev"
|
|
27
27
|
Requires-Dist: syrupy<6,>=5; extra == "dev"
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
pynintendoparental/__init__.py,sha256=gO3rH9gukrFoACVkdqj_liqcgtHxSZlitE0PrVQZGok,2334
|
|
2
|
-
pynintendoparental/_version.py,sha256=
|
|
2
|
+
pynintendoparental/_version.py,sha256=J4CRnpR3v72FGOMp8gqSua_XWZpAfXuqgVWiQFB-gTY,22
|
|
3
3
|
pynintendoparental/api.py,sha256=B3fNI3EGdZZissOeX1umVo8svvXPIMMKWnWOkW1wJ0o,7357
|
|
4
4
|
pynintendoparental/application.py,sha256=4_38VBtoKddIXRRsegX9DB-BJ_CYIO4FhE1xC-VliOs,4961
|
|
5
5
|
pynintendoparental/authenticator.py,sha256=WPAEAUKmIymIiQUXILYt4B2_3UgYRKEVi6btJRwzjmM,430
|
|
6
|
-
pynintendoparental/const.py,sha256=
|
|
6
|
+
pynintendoparental/const.py,sha256=OU_gAQMnqt7hDH7_g5UB0H4Oq0ZkLyhMWWLPj93z6co,2201
|
|
7
7
|
pynintendoparental/device.py,sha256=TgvEH2VrvwY8j5sLeTT3dK6wMY2l5sY8TmP_AitpHgM,29553
|
|
8
8
|
pynintendoparental/enum.py,sha256=orYspYYuiBeIbb1Scgkj0m3Cn_rV-wLBr-ozG1v6azk,1169
|
|
9
9
|
pynintendoparental/exceptions.py,sha256=o1vpVIwa3CHyIxxqGjYX1hk2G5RMcZJN1T7lCA-fKzc,1308
|
|
10
10
|
pynintendoparental/player.py,sha256=Zh3vi0IdOHtn5KW0tT9JigB315ftjQ4uEQylF3D4LWs,2084
|
|
11
11
|
pynintendoparental/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
pynintendoparental/utils.py,sha256=gLMibsEOnKUZJgCQKF4Zk517fawZ3mBqMK6MS2g-Um0,199
|
|
13
|
-
pynintendoparental-2.3.
|
|
14
|
-
pynintendoparental-2.3.
|
|
15
|
-
pynintendoparental-2.3.
|
|
16
|
-
pynintendoparental-2.3.
|
|
17
|
-
pynintendoparental-2.3.
|
|
13
|
+
pynintendoparental-2.3.2.dist-info/licenses/LICENSE,sha256=zsxHgHVMnyWq121yND8zBl9Rl9H6EF2K9N51B2ZSm_k,1071
|
|
14
|
+
pynintendoparental-2.3.2.dist-info/METADATA,sha256=F7AcXLZt8HfAs0FubBZfNhp2D0DRAovrorWOGc3_DAA,12674
|
|
15
|
+
pynintendoparental-2.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
pynintendoparental-2.3.2.dist-info/top_level.txt,sha256=QQ5bAl-Ljso16P8KLf1NHrFmKk9jLT7bVJG_rVlIXWk,19
|
|
17
|
+
pynintendoparental-2.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|