python-frontmatter 1.2.0__py3-none-any.whl → 1.3.0__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.
- {python_frontmatter-1.2.0.dist-info → python_frontmatter-1.3.0.dist-info}/METADATA +32 -32
- {python_frontmatter-1.2.0.dist-info → python_frontmatter-1.3.0.dist-info}/RECORD +4 -5
- {python_frontmatter-1.2.0.dist-info → python_frontmatter-1.3.0.dist-info}/WHEEL +1 -2
- python_frontmatter-1.2.0.dist-info/top_level.txt +0 -1
- {python_frontmatter-1.2.0.dist-info → python_frontmatter-1.3.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,50 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-frontmatter
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.0
|
|
4
4
|
Summary: Parse and manage posts with YAML (or other) frontmatter
|
|
5
|
-
Home-page: https://github.com/eyeseast/python-frontmatter
|
|
6
|
-
Author: Chris Amico
|
|
7
|
-
Author-email: eyeseast@gmail.com
|
|
8
|
-
License: MIT
|
|
9
5
|
Keywords: frontmatter
|
|
6
|
+
Author: Chris Amico
|
|
7
|
+
Author-email: Chris Amico <eyeseast@gmail.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
License-File: LICENSE
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
12
|
Classifier: Natural Language :: English
|
|
14
13
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-
|
|
18
|
+
Requires-Dist: pyyaml
|
|
19
|
+
Requires-Dist: sphinx ; extra == 'docs'
|
|
20
|
+
Requires-Dist: pytest ; extra == 'test'
|
|
21
|
+
Requires-Dist: toml ; extra == 'test'
|
|
22
|
+
Requires-Dist: pyaml ; extra == 'test'
|
|
23
|
+
Requires-Dist: mypy ; extra == 'test'
|
|
24
|
+
Requires-Dist: types-pyyaml ; extra == 'test'
|
|
25
|
+
Requires-Dist: types-toml ; extra == 'test'
|
|
26
|
+
Requires-Dist: toml ; extra == 'toml'
|
|
27
|
+
Requires-Python: >=3.10
|
|
28
|
+
Project-URL: repository, https://github.com/eyeseast/python-frontmatter
|
|
29
|
+
Project-URL: issues, https://github.com/eyeseast/python-frontmatter/issues
|
|
30
|
+
Project-URL: documentation, http://python-frontmatter.rtfd.io
|
|
30
31
|
Provides-Extra: docs
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
Dynamic: classifier
|
|
35
|
-
Dynamic: description
|
|
36
|
-
Dynamic: description-content-type
|
|
37
|
-
Dynamic: home-page
|
|
38
|
-
Dynamic: keywords
|
|
39
|
-
Dynamic: license
|
|
40
|
-
Dynamic: license-file
|
|
41
|
-
Dynamic: provides-extra
|
|
42
|
-
Dynamic: requires-dist
|
|
43
|
-
Dynamic: summary
|
|
32
|
+
Provides-Extra: test
|
|
33
|
+
Provides-Extra: toml
|
|
34
|
+
Description-Content-Type: text/markdown
|
|
44
35
|
|
|
45
36
|
# Python Frontmatter
|
|
46
37
|
|
|
47
|
-
[
|
|
38
|
+
[Front matter](https://docs.github.com/en/contributing/writing-for-github-docs/using-yaml-frontmatter) offers a useful way to add arbitrary, structured metadata to text documents, regardless of type.
|
|
48
39
|
|
|
49
40
|
This is a small package to load and parse files (or just text) with YAML (or JSON, TOML or other) front matter.
|
|
50
41
|
|
|
@@ -55,7 +46,16 @@ This is a small package to load and parse files (or just text) with YAML (or JSO
|
|
|
55
46
|
|
|
56
47
|
## Install:
|
|
57
48
|
|
|
58
|
-
|
|
49
|
+
```shell
|
|
50
|
+
# with pip
|
|
51
|
+
pip install python-frontmatter
|
|
52
|
+
|
|
53
|
+
# or uv
|
|
54
|
+
uv add python-frontmatter
|
|
55
|
+
|
|
56
|
+
# local development, with uv
|
|
57
|
+
uv sync
|
|
58
|
+
```
|
|
59
59
|
|
|
60
60
|
## Usage:
|
|
61
61
|
|
|
@@ -3,8 +3,7 @@ frontmatter/conftest.py,sha256=LxRFalFdwQA2RtSYqCSB7V7THG7rHt5zZmMEzJlf0DA,220
|
|
|
3
3
|
frontmatter/default_handlers.py,sha256=ucN_cv4nnPfRevZDZYbtio-r1aITcUZI4qBCKXWOAxA,9717
|
|
4
4
|
frontmatter/py.typed,sha256=DtCsIDq6KOv2NOEdQjTbeMWJKRh6ZEL2E-6Mf1RLeMA,59
|
|
5
5
|
frontmatter/util.py,sha256=utw8plpS0Ld6CJkY02k_VpT1vfiVm5ai1npsKR5Hius,784
|
|
6
|
-
python_frontmatter-1.
|
|
7
|
-
python_frontmatter-1.
|
|
8
|
-
python_frontmatter-1.
|
|
9
|
-
python_frontmatter-1.
|
|
10
|
-
python_frontmatter-1.2.0.dist-info/RECORD,,
|
|
6
|
+
python_frontmatter-1.3.0.dist-info/licenses/LICENSE,sha256=LmiF34zbpRujrv40WY5ohW8bJGjR5YxxlhQAS4b7Q9U,1077
|
|
7
|
+
python_frontmatter-1.3.0.dist-info/WHEEL,sha256=i9aSRDivn5iP9LaR1BLQX2GNAuriQWPsFwbbWygTX2k,81
|
|
8
|
+
python_frontmatter-1.3.0.dist-info/METADATA,sha256=C6yzD6-44HH1ovyZPnPO824VP9hKG1eFqucPIaIYNqA,4423
|
|
9
|
+
python_frontmatter-1.3.0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
frontmatter
|
|
File without changes
|