ColabTurtlePlus 2.0.1__tar.gz → 2.0.2__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.
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus/Turtle.py +1 -1
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus.egg-info/PKG-INFO +11 -5
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/PKG-INFO +11 -5
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/setup.cfg +1 -1
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/setup.py +1 -1
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus/__init__.py +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus.egg-info/SOURCES.txt +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus.egg-info/dependency_links.txt +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus.egg-info/top_level.txt +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/LICENSE +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/README.md +0 -0
- {ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/pyproject.toml +0 -0
|
@@ -741,7 +741,7 @@ class _Screen:
|
|
|
741
741
|
return True
|
|
742
742
|
if re.search("^#(?:[0-9a-fA-F]{3}){1,2}$", color): # 3 or 6 digit hex color code
|
|
743
743
|
return True
|
|
744
|
-
if re.search("rgb\(\s*(?:(?:\d{1,2}|1\d\d|2(?:[0-4]\d|5[0-5]))\s*,?){3}\)$", color): # rgb color code
|
|
744
|
+
if re.search(r"rgb\(\s*(?:(?:\d{1,2}|1\d\d|2(?:[0-4]\d|5[0-5]))\s*,?){3}\)$", color): # rgb color code
|
|
745
745
|
return True
|
|
746
746
|
return False
|
|
747
747
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ColabTurtlePlus
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: An HTML based Turtle implementation with classes for Google Colab and Jupyter Labs
|
|
5
5
|
Home-page: https://github.com/mathriddle/ColabTurtlePlus
|
|
6
6
|
Author: Larry Riddle
|
|
@@ -9,11 +9,19 @@ License: MIT
|
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/mathriddle/ColabTurtlePlus/issues
|
|
10
10
|
Project-URL: Examples, https://github.com/mathriddle/ColabTurtlePlus/tree/main/examples_version2
|
|
11
11
|
Project-URL: Documentation, https://larryriddle.agnesscott.org/ColabTurtlePlus/documentation2.html
|
|
12
|
-
Platform: UNKNOWN
|
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
15
14
|
Description-Content-Type: text/markdown
|
|
16
15
|
License-File: LICENSE
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: author-email
|
|
18
|
+
Dynamic: classifier
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: description-content-type
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: summary
|
|
17
25
|
|
|
18
26
|
# ColabTurtlePlus
|
|
19
27
|
|
|
@@ -147,5 +155,3 @@ Documentation for the methods and functions in ColabTurtlePlus can be found at <
|
|
|
147
155
|
Acknowledgements
|
|
148
156
|
----
|
|
149
157
|
Inspiration for this work came from Tolga Atam's original ColabTurtle as well as the repositories at jaronma/ColabTurtle_2, diego2500garza/ColabTurtle, and Abstrqt/ColabTurtleClass.
|
|
150
|
-
|
|
151
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ColabTurtlePlus
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: An HTML based Turtle implementation with classes for Google Colab and Jupyter Labs
|
|
5
5
|
Home-page: https://github.com/mathriddle/ColabTurtlePlus
|
|
6
6
|
Author: Larry Riddle
|
|
@@ -9,11 +9,19 @@ License: MIT
|
|
|
9
9
|
Project-URL: Bug Tracker, https://github.com/mathriddle/ColabTurtlePlus/issues
|
|
10
10
|
Project-URL: Examples, https://github.com/mathriddle/ColabTurtlePlus/tree/main/examples_version2
|
|
11
11
|
Project-URL: Documentation, https://larryriddle.agnesscott.org/ColabTurtlePlus/documentation2.html
|
|
12
|
-
Platform: UNKNOWN
|
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
15
14
|
Description-Content-Type: text/markdown
|
|
16
15
|
License-File: LICENSE
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: author-email
|
|
18
|
+
Dynamic: classifier
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: description-content-type
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: summary
|
|
17
25
|
|
|
18
26
|
# ColabTurtlePlus
|
|
19
27
|
|
|
@@ -147,5 +155,3 @@ Documentation for the methods and functions in ColabTurtlePlus can be found at <
|
|
|
147
155
|
Acknowledgements
|
|
148
156
|
----
|
|
149
157
|
Inspiration for this work came from Tolga Atam's original ColabTurtle as well as the repositories at jaronma/ColabTurtle_2, diego2500garza/ColabTurtle, and Abstrqt/ColabTurtleClass.
|
|
150
|
-
|
|
151
|
-
|
|
File without changes
|
|
File without changes
|
{ColabTurtlePlus-2.0.1 → colabturtleplus-2.0.2}/ColabTurtlePlus.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|