flashffjwt 1.0.0__tar.gz

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.
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: flashffjwt
3
+ Version: 1.0.0
4
+ Summary: FLASH FF JWT
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: protobuf>=6.30.0
@@ -0,0 +1,46 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: FreeFire.proto
5
+ # Protobuf Python Version: 6.30.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ from google.protobuf.internal import builder as _builder
11
+ # YEH 3 LINES DELETE KARO
12
+ # _runtime_version.ValidateProtobufRuntimeVersion(
13
+ # _runtime_version.Domain.PUBLIC,
14
+ # 6,
15
+ # 30,
16
+ # 0,
17
+ # '',
18
+ # 'FreeFire.proto'
19
+ # )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+ # ... baaki code waisa hi rahega
25
+
26
+
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0e\x46reeFire.proto\"c\n\x08LoginReq\x12\x0f\n\x07open_id\x18\x16 \x01(\t\x12\x14\n\x0copen_id_type\x18\x17 \x01(\t\x12\x13\n\x0blogin_token\x18\x1d \x01(\t\x12\x1b\n\x13orign_platform_type\x18\x63 \x01(\t\"]\n\x10\x42lacklistInfoRes\x12\x1e\n\nban_reason\x18\x01 \x01(\x0e\x32\n.BanReason\x12\x17\n\x0f\x65xpire_duration\x18\x02 \x01(\r\x12\x10\n\x08\x62\x61n_time\x18\x03 \x01(\r\"f\n\x0eLoginQueueInfo\x12\r\n\x05\x61llow\x18\x01 \x01(\x08\x12\x16\n\x0equeue_position\x18\x02 \x01(\r\x12\x16\n\x0eneed_wait_secs\x18\x03 \x01(\r\x12\x15\n\rqueue_is_full\x18\x04 \x01(\x08\"\xa0\x03\n\x08LoginRes\x12\x12\n\naccount_id\x18\x01 \x01(\x04\x12\x13\n\x0block_region\x18\x02 \x01(\t\x12\x13\n\x0bnoti_region\x18\x03 \x01(\t\x12\x11\n\tip_region\x18\x04 \x01(\t\x12\x19\n\x11\x61gora_environment\x18\x05 \x01(\t\x12\x19\n\x11new_active_region\x18\x06 \x01(\t\x12\x19\n\x11recommend_regions\x18\x07 \x03(\t\x12\r\n\x05token\x18\x08 \x01(\t\x12\x0b\n\x03ttl\x18\t \x01(\r\x12\x12\n\nserver_url\x18\n \x01(\t\x12\x16\n\x0e\x65mulator_score\x18\x0b \x01(\r\x12$\n\tblacklist\x18\x0c \x01(\x0b\x32\x11.BlacklistInfoRes\x12#\n\nqueue_info\x18\r \x01(\x0b\x32\x0f.LoginQueueInfo\x12\x0e\n\x06tp_url\x18\x0e \x01(\t\x12\x15\n\rapp_server_id\x18\x0f \x01(\r\x12\x0f\n\x07\x61no_url\x18\x10 \x01(\t\x12\x0f\n\x07ip_city\x18\x11 \x01(\t\x12\x16\n\x0eip_subdivision\x18\x12 \x01(\t*\xa8\x01\n\tBanReason\x12\x16\n\x12\x42\x41N_REASON_UNKNOWN\x10\x00\x12\x1b\n\x17\x42\x41N_REASON_IN_GAME_AUTO\x10\x01\x12\x15\n\x11\x42\x41N_REASON_REFUND\x10\x02\x12\x15\n\x11\x42\x41N_REASON_OTHERS\x10\x03\x12\x16\n\x12\x42\x41N_REASON_SKINMOD\x10\x04\x12 \n\x1b\x42\x41N_REASON_IN_GAME_AUTO_NEW\x10\xf6\x07\x62\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'FreeFire_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ DESCRIPTOR._loaded_options = None
36
+ _globals['_BANREASON']._serialized_start=738
37
+ _globals['_BANREASON']._serialized_end=906
38
+ _globals['_LOGINREQ']._serialized_start=18
39
+ _globals['_LOGINREQ']._serialized_end=117
40
+ _globals['_BLACKLISTINFORES']._serialized_start=119
41
+ _globals['_BLACKLISTINFORES']._serialized_end=212
42
+ _globals['_LOGINQUEUEINFO']._serialized_start=214
43
+ _globals['_LOGINQUEUEINFO']._serialized_end=316
44
+ _globals['_LOGINRES']._serialized_start=319
45
+ _globals['_LOGINRES']._serialized_end=735
46
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1 @@
1
+ echo 'from .FreeFire_pb2 import *' > flashffjwt/__init__.py
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: flashffjwt
3
+ Version: 1.0.0
4
+ Summary: FLASH FF JWT
5
+ Requires-Python: >=3.8
6
+ Requires-Dist: protobuf>=6.30.0
@@ -0,0 +1,8 @@
1
+ pyproject.toml
2
+ flashffjwt/FreeFire_pb2.py
3
+ flashffjwt/__init__.py
4
+ flashffjwt.egg-info/PKG-INFO
5
+ flashffjwt.egg-info/SOURCES.txt
6
+ flashffjwt.egg-info/dependency_links.txt
7
+ flashffjwt.egg-info/requires.txt
8
+ flashffjwt.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ protobuf>=6.30.0
@@ -0,0 +1 @@
1
+ flashffjwt
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "flashffjwt"
7
+ version = "1.0.0"
8
+ description = "FLASH FF JWT"
9
+ requires-python = ">=3.8"
10
+ dependencies = ["protobuf>=6.30.0"]
11
+
12
+ [tool.setuptools.packages.find]
13
+ include = ["flashffjwt*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+