scratchattach 2.1.9__py3-none-any.whl → 2.1.10a1__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.
Files changed (59) hide show
  1. scratchattach/__init__.py +28 -25
  2. scratchattach/cloud/__init__.py +2 -0
  3. scratchattach/cloud/_base.py +454 -282
  4. scratchattach/cloud/cloud.py +171 -168
  5. scratchattach/editor/__init__.py +21 -0
  6. scratchattach/editor/asset.py +199 -0
  7. scratchattach/editor/backpack_json.py +117 -0
  8. scratchattach/editor/base.py +142 -0
  9. scratchattach/editor/block.py +507 -0
  10. scratchattach/editor/blockshape.py +353 -0
  11. scratchattach/editor/build_defaulting.py +47 -0
  12. scratchattach/editor/comment.py +74 -0
  13. scratchattach/editor/commons.py +243 -0
  14. scratchattach/editor/extension.py +43 -0
  15. scratchattach/editor/field.py +90 -0
  16. scratchattach/editor/inputs.py +132 -0
  17. scratchattach/editor/meta.py +106 -0
  18. scratchattach/editor/monitor.py +175 -0
  19. scratchattach/editor/mutation.py +317 -0
  20. scratchattach/editor/pallete.py +91 -0
  21. scratchattach/editor/prim.py +170 -0
  22. scratchattach/editor/project.py +273 -0
  23. scratchattach/editor/sbuild.py +2837 -0
  24. scratchattach/editor/sprite.py +586 -0
  25. scratchattach/editor/twconfig.py +113 -0
  26. scratchattach/editor/vlb.py +134 -0
  27. scratchattach/eventhandlers/_base.py +99 -92
  28. scratchattach/eventhandlers/cloud_events.py +110 -103
  29. scratchattach/eventhandlers/cloud_recorder.py +26 -21
  30. scratchattach/eventhandlers/cloud_requests.py +460 -452
  31. scratchattach/eventhandlers/cloud_server.py +246 -244
  32. scratchattach/eventhandlers/cloud_storage.py +135 -134
  33. scratchattach/eventhandlers/combine.py +29 -27
  34. scratchattach/eventhandlers/filterbot.py +160 -159
  35. scratchattach/eventhandlers/message_events.py +41 -40
  36. scratchattach/other/other_apis.py +284 -212
  37. scratchattach/other/project_json_capabilities.py +475 -546
  38. scratchattach/site/_base.py +64 -46
  39. scratchattach/site/activity.py +414 -122
  40. scratchattach/site/backpack_asset.py +118 -84
  41. scratchattach/site/classroom.py +430 -142
  42. scratchattach/site/cloud_activity.py +107 -103
  43. scratchattach/site/comment.py +220 -190
  44. scratchattach/site/forum.py +400 -399
  45. scratchattach/site/project.py +806 -787
  46. scratchattach/site/session.py +1134 -867
  47. scratchattach/site/studio.py +611 -609
  48. scratchattach/site/user.py +835 -837
  49. scratchattach/utils/commons.py +243 -148
  50. scratchattach/utils/encoder.py +157 -156
  51. scratchattach/utils/enums.py +197 -190
  52. scratchattach/utils/exceptions.py +233 -206
  53. scratchattach/utils/requests.py +67 -59
  54. {scratchattach-2.1.9.dist-info → scratchattach-2.1.10a1.dist-info}/METADATA +155 -146
  55. scratchattach-2.1.10a1.dist-info/RECORD +62 -0
  56. {scratchattach-2.1.9.dist-info → scratchattach-2.1.10a1.dist-info}/WHEEL +1 -1
  57. {scratchattach-2.1.9.dist-info → scratchattach-2.1.10a1.dist-info/licenses}/LICENSE +21 -21
  58. scratchattach-2.1.9.dist-info/RECORD +0 -40
  59. {scratchattach-2.1.9.dist-info → scratchattach-2.1.10a1.dist-info}/top_level.txt +0 -0
@@ -1,146 +1,155 @@
1
- Metadata-Version: 2.1
2
- Name: scratchattach
3
- Version: 2.1.9
4
- Summary: A Scratch API Wrapper
5
- Home-page: https://scratchattach.tim1de.net
6
- Author: TimMcCool
7
- Author-email: timmccool.scratch@gmail.com
8
- Keywords: scratch api,scratchattach,scratch api python,scratch python,scratch for python,scratch,scratch cloud,scratch cloud variables,scratch bot
9
- Classifier: Development Status :: 5 - Production/Stable
10
- Classifier: Intended Audience :: Developers
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Operating System :: Unix
13
- Classifier: Operating System :: MacOS :: MacOS X
14
- Classifier: Operating System :: Microsoft :: Windows
15
- Description-Content-Type: text/markdown
16
- License-File: LICENSE
17
- Requires-Dist: websocket-client
18
- Requires-Dist: requests
19
- Requires-Dist: bs4
20
- Requires-Dist: SimpleWebSocketServer
21
-
22
- **scratchattach is a Scratch API wrapper with support for almost all site features.** Created by [TimMcCool](https://scratch.mit.edu/users/TimMcCool/).
23
-
24
- The library allows setting cloud variables, following users, updating your profile, and
25
- so much more! Additionally, it provides frameworks that simplify sending data through cloud variables.
26
-
27
- <p align="left" style="margin:10px">
28
- <img width="160" src="https://raw.githubusercontent.com/TimMcCool/scratchattach/refs/heads/main/logos/logo.svg">
29
-
30
- [![PyPI status](https://img.shields.io/pypi/status/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
31
- [![PyPI download month](https://img.shields.io/pypi/dm/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
32
- [![PyPI version shields.io](https://img.shields.io/pypi/v/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
33
- [![GitHub license](https://badgen.net/github/license/TimMcCool/scratchattach)](https://github.com/TimMcCool/scratchattach/blob/master/LICENSE)
34
- [![Documentation Status](https://readthedocs.org/projects/scratchattach/badge/?version=latest)](https://scratchattach.readthedocs.io/en/latest/?badge=latest)
35
-
36
- # Documentation
37
-
38
- - **[Documentation](https://github.com/TimMcCool/scratchattach/wiki/Documentation)**
39
-
40
- - [Cloud Variables](https://github.com/TimMcCool/scratchattach/wiki/Documentation#cloud-variables)
41
- - [Cloud Requests](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Requests)
42
- - [Cloud Storage](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Storage)
43
- - [Filterbot](https://github.com/TimMcCool/scratchattach/wiki/Filterbot)
44
- - [Self-hosting a TW cloud websocket](https://github.com/TimMcCool/scratchattach/wiki/Documentation#hosting-a-cloud-server)
45
-
46
- # Helpful resources
47
-
48
- - [Get your session id](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)
49
-
50
- - [Examples](https://github.com/TimMcCool/scratchattach/wiki/Examples)
51
- - [Hosting](https://github.com/TimMcCool/scratchattach/wiki/Hosting)
52
-
53
- Report bugs by opening an issue on this repository. If you need help or guideance, leave a comment in the [official forum topic](https://scratch.mit.edu/discuss/topic/603418/
54
- ). Projects made using scratchattach can be added to [this Scratch studio](https://scratch.mit.edu/studios/31478892/).
55
-
56
- # Helpful for contributors
57
-
58
- - **[Structure of the library](https://github.com/TimMcCool/scratchattach/wiki/Structure-of-the-library)**
59
-
60
- - [Extended documentation (WIP)](https://scratchattach.readthedocs.io/en/latest/)
61
-
62
- - [Change log](https://github.com/TimMcCool/scratchattach/blob/main/CHANGELOG.md)
63
-
64
- Contribute code by opening a pull request on this repository.
65
-
66
- # ️Example usage
67
-
68
- Set a cloud variable:
69
-
70
- ```py
71
- import scratchattach as sa
72
-
73
- session = sa.login("username", "password")
74
- cloud = session.connect_cloud("project_id")
75
-
76
- cloud.set_var("variable", value)
77
- ```
78
-
79
- **[More examples](https://github.com/TimMcCool/scratchattach/wiki/Examples)**
80
-
81
- # Getting started
82
-
83
- **Installation:**
84
-
85
- Run the following command in your command prompt / shell:
86
-
87
- ```
88
- pip install -U scratchattach
89
- ```
90
-
91
- If this doesn't work, try running:
92
- ```
93
- python -m pip install -U scratchattach
94
- ```
95
-
96
-
97
- **Logging in with username / password:**
98
-
99
- ```python
100
- import scratchattach as sa
101
-
102
- session = sa.login("username", "password")
103
- ```
104
-
105
- `login()` returns a `Session` object that saves your login and can be used to connect objects like users, projects, clouds etc.
106
-
107
- **Logging in with a sessionId:** *You can get your session id from your browser's cookies. [More information](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)*
108
- ```python
109
- import scratchattach as sa
110
-
111
- session = sa.login_by_id("sessionId", username="username") #The username field is case sensitive
112
- ```
113
-
114
- **Cloud variables:**
115
-
116
- ```py
117
- cloud = session.connect_cloud("project_id") # connect to the cloud
118
-
119
- value = cloud.get_var("variable")
120
- cloud.set_var("variable", "value") # the variable name is specified without the cloud emoji
121
- ```
122
-
123
- **Cloud events:**
124
-
125
- ```py
126
- cloud = session.connect_cloud('project_id')
127
- events = cloud.events()
128
-
129
- @events.event
130
- def on_set(activity):
131
- print("variable", activity.var, "was set to", activity.value)
132
- events.start()
133
- ```
134
-
135
- **Follow users, love their projects and comment:**
136
-
137
- ```python
138
- user = session.connect_user('username')
139
- user.follow()
140
-
141
- project = user.projects()[0]
142
- project.love()
143
- project.post_comment('Great project!')
144
- ```
145
-
146
- **All scratchattach features are documented in the [documentation](https://github.com/TimMcCool/scratchattach/wiki/Documentation).**
1
+ Metadata-Version: 2.4
2
+ Name: scratchattach
3
+ Version: 2.1.10a1
4
+ Summary: A Scratch API Wrapper
5
+ Home-page: https://scratchattach.tim1de.net
6
+ Author: TimMcCool
7
+ Author-email:
8
+ Keywords: scratch api,scratchattach,scratch api python,scratch python,scratch for python,scratch,scratch cloud,scratch cloud variables,scratch bot
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Operating System :: Unix
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Operating System :: Microsoft :: Windows
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: websocket-client
18
+ Requires-Dist: requests
19
+ Requires-Dist: bs4
20
+ Requires-Dist: SimpleWebSocketServer
21
+ Dynamic: author
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: keywords
27
+ Dynamic: license-file
28
+ Dynamic: requires-dist
29
+ Dynamic: summary
30
+
31
+ **scratchattach is a Scratch API wrapper with support for almost all site features.** Created by [TimMcCool](https://scratch.mit.edu/users/TimMcCool/).
32
+
33
+ The library allows setting cloud variables, following users, updating your profile, and
34
+ so much more! Additionally, it provides frameworks that simplify sending data through cloud variables.
35
+
36
+ <p align="left" style="margin:10px">
37
+ <img width="160" src="https://raw.githubusercontent.com/TimMcCool/scratchattach/refs/heads/main/logos/logo.svg">
38
+
39
+ [![PyPI status](https://img.shields.io/pypi/status/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
40
+ [![PyPI download month](https://img.shields.io/pypi/dm/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
41
+ [![PyPI version shields.io](https://img.shields.io/pypi/v/scratchattach.svg)](https://pypi.python.org/pypi/scratchattach/)
42
+ [![GitHub license](https://badgen.net/github/license/TimMcCool/scratchattach)](https://github.com/TimMcCool/scratchattach/blob/master/LICENSE)
43
+ [![Documentation Status](https://readthedocs.org/projects/scratchattach/badge/?version=latest)](https://scratchattach.readthedocs.io/en/latest/?badge=latest)
44
+
45
+ # Documentation
46
+
47
+ - **[Documentation](https://github.com/TimMcCool/scratchattach/wiki/Documentation)**
48
+
49
+ - [Cloud Variables](https://github.com/TimMcCool/scratchattach/wiki/Documentation#cloud-variables)
50
+ - [Cloud Requests](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Requests)
51
+ - [Cloud Storage](https://github.com/TimMcCool/scratchattach/wiki/Cloud-Storage)
52
+ - [Filterbot](https://github.com/TimMcCool/scratchattach/wiki/Filterbot)
53
+ - [Self-hosting a TW cloud websocket](https://github.com/TimMcCool/scratchattach/wiki/Documentation#hosting-a-cloud-server)
54
+
55
+ # Helpful resources
56
+
57
+ - [Get your session id](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)
58
+
59
+ - [Examples](https://github.com/TimMcCool/scratchattach/wiki/Examples)
60
+ - [Hosting](https://github.com/TimMcCool/scratchattach/wiki/Hosting)
61
+
62
+ Report bugs by opening an issue on this repository. If you need help or guideance, leave a comment in the [official forum topic](https://scratch.mit.edu/discuss/topic/603418/
63
+ ). Projects made using scratchattach can be added to [this Scratch studio](https://scratch.mit.edu/studios/31478892/).
64
+
65
+ # Helpful for contributors
66
+
67
+ - **[Structure of the library](https://github.com/TimMcCool/scratchattach/wiki/Structure-of-the-library)**
68
+
69
+ - [Extended documentation (WIP)](https://scratchattach.readthedocs.io/en/latest/)
70
+
71
+ - [Change log](https://github.com/TimMcCool/scratchattach/blob/main/CHANGELOG.md)
72
+
73
+ Contribute code by opening a pull request on this repository.
74
+
75
+ # ️Example usage
76
+
77
+ Set a cloud variable:
78
+
79
+ ```py
80
+ import scratchattach as sa
81
+
82
+ session = sa.login("username", "password")
83
+ cloud = session.connect_cloud("project_id")
84
+
85
+ cloud.set_var("variable", value)
86
+ ```
87
+
88
+ **[More examples](https://github.com/TimMcCool/scratchattach/wiki/Examples)**
89
+
90
+ # Getting started
91
+
92
+ **Installation:**
93
+
94
+ Run the following command in your command prompt / shell:
95
+
96
+ ```
97
+ pip install -U scratchattach
98
+ ```
99
+
100
+ If this doesn't work, try running:
101
+ ```
102
+ python -m pip install -U scratchattach
103
+ ```
104
+
105
+
106
+ **Logging in with username / password:**
107
+
108
+ ```python
109
+ import scratchattach as sa
110
+
111
+ session = sa.login("username", "password")
112
+ ```
113
+
114
+ `login()` returns a `Session` object that saves your login and can be used to connect objects like users, projects, clouds etc.
115
+
116
+ **Logging in with a sessionId:** *You can get your session id from your browser's cookies. [More information](https://github.com/TimMcCool/scratchattach/wiki/Get-your-session-id)*
117
+ ```python
118
+ import scratchattach as sa
119
+
120
+ session = sa.login_by_id("sessionId", username="username") #The username field is case sensitive
121
+ ```
122
+
123
+ **Cloud variables:**
124
+
125
+ ```py
126
+ cloud = session.connect_cloud("project_id") # connect to the cloud
127
+
128
+ value = cloud.get_var("variable")
129
+ cloud.set_var("variable", "value") # the variable name is specified without the cloud emoji
130
+ ```
131
+
132
+ **Cloud events:**
133
+
134
+ ```py
135
+ cloud = session.connect_cloud('project_id')
136
+ events = cloud.events()
137
+
138
+ @events.event
139
+ def on_set(activity):
140
+ print("variable", activity.var, "was set to", activity.value)
141
+ events.start()
142
+ ```
143
+
144
+ **Follow users, love their projects and comment:**
145
+
146
+ ```python
147
+ user = session.connect_user('username')
148
+ user.follow()
149
+
150
+ project = user.projects()[0]
151
+ project.love()
152
+ project.post_comment('Great project!')
153
+ ```
154
+
155
+ **All scratchattach features are documented in the [documentation](https://github.com/TimMcCool/scratchattach/wiki/Documentation).**
@@ -0,0 +1,62 @@
1
+ scratchattach/__init__.py,sha256=rxdgt-IHdgd7shMTBNZVi15sma_CqZmUcrzIV6QD89Y,1377
2
+ scratchattach/cloud/__init__.py,sha256=MN7s4grQcciqUO7TiFjTbU2sC69m6XXlwOHNRbN3FKo,41
3
+ scratchattach/cloud/_base.py,sha256=gMaZkiNL0MW7TjSmn_2d8en4GFYF5Bxyy-pPENKrBGc,17753
4
+ scratchattach/cloud/cloud.py,sha256=TcIcY0tMe1jRdzxJrz6AIL0gW9xeMc9x4vNUCvBbRWY,7735
5
+ scratchattach/editor/__init__.py,sha256=gfTQrtyQ-oZJBanp-5eNae72cwm4WoKHzNtZ4rn1dqg,727
6
+ scratchattach/editor/asset.py,sha256=jNXJA09hU5b4ZTLegu7c0azlwHo5k_XZJfDN24uDux8,6078
7
+ scratchattach/editor/backpack_json.py,sha256=PZGNIFNf0MS3hn8cKZEp9ZeQWdBE-xWq5PEwiN8IzWM,3900
8
+ scratchattach/editor/base.py,sha256=Aq_a9tAMgKuaG1mmkVDoPHaV-z1bn1UUz6YcU6jThqc,3914
9
+ scratchattach/editor/block.py,sha256=1lqEmR_PK74pGurl-6rDJbGXpfkmCycsyheW-29BFdc,16274
10
+ scratchattach/editor/blockshape.py,sha256=a2WY_UPcLINNS-E2NB7uvnDrE1Z62LFTNybDX5DzZPw,25133
11
+ scratchattach/editor/build_defaulting.py,sha256=SoIEw6iZO2y23Ry5uK8wLfJXdN3U7k30F3_OKWWYUgk,1254
12
+ scratchattach/editor/comment.py,sha256=2kZYSAiILSlrWU7RfzNf9PJnuGHVKXLWGzWnD_PW8-M,2250
13
+ scratchattach/editor/commons.py,sha256=SCi4FIaW9FE0BLIbRFZey74Jqa7dFKYa6SN5axxevI8,5790
14
+ scratchattach/editor/extension.py,sha256=ut7B239NISGfy7aH5xh8EwDag_QnhXmIJ1F9r_Qg25o,1376
15
+ scratchattach/editor/field.py,sha256=vTjekF2fM4IV6ZUkczo7CNMzRH9Kxpu8bIEFAXSxDz4,2667
16
+ scratchattach/editor/inputs.py,sha256=FHQRsIP1K98vVEQIhUY9gPWxy5FSgR1gl-Qe7XKwR54,4314
17
+ scratchattach/editor/meta.py,sha256=y0jtqnqkCP7jehdMnBSPj3wfhU-i-NwuSrpHEonON8w,2984
18
+ scratchattach/editor/monitor.py,sha256=bFim6HR6WR4q5Z-FR3g425je_OYlcqKPcD7xwk_LHM8,5534
19
+ scratchattach/editor/mutation.py,sha256=SX4mJO19kErs448J9wr4seaEStJMe4evkSikMwsSf_w,10274
20
+ scratchattach/editor/pallete.py,sha256=4U766JuHlmPnhRojotQ1rw_Ys1qzcpTfRWsHzl0ZlZ0,2271
21
+ scratchattach/editor/prim.py,sha256=l5K-Goo_e_nZOwJWCk4M1B9CrEAfDW4EO2NeOPLDTVA,5887
22
+ scratchattach/editor/project.py,sha256=K2Rv3DUPCyc0o7K25DOm0BRgTIiFykK5RcZ3-8WxGXk,8869
23
+ scratchattach/editor/sbuild.py,sha256=0G_xNp9rTfMUNYUQajdY3CMMmKsRXnF-VcPvAflAGHU,151931
24
+ scratchattach/editor/sprite.py,sha256=wGDdaaP09UPY0XB9k2qbw9Ac0wwMukno8NPR9tFgOHI,20382
25
+ scratchattach/editor/twconfig.py,sha256=JMqkZNtibH25t6BqXqql9Lv_3cAkMtYpLtX3cZvAu4Q,3313
26
+ scratchattach/editor/vlb.py,sha256=1ejSsZcolNJ0xlD9nhbP6Gxf881cqJiLwyGri4ZQm1M,4158
27
+ scratchattach/eventhandlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ scratchattach/eventhandlers/_base.py,sha256=8NjYF7qOEhjUFksA0qKg4XDH5aXgEG5PSVgMAYDbGD4,3078
29
+ scratchattach/eventhandlers/cloud_events.py,sha256=iaUFo58D5JUCHstch2VhmhqMPq8WX_xrzPelFMCFRF8,4084
30
+ scratchattach/eventhandlers/cloud_recorder.py,sha256=o4wcWJFCddpcSsPx5YU2DFFMFoKUknKM2RQ36HLpheQ,800
31
+ scratchattach/eventhandlers/cloud_requests.py,sha256=Xmh_UmmgqM16OWduQo83-VqcSDfImOtUY8ur0y_4tQo,22080
32
+ scratchattach/eventhandlers/cloud_server.py,sha256=tah77FTr1Kp4DWpux48w8pJNZQL_1qL0hAXaAXlzQ9Y,12266
33
+ scratchattach/eventhandlers/cloud_storage.py,sha256=9dvKPxbPZ_hBhw1HYlTl72YJmBo2OMwrSrMQ7kQwwOE,4660
34
+ scratchattach/eventhandlers/combine.py,sha256=2n5SC6tSpgrmmK04sqsm4eqx26O9haBKA5YgsWNIoso,895
35
+ scratchattach/eventhandlers/filterbot.py,sha256=RvGCm-2iaC8SAC4nDMlDv0MPp80CsRr4CFGmnIuEfg8,7462
36
+ scratchattach/eventhandlers/message_events.py,sha256=99ez4HdsDKRjVUvPpNolDaOMtHrPlRJa8agi88EYc7E,1764
37
+ scratchattach/other/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
+ scratchattach/other/other_apis.py,sha256=7EyB3uB-1AYAH7Nb6eZ3VmACGdXvEQ39NJ1iahUoy04,9059
39
+ scratchattach/other/project_json_capabilities.py,sha256=qSlJIJOgAxhSchD3fOIhK57rCe0_GrHadXBs5UXKuFU,22622
40
+ scratchattach/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
+ scratchattach/site/_base.py,sha256=tvzDXU9C4ZOT1JonK_h1UP-atllao7vIN7NopbazXuY,2130
42
+ scratchattach/site/activity.py,sha256=a019lhoUwL9mdZI1Sz9mMg9EsDt2Lp5ziJSSDQ8-BWM,14319
43
+ scratchattach/site/backpack_asset.py,sha256=V_ypvTi-hqf0LF8zks2uHIicraBssc1_eEHVqHMzikc,3286
44
+ scratchattach/site/classroom.py,sha256=WKMOcmYzKZx_EZNR4qipHOB8nxaggFe84lxqnrWd24E,16463
45
+ scratchattach/site/cloud_activity.py,sha256=ie_DhChicks_RBagMM6_GfFIi1iAxf6UtJ3VFXC8StM,4159
46
+ scratchattach/site/comment.py,sha256=Yt86iqwKZhCKNTEvB9DNDj9mXRV6A9qXyy1MrE7rMnA,8377
47
+ scratchattach/site/forum.py,sha256=BZ_2jqDW3o-22AG1vP9s1W7l9yBbjBkFqG_DGV9IDuA,14802
48
+ scratchattach/site/project.py,sha256=Mi5TAu31O07-Ue6N1jd_hwFwVpoTlzCdVBLv-xx7le4,30967
49
+ scratchattach/site/session.py,sha256=iCmcnPKdwST52eZWo8qhHzJRdWPgp5eH-4g11eJRk9Y,47933
50
+ scratchattach/site/studio.py,sha256=Tv7AY1TwvlQpR9VjUEs-qmavrZsLxchkXk59aoH0_EI,22918
51
+ scratchattach/site/user.py,sha256=fqXkUqKJWN4fUj4Wgnk27EYbEifrPAFvtz8WFkxvnvQ,34546
52
+ scratchattach/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
+ scratchattach/utils/commons.py,sha256=6yCfUvQlQbl2VPhxJiK1MSdBdXpBbkr5uYyB2LLIcdI,8155
54
+ scratchattach/utils/encoder.py,sha256=rqJfQ5gmjf7s8aTiGhR0W1ejYN5tHbAgJlxv7JhGqZQ,2479
55
+ scratchattach/utils/enums.py,sha256=93ylCrxWycunahISSIjBqTIJ2r1Hb2b9RMvvzmUiQ-c,8294
56
+ scratchattach/utils/exceptions.py,sha256=hrnPuXRRwR-kTHnrQVyfAD6PDOg1hZQd-jaXuUSNKSQ,6274
57
+ scratchattach/utils/requests.py,sha256=x_EfcbLdBpQQuH9g4MMSaM8RN3tUm9OtzPEJQQiwilY,2709
58
+ scratchattach-2.1.10a1.dist-info/licenses/LICENSE,sha256=1PRKLhZU4wYt5M-C9f7q0W3go3u_ojnZMNOdR3g3J-E,1080
59
+ scratchattach-2.1.10a1.dist-info/METADATA,sha256=HlH2zqwDCTUIOHGH0UYbhZAg-EqbZf5-vqNJDXMP3J4,5465
60
+ scratchattach-2.1.10a1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
61
+ scratchattach-2.1.10a1.dist-info/top_level.txt,sha256=gIwCwW39ohXn0JlnvSzAjV7VtL3qPlRnHiRqBbxsEUE,14
62
+ scratchattach-2.1.10a1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 TimMcCool (github user)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2022 TimMcCool (github user)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,40 +0,0 @@
1
- scratchattach/__init__.py,sha256=M_tcsEjJhkzsApRjmF6jcyat8tRQ6xFjnCt2SaZVgkE,1323
2
- scratchattach/cloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- scratchattach/cloud/_base.py,sha256=ndH-JpeNeHfQwwlKeifT7XFrOR-kNB2gWFObGWLtAkw,12052
4
- scratchattach/cloud/cloud.py,sha256=AeJOEAOnh-ag3DL2QH_URmdNhPSbEFX0PdGMDs_g_Ok,7753
5
- scratchattach/eventhandlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- scratchattach/eventhandlers/_base.py,sha256=kD7PhTsz0vBUcvMMr52bKsDkuveu6TSQH16ypKYrBqo,2871
7
- scratchattach/eventhandlers/cloud_events.py,sha256=JyPeJ7931WRGVmnhUxbFGXBi6NasSo3hodjS3AfbAKs,4014
8
- scratchattach/eventhandlers/cloud_recorder.py,sha256=l5MjxaZ0dDxhH_frXOlWSnkjP7xbKfnjE-uQJ7cAo7I,678
9
- scratchattach/eventhandlers/cloud_requests.py,sha256=6LtbH8h4T0f9lywuAnHxep_9Tx7GloLFY75TnGA_vlY,22020
10
- scratchattach/eventhandlers/cloud_server.py,sha256=OscaccJQsIA7xvnL-NCDaYERjR4cVWnzau1usSH_0Ts,12474
11
- scratchattach/eventhandlers/cloud_storage.py,sha256=7DZDhxIqgw6C6pOm1-PTTL0KMMFETpYtybYiv1lDWNY,4759
12
- scratchattach/eventhandlers/combine.py,sha256=LtkYx3i4k1-hO6cdDkVc5mopOBFwhJUpyqMyRSLzCzU,886
13
- scratchattach/eventhandlers/filterbot.py,sha256=VdiHMqbNxWw4-nGXA42ziCDhTqsu8S1zwW1IY7mWXjo,7586
14
- scratchattach/eventhandlers/message_events.py,sha256=_UJZux71j-ysgkum-cl2yLRJaDirPbdUP8Md9NNsWVo,1769
15
- scratchattach/other/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- scratchattach/other/other_apis.py,sha256=ed_qT-kFY6YYjXYryIrW2G12XyVX7sL9L73QsOa9Vno,6694
17
- scratchattach/other/project_json_capabilities.py,sha256=reslEbwXFRyeL9J5Q3SsfJt4F5__2cdPd3F3tzXHol8,22741
18
- scratchattach/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- scratchattach/site/_base.py,sha256=qBNebsZfwjeFhJZVD7yNglnlIyjzZUMkCRS_PqPJPro,1763
20
- scratchattach/site/activity.py,sha256=WvK9_mFBvJTPI6EWZkg0XSLpysQjpABHTk-WSdndsWc,5148
21
- scratchattach/site/backpack_asset.py,sha256=LRIAUUOOJjpPahL4_b_u_p5qt5yu8vDmJMyB1wJYE_4,2813
22
- scratchattach/site/classroom.py,sha256=WTPJ6SAREw8T3i--JEcOjkCM3kUmjZRJXS5Xjq8TNpM,5346
23
- scratchattach/site/cloud_activity.py,sha256=rvPLSv59Rm_3dEDDPJMteACVlK3Nu3i0_PCbFG0zN2I,4224
24
- scratchattach/site/comment.py,sha256=CMRsR6j3PHg-bCTFX9dImNNoCQldf3OW69IswGXdkK0,7955
25
- scratchattach/site/forum.py,sha256=k40SovOeoyqw510Wl5avM14kMT8AxvctqMlzUpSrjgY,15166
26
- scratchattach/site/project.py,sha256=bJSkrvmRP29QTteCp2J8WDsyFZKeHw4IbDladoL8Ikc,31144
27
- scratchattach/site/session.py,sha256=M5e5hYOs2UcvZof4mycnsXurAyplFWCl_1JpjQZS3N4,38000
28
- scratchattach/site/studio.py,sha256=1YQQdTEIcMcA7lY9Yy30KStspohQdXGE9hb5FX1YpUY,23441
29
- scratchattach/site/user.py,sha256=soUntdf-oo61Uiv9liIPmRzT6o2qnvmqjwUuaUhltM4,35159
30
- scratchattach/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- scratchattach/utils/commons.py,sha256=AwBSTN_ijuMctnHY6dF5d68hfAzDMcONGWfwFk2W-ms,5498
32
- scratchattach/utils/encoder.py,sha256=gotE9be1bfo889rVSWQs1OqW10htVECVVdCfc2AUwB0,2600
33
- scratchattach/utils/enums.py,sha256=yfUnzSEZ1tCftv7GVtIrOUNVvxz_Pz9ZU9ePyQQuKT8,8228
34
- scratchattach/utils/exceptions.py,sha256=J4eji8q9qnyiFI8gGhTLIg95rjTLGGwD9xM33l_klUI,5438
35
- scratchattach/utils/requests.py,sha256=DQ4ugX5YAzejB0QcUcm7jFukQEKmDVaA7Rjwx5_y9Lw,2553
36
- scratchattach-2.1.9.dist-info/LICENSE,sha256=ly0BTlm0LB4w6PJHWmxUW-3h7v0-6zRF6HVR2gXBvGY,1101
37
- scratchattach-2.1.9.dist-info/METADATA,sha256=71tJXw02U33VnKgXFJrqBXamrmBr_2B2yazocJf82nU,5445
38
- scratchattach-2.1.9.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
39
- scratchattach-2.1.9.dist-info/top_level.txt,sha256=gIwCwW39ohXn0JlnvSzAjV7VtL3qPlRnHiRqBbxsEUE,14
40
- scratchattach-2.1.9.dist-info/RECORD,,