scratchattach 2.1.10a0__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.
@@ -145,7 +145,7 @@ class PartialProject(BaseSiteComponent):
145
145
  title = " remix"
146
146
  if project_json is None:
147
147
  if "title" in self.__dict__:
148
- project_json = self.get_raw_json()
148
+ project_json = self.raw_json()
149
149
  else:
150
150
  project_json = empty_project_json
151
151
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: scratchattach
3
- Version: 2.1.10a0
3
+ Version: 2.1.10a1
4
4
  Summary: A Scratch API Wrapper
5
5
  Home-page: https://scratchattach.tim1de.net
6
6
  Author: TimMcCool
@@ -24,6 +24,7 @@ Dynamic: description
24
24
  Dynamic: description-content-type
25
25
  Dynamic: home-page
26
26
  Dynamic: keywords
27
+ Dynamic: license-file
27
28
  Dynamic: requires-dist
28
29
  Dynamic: summary
29
30
 
@@ -45,7 +45,7 @@ scratchattach/site/classroom.py,sha256=WKMOcmYzKZx_EZNR4qipHOB8nxaggFe84lxqnrWd2
45
45
  scratchattach/site/cloud_activity.py,sha256=ie_DhChicks_RBagMM6_GfFIi1iAxf6UtJ3VFXC8StM,4159
46
46
  scratchattach/site/comment.py,sha256=Yt86iqwKZhCKNTEvB9DNDj9mXRV6A9qXyy1MrE7rMnA,8377
47
47
  scratchattach/site/forum.py,sha256=BZ_2jqDW3o-22AG1vP9s1W7l9yBbjBkFqG_DGV9IDuA,14802
48
- scratchattach/site/project.py,sha256=bvwhCarrr7AgZuCC6eUarErpTUvcotPuRML2OnPBe6o,30971
48
+ scratchattach/site/project.py,sha256=Mi5TAu31O07-Ue6N1jd_hwFwVpoTlzCdVBLv-xx7le4,30967
49
49
  scratchattach/site/session.py,sha256=iCmcnPKdwST52eZWo8qhHzJRdWPgp5eH-4g11eJRk9Y,47933
50
50
  scratchattach/site/studio.py,sha256=Tv7AY1TwvlQpR9VjUEs-qmavrZsLxchkXk59aoH0_EI,22918
51
51
  scratchattach/site/user.py,sha256=fqXkUqKJWN4fUj4Wgnk27EYbEifrPAFvtz8WFkxvnvQ,34546
@@ -55,8 +55,8 @@ scratchattach/utils/encoder.py,sha256=rqJfQ5gmjf7s8aTiGhR0W1ejYN5tHbAgJlxv7JhGqZ
55
55
  scratchattach/utils/enums.py,sha256=93ylCrxWycunahISSIjBqTIJ2r1Hb2b9RMvvzmUiQ-c,8294
56
56
  scratchattach/utils/exceptions.py,sha256=hrnPuXRRwR-kTHnrQVyfAD6PDOg1hZQd-jaXuUSNKSQ,6274
57
57
  scratchattach/utils/requests.py,sha256=x_EfcbLdBpQQuH9g4MMSaM8RN3tUm9OtzPEJQQiwilY,2709
58
- scratchattach-2.1.10a0.dist-info/LICENSE,sha256=1PRKLhZU4wYt5M-C9f7q0W3go3u_ojnZMNOdR3g3J-E,1080
59
- scratchattach-2.1.10a0.dist-info/METADATA,sha256=iaeKOrG0IEyhlW_Vvfyns5STt2OfEAkQDMzkAxPRfCM,5443
60
- scratchattach-2.1.10a0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
61
- scratchattach-2.1.10a0.dist-info/top_level.txt,sha256=gIwCwW39ohXn0JlnvSzAjV7VtL3qPlRnHiRqBbxsEUE,14
62
- scratchattach-2.1.10a0.dist-info/RECORD,,
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 (75.8.2)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5