zenx 0.6.3__py3-none-any.whl → 0.6.4__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.
zenx/spiders/base.py CHANGED
@@ -15,7 +15,7 @@ class Spider(ABC):
15
15
  # central registry
16
16
  name: ClassVar[str]
17
17
  _registry: ClassVar[Dict[str, Type[Spider]]] = {}
18
- pipelines: ClassVar[List[Literal["synoptic_websocket","synoptic_grpc"]]]
18
+ pipelines: ClassVar[List[Literal["preprocess","synoptic_websocket","synoptic_grpc"]]]
19
19
  client_name: ClassVar[Literal["curl_cffi"]] = "curl_cffi"
20
20
 
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zenx
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: mini-framework
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: curl-cffi>=0.12.0
@@ -19,9 +19,9 @@ zenx/resources/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
19
19
  zenx/resources/proto/feed_pb2.py,sha256=ZyICOLnyuXekkvV4bAHZ1nE1-wwzcYYRRrmRJCMrSoo,2810
20
20
  zenx/resources/proto/feed_pb2_grpc.py,sha256=Mim6FfBgIMj0PmTqHk036nVUMJH3A6I3ts6r1j3bQF8,7441
21
21
  zenx/spiders/__init__.py,sha256=rs5LuqdM2MQlUYiTGJrzkYhzN8_SSLTrR7wGjSRrrSo,25
22
- zenx/spiders/base.py,sha256=LaX29ArNIAiv8E8hUUpJxahBpRnGfskDlxx4hU0gsTg,2232
23
- zenx-0.6.3.dist-info/METADATA,sha256=eoDHZHHXDTZwAkOx8yovY5VIJnjHV2XJcSHoft8stUg,1273
24
- zenx-0.6.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- zenx-0.6.3.dist-info/entry_points.txt,sha256=8JXob2f1VtvzGFris-e9Usqywg7oca-cChDlH9moOZU,38
26
- zenx-0.6.3.dist-info/top_level.txt,sha256=JeXwvK86d7sB-2x-avugFnZIZa33zaHWKI8RHWJR6KY,5
27
- zenx-0.6.3.dist-info/RECORD,,
22
+ zenx/spiders/base.py,sha256=V_fOG_4XGXXbjTsi1T7_yXkQetHhceQ2vzoTAyaeDyI,2245
23
+ zenx-0.6.4.dist-info/METADATA,sha256=87T6NmnGEsrajcvT6_XE-x8lOFbjb0OrtmRUVPZwLQs,1273
24
+ zenx-0.6.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ zenx-0.6.4.dist-info/entry_points.txt,sha256=8JXob2f1VtvzGFris-e9Usqywg7oca-cChDlH9moOZU,38
26
+ zenx-0.6.4.dist-info/top_level.txt,sha256=JeXwvK86d7sB-2x-avugFnZIZa33zaHWKI8RHWJR6KY,5
27
+ zenx-0.6.4.dist-info/RECORD,,
File without changes