freeplane-and-yaml 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: freeplane-and-yaml
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A tool to convert YAML files to Freeplane MM format
5
5
  Home-page: https://github.com/romilly/freeplane-and-yaml
6
6
  Author: Romilly Cocking
@@ -19,10 +19,11 @@ Requires-Dist: PyYAML
19
19
 
20
20
  A Python tool that converts YAML files into Freeplane mind maps. This allows you to generate mind maps programmatically from structured YAML data.
21
21
 
22
- The YAML file can be created using [Claude AI](https://claude.ai/chat/). A suitable prompt is given [below](#converting-documents-to-mind-maps-using-claude-ai).
22
+ The YAML file can be created using [Claude AI](https://claude.ai/chat/).
23
+ A suitable prompt is given [below](https://github.com/romilly/freeplane-and-yaml?tab=readme-ov-file#converting-documents-to-yaml-using-claude-ai).
23
24
 
24
25
  You can read about how it got written using AI on [medium](https://medium.com/@romillyc/build-your-own-mind-map-tools-with-ai-b193564f2464?sk=b353aa7d16d6412e4aae8f3eab0ec554).
25
- That's a friend link so you can read it even if you're not a subscriber.
26
+ That's a _friend link_ so you can read it even if you're not a subscriber.
26
27
 
27
28
  ## Installation
28
29
 
@@ -38,7 +39,7 @@ pip install freeplane-and-yaml
38
39
 
39
40
  ## Usage
40
41
 
41
- Your YAML file should follow this schema:
42
+ Your YAML file should follow this [schema](https://raw.githubusercontent.com/romilly/freeplane-and-yaml/refs/heads/main/src/schema/mindmap-schema.json). It includes an example.
42
43
 
43
44
  ```json
44
45
  {
@@ -117,23 +118,6 @@ Your YAML file should follow this schema:
117
118
 
118
119
  ```
119
120
 
120
- Here's an example structure:
121
-
122
- ```yaml
123
- root:
124
- title: "Your Main Topic"
125
- note: "Optional note for the main topic"
126
- children:
127
- subtopic1:
128
- title: "Subtopic 1"
129
- note: "Optional note for subtopic 1"
130
- children:
131
- # ... more nested topics
132
- subtopic2:
133
- title: "Subtopic 2"
134
- # ... and so on
135
- ```
136
-
137
121
  ### Converting YAML to Mind Map
138
122
 
139
123
  To convert a YAML file to a Freeplane mind map:
@@ -144,9 +128,9 @@ To convert a YAML file to a Freeplane mind map:
144
128
  convert data/marr.yaml temp
145
129
  ```
146
130
 
147
- ### YAML Schema Requirements
131
+ ### YAML Schema requirements explained
148
132
 
149
- The YAML must conform to these rules:
133
+ As the schema specifies, The YAML must conform to these rules:
150
134
  - Must have a root node with a title and at least one child
151
135
  - Each node requires a title
152
136
  - Notes are optional
@@ -0,0 +1,9 @@
1
+ freeplane_and_yaml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ freeplane_and_yaml/cli.py,sha256=qeUJXw2MqCf6Kv7c-K63-srGj339beL4JTrAXi5_-3c,1213
3
+ freeplane_and_yaml/convert.py,sha256=dyQLt2FlmCgsQOnutnp1DyLXzqk-guazL8TZwTH0vHI,3440
4
+ freeplane_and_yaml-0.1.4.dist-info/LICENSE,sha256=gCmvBRHqGZibjt4wyMG81SeYWMKuhoGFVQh_Kn1wZ98,1072
5
+ freeplane_and_yaml-0.1.4.dist-info/METADATA,sha256=BVBe-V68MU9x5nvP1OZQD5cZHcjZqXgOtpZrOG7_7l4,5656
6
+ freeplane_and_yaml-0.1.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
7
+ freeplane_and_yaml-0.1.4.dist-info/entry_points.txt,sha256=kWuCk_RZlzcO9h7yk7uJ4dtJiccQxBocEuQPVt6qzxo,57
8
+ freeplane_and_yaml-0.1.4.dist-info/top_level.txt,sha256=UY6T4vy985r4DAfWpM1D_n6t0cEis5SxtfkPPd-xDhQ,19
9
+ freeplane_and_yaml-0.1.4.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- freeplane_and_yaml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- freeplane_and_yaml/cli.py,sha256=qeUJXw2MqCf6Kv7c-K63-srGj339beL4JTrAXi5_-3c,1213
3
- freeplane_and_yaml/convert.py,sha256=dyQLt2FlmCgsQOnutnp1DyLXzqk-guazL8TZwTH0vHI,3440
4
- freeplane_and_yaml-0.1.3.dist-info/LICENSE,sha256=gCmvBRHqGZibjt4wyMG81SeYWMKuhoGFVQh_Kn1wZ98,1072
5
- freeplane_and_yaml-0.1.3.dist-info/METADATA,sha256=MCf8NWb6YiHUf6K22xJy_sGOOoSI9TNiyXdw5Mb_rEc,5751
6
- freeplane_and_yaml-0.1.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
7
- freeplane_and_yaml-0.1.3.dist-info/entry_points.txt,sha256=kWuCk_RZlzcO9h7yk7uJ4dtJiccQxBocEuQPVt6qzxo,57
8
- freeplane_and_yaml-0.1.3.dist-info/top_level.txt,sha256=UY6T4vy985r4DAfWpM1D_n6t0cEis5SxtfkPPd-xDhQ,19
9
- freeplane_and_yaml-0.1.3.dist-info/RECORD,,