paces 0.0.1__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.
- paces/__init__.py +3 -0
- paces-0.0.1.dist-info/METADATA +19 -0
- paces-0.0.1.dist-info/RECORD +5 -0
- paces-0.0.1.dist-info/WHEEL +5 -0
- paces-0.0.1.dist-info/top_level.txt +1 -0
paces/__init__.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: paces
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Turn instructional media into structured, interactive learning material
|
|
5
|
+
Author: Thor Whalen
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/thorwhalen/paces
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# paces
|
|
12
|
+
|
|
13
|
+
Turn instructional media — a video of someone teaching something, plus optional
|
|
14
|
+
notes and a steering prompt — into structured, interactive learning material.
|
|
15
|
+
|
|
16
|
+
Segment the media into named steps, build a structured intermediate
|
|
17
|
+
representation, and render it into practice pages and guides.
|
|
18
|
+
|
|
19
|
+
Under active development; this release reserves the name.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
paces/__init__.py,sha256=Ivmm9OsDRq3aOrALSMYnpfwV8MlnDxwENIwvoMl_Tg4,102
|
|
2
|
+
paces-0.0.1.dist-info/METADATA,sha256=pKw9wmTUkMMRqxtczoFVOxBLLbYlLUGt2Uw7kEcDcSo,659
|
|
3
|
+
paces-0.0.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
|
|
4
|
+
paces-0.0.1.dist-info/top_level.txt,sha256=4vAWN-cqJYTFOV91XaNuX8e7Zv42xR3dI5D62Ndm9wc,6
|
|
5
|
+
paces-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
paces
|