nosible 0.2.6__py3-none-any.whl → 0.2.7__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.
- nosible/nosible_client.py +1 -1
- {nosible-0.2.6.dist-info → nosible-0.2.7.dist-info}/METADATA +1 -1
- {nosible-0.2.6.dist-info → nosible-0.2.7.dist-info}/RECORD +6 -6
- {nosible-0.2.6.dist-info → nosible-0.2.7.dist-info}/WHEEL +0 -0
- {nosible-0.2.6.dist-info → nosible-0.2.7.dist-info}/licenses/LICENSE +0 -0
- {nosible-0.2.6.dist-info → nosible-0.2.7.dist-info}/top_level.txt +0 -0
nosible/nosible_client.py
CHANGED
|
@@ -1897,7 +1897,7 @@ class Nosible:
|
|
|
1897
1897
|
prefix = (self.nosible_api_key or "").split("|", 1)[0]
|
|
1898
1898
|
|
|
1899
1899
|
# Map prefixes -> plan names
|
|
1900
|
-
plans = {"test", "basic", "pro", "pro+", "bus", "bus+", "ent", "chat"}
|
|
1900
|
+
plans = {"test", "basic", "pro", "pro+", "bus", "bus+", "ent", "chat", "cons", "stup", "busn"}
|
|
1901
1901
|
|
|
1902
1902
|
if prefix not in plans:
|
|
1903
1903
|
raise ValueError(f"Your API key is not valid: {prefix} is not a valid plan prefix.")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
nosible/__init__.py,sha256=11QmG9Wjprp_zB0VnPxGjqKwHmaoB0hoT8AGO6cGVMM,1426
|
|
2
|
-
nosible/nosible_client.py,sha256=
|
|
2
|
+
nosible/nosible_client.py,sha256=72zWIUaKY818gMMo2C4O1GFFw4JyqsYn7RuOFdrzZl4,94589
|
|
3
3
|
nosible/classes/result.py,sha256=htOK8NcCImguiQNIFe9kr3PYCtq46RSuB82-BzAgMbY,22762
|
|
4
4
|
nosible/classes/result_set.py,sha256=uQ9oeD2nqYTE1dGetkhkfqmPmuvxmRyVILfeHxSkT1E,53138
|
|
5
5
|
nosible/classes/search.py,sha256=VrpuAsS4pxcirR6l6WStJN0gPIfahZ_9Cx3YdNKczSw,13860
|
|
@@ -9,8 +9,8 @@ nosible/classes/snippet_set.py,sha256=0jPMDhJNCO02WhvY1QR1HedvADvBxRcN6x3FItEgSi
|
|
|
9
9
|
nosible/classes/web_page.py,sha256=cvwQspxS0pU2nFgPLqnDtDWlLONHp1KwxerflHueLJ8,5838
|
|
10
10
|
nosible/utils/json_tools.py,sha256=PcSMjcLEhbA626jAIn0SuD_1-4QDduapZUenTSt3N2E,4569
|
|
11
11
|
nosible/utils/rate_limiter.py,sha256=qr0Tg-3wVcw95FyQv3gbZhbf-_QY9zKdkIE4FSLFSBo,5400
|
|
12
|
-
nosible-0.2.
|
|
13
|
-
nosible-0.2.
|
|
14
|
-
nosible-0.2.
|
|
15
|
-
nosible-0.2.
|
|
16
|
-
nosible-0.2.
|
|
12
|
+
nosible-0.2.7.dist-info/licenses/LICENSE,sha256=8ifsV4DrsiKi8KVBFy8SBb3KXPXhofE3pYq07q1TSCQ,1117
|
|
13
|
+
nosible-0.2.7.dist-info/METADATA,sha256=D9wsIKd4jvha6MyNvL7MCL1zIBXwwVVW59rfEFxzJHI,14796
|
|
14
|
+
nosible-0.2.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
nosible-0.2.7.dist-info/top_level.txt,sha256=mOconHuKcNJ1jTAj3DapQP_xB8YOmjTMyHg5txKH3uA,8
|
|
16
|
+
nosible-0.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|