standardgraph 1.2.2__tar.gz → 1.2.3__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.
- {standardgraph-1.2.2 → standardgraph-1.2.3}/PKG-INFO +4 -2
- {standardgraph-1.2.2 → standardgraph-1.2.3}/README.md +3 -1
- {standardgraph-1.2.2 → standardgraph-1.2.3}/pyproject.toml +1 -1
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/PKG-INFO +4 -2
- {standardgraph-1.2.2 → standardgraph-1.2.3}/setup.cfg +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/common_core/__init__.py +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/common_core/config.py +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/common_core/server.py +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/SOURCES.txt +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/dependency_links.txt +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/entry_points.txt +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/requires.txt +0 -0
- {standardgraph-1.2.2 → standardgraph-1.2.3}/src/standardgraph.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: standardgraph
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: 158,000+ education standards (math, science, ELA, social studies, CS, arts) across 300 curriculum systems, cross-referenced via NLP — accessible as a Claude MCP server
|
|
5
5
|
Author: StandardGraph
|
|
6
6
|
License-Expression: MIT
|
|
@@ -22,7 +22,9 @@ Requires-Dist: numpy>=1.26.0
|
|
|
22
22
|
|
|
23
23
|
# standardgraph
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
<!-- mcp-name: io.github.swoopeagle/standardgraph -->
|
|
26
|
+
|
|
27
|
+
**158,000+ education standards across 300 curriculum systems, accessible as a Claude MCP server.**
|
|
26
28
|
|
|
27
29
|
Covers seven subjects — Mathematics, Science, ELA, Social Studies, Computer Science, Arts, and World Languages — across the US (CCSS + all 50 states), Canada, Australia, UK, Singapore, Japan, New Zealand, Ireland, Hong Kong, India, Ghana, South Africa, Rwanda, Cambridge International, IB MYP/DP, AP, and more. Standards are cross-referenced to subject hubs (CCSS for math, NGSS for science, etc.) via semantic similarity, with LLM quality scores on the strongest mappings.
|
|
28
30
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# standardgraph
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<!-- mcp-name: io.github.swoopeagle/standardgraph -->
|
|
4
|
+
|
|
5
|
+
**158,000+ education standards across 300 curriculum systems, accessible as a Claude MCP server.**
|
|
4
6
|
|
|
5
7
|
Covers seven subjects — Mathematics, Science, ELA, Social Studies, Computer Science, Arts, and World Languages — across the US (CCSS + all 50 states), Canada, Australia, UK, Singapore, Japan, New Zealand, Ireland, Hong Kong, India, Ghana, South Africa, Rwanda, Cambridge International, IB MYP/DP, AP, and more. Standards are cross-referenced to subject hubs (CCSS for math, NGSS for science, etc.) via semantic similarity, with LLM quality scores on the strongest mappings.
|
|
6
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "standardgraph"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.3"
|
|
4
4
|
description = "158,000+ education standards (math, science, ELA, social studies, CS, arts) across 300 curriculum systems, cross-referenced via NLP — accessible as a Claude MCP server"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: standardgraph
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: 158,000+ education standards (math, science, ELA, social studies, CS, arts) across 300 curriculum systems, cross-referenced via NLP — accessible as a Claude MCP server
|
|
5
5
|
Author: StandardGraph
|
|
6
6
|
License-Expression: MIT
|
|
@@ -22,7 +22,9 @@ Requires-Dist: numpy>=1.26.0
|
|
|
22
22
|
|
|
23
23
|
# standardgraph
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
<!-- mcp-name: io.github.swoopeagle/standardgraph -->
|
|
26
|
+
|
|
27
|
+
**158,000+ education standards across 300 curriculum systems, accessible as a Claude MCP server.**
|
|
26
28
|
|
|
27
29
|
Covers seven subjects — Mathematics, Science, ELA, Social Studies, Computer Science, Arts, and World Languages — across the US (CCSS + all 50 states), Canada, Australia, UK, Singapore, Japan, New Zealand, Ireland, Hong Kong, India, Ghana, South Africa, Rwanda, Cambridge International, IB MYP/DP, AP, and more. Standards are cross-referenced to subject hubs (CCSS for math, NGSS for science, etc.) via semantic similarity, with LLM quality scores on the strongest mappings.
|
|
28
30
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|