pynintendoparental 1.0.4__py3-none-any.whl → 1.0.5__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.
@@ -1 +1 @@
1
- __version__ = "1.0.4"
1
+ __version__ = "1.0.5"
@@ -5,10 +5,10 @@ import logging
5
5
 
6
6
  _LOGGER = logging.getLogger(__package__)
7
7
  MOBILE_APP_PKG = "com.nintendo.znma"
8
- MOBILE_APP_VERSION = "2.1.1"
9
- MOBILE_APP_BUILD = "540"
8
+ MOBILE_APP_VERSION = "2.2.0"
9
+ MOBILE_APP_BUILD = "560"
10
10
  OS_NAME = "ANDROID"
11
- OS_VERSION = "33"
11
+ OS_VERSION = "34"
12
12
  OS_STR = f"{OS_NAME} {OS_VERSION}"
13
13
  DEVICE_MODEL = "Pixel 4 XL"
14
14
  BASE_URL = "https://app.lp1.znma.srv.nintendo.net/v2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pynintendoparental
3
- Version: 1.0.4
3
+ Version: 1.0.5
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,7 +14,7 @@ License-File: LICENSE
14
14
  Provides-Extra: dev
15
15
  Requires-Dist: bandit<1.9,>=1.7; extra == "dev"
16
16
  Requires-Dist: black<26,>=23; extra == "dev"
17
- Requires-Dist: build<1.3,>=0.10; extra == "dev"
17
+ Requires-Dist: build<1.4,>=0.10; extra == "dev"
18
18
  Requires-Dist: flake8<8,>=6; extra == "dev"
19
19
  Requires-Dist: isort<7,>=5; extra == "dev"
20
20
  Requires-Dist: mypy<1.18,>=1.5; extra == "dev"
@@ -1,8 +1,8 @@
1
1
  pynintendoparental/__init__.py,sha256=pNcBsHRa4B85USP7uzwPEGF9fu3MA9YgW_hI82F_NXQ,2460
2
- pynintendoparental/_version.py,sha256=acuR_XSJzp4OrQ5T8-Ac5gYe48mUwObuwjRmisFmZ7k,22
2
+ pynintendoparental/_version.py,sha256=B9kKWJLln1i8LjtkcYecvNWGLTrez4gCUOHtnPlInFo,22
3
3
  pynintendoparental/api.py,sha256=hMXq0eNIgFELlNZJtN0rK3plKyu9nirvwiUPNlkjOCY,7013
4
4
  pynintendoparental/application.py,sha256=l-oVwM4hrVVUf_2djQ7rJVya7LQP38yhaLPAWt8V8TY,3941
5
- pynintendoparental/const.py,sha256=Ao38EeEXMOouY4DRgOfeytDY8Kwj3XAaiaCDteSJ7IE,2101
5
+ pynintendoparental/const.py,sha256=sQZqU0f1NSClMPfCSJonlCunLdbPPiXjL-JS2LMZGd4,2101
6
6
  pynintendoparental/device.py,sha256=ASyWcY8wwWPgq7mlJCnFIP7IeYw0HgSxgIktQUYp8Oo,22201
7
7
  pynintendoparental/enum.py,sha256=lzacGti7fcQqAOROjB9782De7bOMYKSEM61SQd6aYG4,401
8
8
  pynintendoparental/exceptions.py,sha256=usHY7Ew0vicPVGUNk1NA1sy0vpQxTJrPPT-N5lWNQoY,701
@@ -11,8 +11,8 @@ pynintendoparental/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  pynintendoparental/utils.py,sha256=5-EP_rmPnSSWtbi18Y226GtjLhF3PLONKwmRdiy7m2c,198
12
12
  pynintendoparental/authenticator/__init__.py,sha256=MZdA6qqHV0i7rspNL9Z9xl7aRy-EJEm3NIapiIgEJBA,7688
13
13
  pynintendoparental/authenticator/const.py,sha256=_nUJVC0U64j_n1LaQd_KDg0EWFcezb87bQyYYXpbPPY,917
14
- pynintendoparental-1.0.4.dist-info/licenses/LICENSE,sha256=zsxHgHVMnyWq121yND8zBl9Rl9H6EF2K9N51B2ZSm_k,1071
15
- pynintendoparental-1.0.4.dist-info/METADATA,sha256=tV5qwZ84sU23r0seWjqsNplMfyyUABlI-jymxLuHMRA,1871
16
- pynintendoparental-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- pynintendoparental-1.0.4.dist-info/top_level.txt,sha256=QQ5bAl-Ljso16P8KLf1NHrFmKk9jLT7bVJG_rVlIXWk,19
18
- pynintendoparental-1.0.4.dist-info/RECORD,,
14
+ pynintendoparental-1.0.5.dist-info/licenses/LICENSE,sha256=zsxHgHVMnyWq121yND8zBl9Rl9H6EF2K9N51B2ZSm_k,1071
15
+ pynintendoparental-1.0.5.dist-info/METADATA,sha256=X3g3K200WrJo8UwE_EX6ImqYc4QPAW_RhXYFeZzAKas,1871
16
+ pynintendoparental-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ pynintendoparental-1.0.5.dist-info/top_level.txt,sha256=QQ5bAl-Ljso16P8KLf1NHrFmKk9jLT7bVJG_rVlIXWk,19
18
+ pynintendoparental-1.0.5.dist-info/RECORD,,