StreamingCommunity 1.9.1__py3-none-any.whl → 1.9.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.

Potentially problematic release.


This version of StreamingCommunity might be problematic. Click here for more details.

Files changed (96) hide show
  1. StreamingCommunity/run.py +2 -3
  2. {StreamingCommunity-1.9.1.dist-info → StreamingCommunity-1.9.2.dist-info}/METADATA +32 -4
  3. StreamingCommunity-1.9.2.dist-info/RECORD +7 -0
  4. {StreamingCommunity-1.9.1.dist-info → StreamingCommunity-1.9.2.dist-info}/WHEEL +1 -1
  5. {StreamingCommunity-1.9.1.dist-info → StreamingCommunity-1.9.2.dist-info}/entry_points.txt +1 -0
  6. StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py +0 -143
  7. StreamingCommunity/Api/Player/Helper/Vixcloud/util.py +0 -166
  8. StreamingCommunity/Api/Player/ddl.py +0 -89
  9. StreamingCommunity/Api/Player/maxstream.py +0 -151
  10. StreamingCommunity/Api/Player/supervideo.py +0 -194
  11. StreamingCommunity/Api/Player/vixcloud.py +0 -224
  12. StreamingCommunity/Api/Site/1337xx/__init__.py +0 -50
  13. StreamingCommunity/Api/Site/1337xx/costant.py +0 -15
  14. StreamingCommunity/Api/Site/1337xx/site.py +0 -84
  15. StreamingCommunity/Api/Site/1337xx/title.py +0 -66
  16. StreamingCommunity/Api/Site/altadefinizione/__init__.py +0 -50
  17. StreamingCommunity/Api/Site/altadefinizione/costant.py +0 -15
  18. StreamingCommunity/Api/Site/altadefinizione/film.py +0 -69
  19. StreamingCommunity/Api/Site/altadefinizione/site.py +0 -86
  20. StreamingCommunity/Api/Site/animeunity/__init__.py +0 -50
  21. StreamingCommunity/Api/Site/animeunity/costant.py +0 -15
  22. StreamingCommunity/Api/Site/animeunity/film_serie.py +0 -130
  23. StreamingCommunity/Api/Site/animeunity/site.py +0 -165
  24. StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py +0 -97
  25. StreamingCommunity/Api/Site/bitsearch/__init__.py +0 -51
  26. StreamingCommunity/Api/Site/bitsearch/costant.py +0 -15
  27. StreamingCommunity/Api/Site/bitsearch/site.py +0 -84
  28. StreamingCommunity/Api/Site/bitsearch/title.py +0 -47
  29. StreamingCommunity/Api/Site/cb01new/__init__.py +0 -51
  30. StreamingCommunity/Api/Site/cb01new/costant.py +0 -15
  31. StreamingCommunity/Api/Site/cb01new/film.py +0 -69
  32. StreamingCommunity/Api/Site/cb01new/site.py +0 -74
  33. StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py +0 -57
  34. StreamingCommunity/Api/Site/ddlstreamitaly/costant.py +0 -16
  35. StreamingCommunity/Api/Site/ddlstreamitaly/series.py +0 -141
  36. StreamingCommunity/Api/Site/ddlstreamitaly/site.py +0 -93
  37. StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py +0 -85
  38. StreamingCommunity/Api/Site/guardaserie/__init__.py +0 -52
  39. StreamingCommunity/Api/Site/guardaserie/costant.py +0 -15
  40. StreamingCommunity/Api/Site/guardaserie/series.py +0 -195
  41. StreamingCommunity/Api/Site/guardaserie/site.py +0 -84
  42. StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py +0 -110
  43. StreamingCommunity/Api/Site/mostraguarda/__init__.py +0 -48
  44. StreamingCommunity/Api/Site/mostraguarda/costant.py +0 -15
  45. StreamingCommunity/Api/Site/mostraguarda/film.py +0 -94
  46. StreamingCommunity/Api/Site/piratebays/__init__.py +0 -50
  47. StreamingCommunity/Api/Site/piratebays/costant.py +0 -15
  48. StreamingCommunity/Api/Site/piratebays/site.py +0 -89
  49. StreamingCommunity/Api/Site/piratebays/title.py +0 -45
  50. StreamingCommunity/Api/Site/streamingcommunity/__init__.py +0 -55
  51. StreamingCommunity/Api/Site/streamingcommunity/costant.py +0 -15
  52. StreamingCommunity/Api/Site/streamingcommunity/film.py +0 -70
  53. StreamingCommunity/Api/Site/streamingcommunity/series.py +0 -205
  54. StreamingCommunity/Api/Site/streamingcommunity/site.py +0 -126
  55. StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py +0 -113
  56. StreamingCommunity/Api/Template/Class/SearchType.py +0 -101
  57. StreamingCommunity/Api/Template/Util/__init__.py +0 -5
  58. StreamingCommunity/Api/Template/Util/get_domain.py +0 -137
  59. StreamingCommunity/Api/Template/Util/manage_ep.py +0 -153
  60. StreamingCommunity/Api/Template/Util/recall_search.py +0 -37
  61. StreamingCommunity/Api/Template/__init__.py +0 -3
  62. StreamingCommunity/Api/Template/site.py +0 -87
  63. StreamingCommunity/Lib/Downloader/HLS/downloader.py +0 -968
  64. StreamingCommunity/Lib/Downloader/HLS/proxyes.py +0 -110
  65. StreamingCommunity/Lib/Downloader/HLS/segments.py +0 -538
  66. StreamingCommunity/Lib/Downloader/MP4/downloader.py +0 -156
  67. StreamingCommunity/Lib/Downloader/TOR/downloader.py +0 -222
  68. StreamingCommunity/Lib/Downloader/__init__.py +0 -5
  69. StreamingCommunity/Lib/Driver/driver_1.py +0 -76
  70. StreamingCommunity/Lib/FFmpeg/__init__.py +0 -4
  71. StreamingCommunity/Lib/FFmpeg/capture.py +0 -170
  72. StreamingCommunity/Lib/FFmpeg/command.py +0 -292
  73. StreamingCommunity/Lib/FFmpeg/util.py +0 -242
  74. StreamingCommunity/Lib/M3U8/__init__.py +0 -6
  75. StreamingCommunity/Lib/M3U8/decryptor.py +0 -164
  76. StreamingCommunity/Lib/M3U8/estimator.py +0 -176
  77. StreamingCommunity/Lib/M3U8/parser.py +0 -666
  78. StreamingCommunity/Lib/M3U8/url_fixer.py +0 -52
  79. StreamingCommunity/Lib/TMBD/__init__.py +0 -2
  80. StreamingCommunity/Lib/TMBD/obj_tmbd.py +0 -39
  81. StreamingCommunity/Lib/TMBD/tmdb.py +0 -346
  82. StreamingCommunity/Upload/update.py +0 -68
  83. StreamingCommunity/Upload/version.py +0 -5
  84. StreamingCommunity/Util/_jsonConfig.py +0 -204
  85. StreamingCommunity/Util/call_stack.py +0 -42
  86. StreamingCommunity/Util/color.py +0 -20
  87. StreamingCommunity/Util/console.py +0 -12
  88. StreamingCommunity/Util/ffmpeg_installer.py +0 -275
  89. StreamingCommunity/Util/headers.py +0 -147
  90. StreamingCommunity/Util/logger.py +0 -53
  91. StreamingCommunity/Util/message.py +0 -46
  92. StreamingCommunity/Util/os.py +0 -514
  93. StreamingCommunity/Util/table.py +0 -163
  94. StreamingCommunity-1.9.1.dist-info/RECORD +0 -95
  95. {StreamingCommunity-1.9.1.dist-info → StreamingCommunity-1.9.2.dist-info}/LICENSE +0 -0
  96. {StreamingCommunity-1.9.1.dist-info → StreamingCommunity-1.9.2.dist-info}/top_level.txt +0 -0
@@ -1,95 +0,0 @@
1
- StreamingCommunity/run.py,sha256=65eHdAXNZD5FWSIUARHTco84SMYrhhjiRerxZWuDtNw,6764
2
- StreamingCommunity/Api/Player/ddl.py,sha256=cRPb3sfX5o_rkJ33qe7rDGmlgRgYMr0LTmdZLCsbO90,2409
3
- StreamingCommunity/Api/Player/maxstream.py,sha256=w4PBjJIsznfdfZMvDj3b-m9-mRBbQDiIsuxQviqWLhg,5418
4
- StreamingCommunity/Api/Player/supervideo.py,sha256=gNoAo_LVZWycfIzmK28erWRTXwNDV6FKJSLJ2Lrw_Ok,6118
5
- StreamingCommunity/Api/Player/vixcloud.py,sha256=P3R05Gy9CtbVwgWjtI4jDAQ_GB0Ob3G00DGRJ4yn5Xs,7439
6
- StreamingCommunity/Api/Player/Helper/Vixcloud/js_parser.py,sha256=HniFPpcF1qtMAT8z5bf4noHJO85x8wRke6KUxB5r-F0,4438
7
- StreamingCommunity/Api/Player/Helper/Vixcloud/util.py,sha256=hTX4LGqEK9nnRIuGYPfNDY83V837-BHfLuBbXHUp8hA,5556
8
- StreamingCommunity/Api/Site/1337xx/__init__.py,sha256=7p49dTuAma56y6dUHKeY-gtV964RlsAjL9shW1uWqKk,1173
9
- StreamingCommunity/Api/Site/1337xx/costant.py,sha256=3jDI0qlysmtfiZIAciNA-pBLSza5GBYKZlONyMpb-FI,451
10
- StreamingCommunity/Api/Site/1337xx/site.py,sha256=nJ1VY0_0fkNgw8vWZ3DvI4gHgUwOiRfq5S4v3Bok31g,2623
11
- StreamingCommunity/Api/Site/1337xx/title.py,sha256=luZsS5nrH0gzkDScGexmtFXJZvRWbFRs5yYR7Ch3HYA,1991
12
- StreamingCommunity/Api/Site/altadefinizione/__init__.py,sha256=5B0dt15lWGP20E7OIwF9HNBFUWySwh3iNj-_YTWHZac,1164
13
- StreamingCommunity/Api/Site/altadefinizione/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
14
- StreamingCommunity/Api/Site/altadefinizione/film.py,sha256=Lijal7JShc3d2DTyFu8L7_SMVkRmZ7dk5Xa0zh_y_Yo,2172
15
- StreamingCommunity/Api/Site/altadefinizione/site.py,sha256=mL-DSlOnr9HGEOW9gZZswhH2uPg2xWqT1F3IfxrjhBY,2827
16
- StreamingCommunity/Api/Site/animeunity/__init__.py,sha256=eaooEesg_Dx_2Fy3nk3G0eoyL1buZWVRTkz3gBsHhd4,1254
17
- StreamingCommunity/Api/Site/animeunity/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
18
- StreamingCommunity/Api/Site/animeunity/film_serie.py,sha256=JXJjmKb-3D474TziuUf33wnfLVM_MIB8p1Zqd-Pkntw,4085
19
- StreamingCommunity/Api/Site/animeunity/site.py,sha256=HHQphMg6fct2u_ZVbUV0ZrX-wfmYpvb9q1fgMcgbf9U,5240
20
- StreamingCommunity/Api/Site/animeunity/util/ScrapeSerie.py,sha256=Gv0xvTJMHru3YExAqQ-ZFfwIxs_227mB3d0JpsI3oAY,2983
21
- StreamingCommunity/Api/Site/bitsearch/__init__.py,sha256=2duJtu9SJOnU5KVZLDaHUILnYX9DE7n4eodvEQv5tnU,1174
22
- StreamingCommunity/Api/Site/bitsearch/costant.py,sha256=rMr5QlsdODtRciM-rUYgVY2RhyeIc40oZxQJfyKGDYQ,453
23
- StreamingCommunity/Api/Site/bitsearch/site.py,sha256=Uiq4ry3s3ZzBOtae6Q9IFFs21cUNoT2mrp9eHiFJlqE,2759
24
- StreamingCommunity/Api/Site/bitsearch/title.py,sha256=A40APeed81rSVPJjWvSSZSz1b4afEvrjx9ewInGM0uo,1363
25
- StreamingCommunity/Api/Site/cb01new/__init__.py,sha256=zyg-ScpiphpgTCSI8LnCvJL-E7fGupTBmKqtfHwDSi4,1184
26
- StreamingCommunity/Api/Site/cb01new/costant.py,sha256=EcUm_oH28CGbi5Dm2sBBAHJ1ywzn6R6mwk-Rx8mj7aQ,453
27
- StreamingCommunity/Api/Site/cb01new/film.py,sha256=MJc84TrvN6vAOVswAx3PmONsCTtKYE-uJjD4yQE12tE,2205
28
- StreamingCommunity/Api/Site/cb01new/site.py,sha256=xGzLjWOfu4i0vDk0cl6gdSswMoIj_s8Frd4O_4wMazM,2089
29
- StreamingCommunity/Api/Site/ddlstreamitaly/__init__.py,sha256=2dS8z1LSVbZqG11CPOedek2Iu1dUDNHE8nfLZOzT2AM,1410
30
- StreamingCommunity/Api/Site/ddlstreamitaly/costant.py,sha256=hzzLdsJPDnyz553_lOH7_ZPrQjVAnvBQAY19qcAzhNM,516
31
- StreamingCommunity/Api/Site/ddlstreamitaly/series.py,sha256=yJ8v3jBttqrby0-GX-g3jC_o8vtNzuPXgJps8YVM8Tk,4200
32
- StreamingCommunity/Api/Site/ddlstreamitaly/site.py,sha256=wDqbTLWm8iMuDTkx5N38Ay-zpmRUnNpyoeTw-2zaIFs,2837
33
- StreamingCommunity/Api/Site/ddlstreamitaly/util/ScrapeSerie.py,sha256=f7uA3VTANmWnLvYhjxMjzKRxU6FTgH2H8MSntWgc8jw,2652
34
- StreamingCommunity/Api/Site/guardaserie/__init__.py,sha256=PUFDUFI4AXDWrSB50_vxOvHQioFNsySCYVp9z5NPzZE,1257
35
- StreamingCommunity/Api/Site/guardaserie/costant.py,sha256=OOxqZVqlZ9XcdrOLLOz4U7MA2SrRbZ_qvvlGpuQzczo,453
36
- StreamingCommunity/Api/Site/guardaserie/series.py,sha256=20rsbmFTgenI2X-CYHW0pm94Yt3KF2BTTWeub5HK9SY,6802
37
- StreamingCommunity/Api/Site/guardaserie/site.py,sha256=ZT6uq5v914HO64WLp3PPpVxiC-w9PYOk8_1BjpHjh98,2568
38
- StreamingCommunity/Api/Site/guardaserie/util/ScrapeSerie.py,sha256=Os4lKYQB8PT1b-jzozRIpdovGh4gUQuXrPEHyLriYio,3399
39
- StreamingCommunity/Api/Site/mostraguarda/__init__.py,sha256=efd8iJ2v6UtMAvdVqH9772CDtiOIaHhdppRRlAzG7mQ,1131
40
- StreamingCommunity/Api/Site/mostraguarda/costant.py,sha256=bxFBx_dljZM8x4nxig8pg35ylDQnR4NNr2SV3_S7Lg0,451
41
- StreamingCommunity/Api/Site/mostraguarda/film.py,sha256=eCizCCTanFxYXjS6-oMJSqaauW9PeYDHx4OkNggInac,2848
42
- StreamingCommunity/Api/Site/piratebays/__init__.py,sha256=7p49dTuAma56y6dUHKeY-gtV964RlsAjL9shW1uWqKk,1173
43
- StreamingCommunity/Api/Site/piratebays/costant.py,sha256=3jDI0qlysmtfiZIAciNA-pBLSza5GBYKZlONyMpb-FI,451
44
- StreamingCommunity/Api/Site/piratebays/site.py,sha256=xpNRT9cB-ElUTz7yFafy8bu601CldIZCXMlbcV5_-JA,2930
45
- StreamingCommunity/Api/Site/piratebays/title.py,sha256=9pNBCVt-4OVFB_m2X2jqq_ms_jiRi3y6Atx9h7zTtWo,1347
46
- StreamingCommunity/Api/Site/streamingcommunity/__init__.py,sha256=rqaY_poudWLCK8rZ93QIgetG4PjNg7aDH5tGse0Co_4,1437
47
- StreamingCommunity/Api/Site/streamingcommunity/costant.py,sha256=XEksndtxSC8As-r15f0hRuFAum-CjseegrVjFYOc_XY,436
48
- StreamingCommunity/Api/Site/streamingcommunity/film.py,sha256=5v8Tack3ZNpRh9Rjut1Lefvmsiwrsozf2xml8n3pxNE,2248
49
- StreamingCommunity/Api/Site/streamingcommunity/series.py,sha256=BXCOsdUEsn2I_WfGpTYvCJly8qPN49PLpJU6v9TnCaI,7576
50
- StreamingCommunity/Api/Site/streamingcommunity/site.py,sha256=yH6y50EqES0s6vng79MxPXgUngxbvzlYMkPIr8albHA,3594
51
- StreamingCommunity/Api/Site/streamingcommunity/util/ScrapeSerie.py,sha256=XBLtKuV4j0rrfYovvlSOn_3rNoaeYokewAUpB7YxQYI,3958
52
- StreamingCommunity/Api/Template/__init__.py,sha256=lhVpudlILM1L9iBZ_7vfYwgKyrdR1OWeLvk364-fJpU,48
53
- StreamingCommunity/Api/Template/site.py,sha256=Xk_XpZ97xDUhGeiwo-52b7h1kOVsRQVdCqoXcMs2zHk,2995
54
- StreamingCommunity/Api/Template/Class/SearchType.py,sha256=lJ054oi7baFU8HoXzq_mO4foRz0wtF9GIGOOFS8VpmY,2632
55
- StreamingCommunity/Api/Template/Util/__init__.py,sha256=e-206LT2iAnL9I21fR_1FRm8F3WsbBRrUmraPP2Xfzo,202
56
- StreamingCommunity/Api/Template/Util/get_domain.py,sha256=gstMBdhevDhsmQUGHLlaUXBrSptKWE9bDXZbHfatrKs,4793
57
- StreamingCommunity/Api/Template/Util/manage_ep.py,sha256=7f14X2SG__84qCZxb4uki1mZj8H2PDUGzfNZ0Hz8oLU,5163
58
- StreamingCommunity/Api/Template/Util/recall_search.py,sha256=N-h00R2S8rQud3mNtUmaakK_8d9e5YxgHv4QwcJ4aZw,1184
59
- StreamingCommunity/Lib/Downloader/__init__.py,sha256=vAn-rpmlSmojvz4Quv47A5HLq4yBR_7noy4r6hqk0OQ,144
60
- StreamingCommunity/Lib/Downloader/HLS/downloader.py,sha256=jbST25w0GBea0GFTSNWWQEgkpSM0yEwjcBv7lo6uPeI,40554
61
- StreamingCommunity/Lib/Downloader/HLS/proxyes.py,sha256=Mrs5Mr6ATv-6BUS7CLcZjw3JNH7g_XOz7boeB1oQAQ8,3385
62
- StreamingCommunity/Lib/Downloader/HLS/segments.py,sha256=BCXF5iVLJJjA8gd3H7atk2zZvUpW317dMg6ODQSZWZ8,21122
63
- StreamingCommunity/Lib/Downloader/MP4/downloader.py,sha256=gDQJ-jrlq2DumFVgzeb_2OuBTZt7NTSxtnIDQEhEn1w,6097
64
- StreamingCommunity/Lib/Downloader/TOR/downloader.py,sha256=-N2jNapkoxjakkgFnohvJJZlAYkrdNB29dIC9lLli0Q,8677
65
- StreamingCommunity/Lib/Driver/driver_1.py,sha256=O13w--ntumH9431IO33T3WsyeOigLve0n4zqnfHyJ9c,1936
66
- StreamingCommunity/Lib/FFmpeg/__init__.py,sha256=e0Mxmza8bLXwGRjVl7zs1NtZYzq177LRCyMtoMnTO2o,137
67
- StreamingCommunity/Lib/FFmpeg/capture.py,sha256=pgYsJGnC90dNZm6bBgdlXGhkJWDS-aDvZNzbP8hCJYY,5623
68
- StreamingCommunity/Lib/FFmpeg/command.py,sha256=LaLGqYwzWNG6NxJ1s88AEkPlkUBj2zpabtMZTPe63g8,10153
69
- StreamingCommunity/Lib/FFmpeg/util.py,sha256=sVcCKH4hV2mu63I0pvQDjqNKzNIAAYNXLZ-X-MspDYA,8142
70
- StreamingCommunity/Lib/M3U8/__init__.py,sha256=sD2VIslF43OrudA1r-9xkSfUvSblr1LOZpaIM89F6M4,175
71
- StreamingCommunity/Lib/M3U8/decryptor.py,sha256=jorB5n-5qWEUXjHWG1_x3NP_Sg7kt1p6bIHDIwn2sGg,6493
72
- StreamingCommunity/Lib/M3U8/estimator.py,sha256=aaOLtrTtFwGEVxu76DPy4ACJ4kSBUJqc9sH-N6Ch2wc,6655
73
- StreamingCommunity/Lib/M3U8/parser.py,sha256=xmyCU4AYGIOUheTZ4OBPmQl_R4dJ3Y72i9UUa6_aErA,23553
74
- StreamingCommunity/Lib/M3U8/url_fixer.py,sha256=6NVKhc8R5CqarDM5TLWy6QU05qXPouW31gyilQszwbI,1675
75
- StreamingCommunity/Lib/TMBD/__init__.py,sha256=b3yUqfeBFpnKH-MScrZ3r90cpXc2ufCC-El3whK1zk8,55
76
- StreamingCommunity/Lib/TMBD/obj_tmbd.py,sha256=HEL3jAqUYtVgX7GCaw60EAD3JGvEJLOQXfD6lRYEjxA,1968
77
- StreamingCommunity/Lib/TMBD/tmdb.py,sha256=3UO_0uzi8xtrokX8Y_vO8vx_V8XHSkOVCqtgT-289GM,12000
78
- StreamingCommunity/Upload/update.py,sha256=junnLvvGIKS7ZUvlRVzUf_pT9bgtBivJi-hjoLMLS4s,2294
79
- StreamingCommunity/Upload/version.py,sha256=wBV7itxoocpvedQgscpMCnz-wd0naOLmskeN3CdrJos,176
80
- StreamingCommunity/Util/_jsonConfig.py,sha256=CLvk6HWxUklZztoy55SzEOvdsbNo-pFcVQVanwixXCc,7001
81
- StreamingCommunity/Util/call_stack.py,sha256=zuYbO8dV8bCa7fCdtaKQYuheA5K7BkTm3Oj8JA6GCpM,1417
82
- StreamingCommunity/Util/color.py,sha256=1iQUf5xDp5XKKbXl9MvKEXJvv44Zf0P4J2Nu5ATIId8,479
83
- StreamingCommunity/Util/console.py,sha256=bXP_iibXMpRIJ_zs03xFmSbkvMP3SguIuEUJZovoOqw,230
84
- StreamingCommunity/Util/ffmpeg_installer.py,sha256=yxPaeh5Altzw9xDVYOBtZS0WoflK53HWGa2ffVbJ7Bs,9993
85
- StreamingCommunity/Util/headers.py,sha256=r5hK8HVF-y6dQzCQpDnpbDGP02n29OYlzgaZAorcmG0,4565
86
- StreamingCommunity/Util/logger.py,sha256=5XmFquGYt4FjvKNyYKa21mLLKARmzGWk-mBo05ezlHQ,1914
87
- StreamingCommunity/Util/message.py,sha256=Q8FDpJ6S7W2BN23JPrZaFkP956y8NF425wqfC8VdoAY,1662
88
- StreamingCommunity/Util/os.py,sha256=O18WB8krIcr_dnVbpabSsduO6IhmOIcPfjxnudnFkDA,18257
89
- StreamingCommunity/Util/table.py,sha256=_mYECkWQDFlYT5jG-HW_w_OLCWrlH9TG_x5pxevBKzY,6008
90
- StreamingCommunity-1.9.1.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
91
- StreamingCommunity-1.9.1.dist-info/METADATA,sha256=jiXnIv4ZRhzbLznTzrr3_marXJmlwz0hVi2zQB_NWpE,10773
92
- StreamingCommunity-1.9.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
93
- StreamingCommunity-1.9.1.dist-info/entry_points.txt,sha256=Qph9XYfDC8n4LfDLOSl6gJGlkb9eFb5f-JOr_Wb_5rk,67
94
- StreamingCommunity-1.9.1.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
95
- StreamingCommunity-1.9.1.dist-info/RECORD,,