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.
@@ -1,50 +1,41 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-frontmatter
3
- Version: 1.2.0
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
- Description-Content-Type: text/markdown
21
- License-File: LICENSE
22
- Requires-Dist: PyYAML
23
- Provides-Extra: test
24
- Requires-Dist: pytest; extra == "test"
25
- Requires-Dist: toml; extra == "test"
26
- Requires-Dist: pyaml; extra == "test"
27
- Requires-Dist: mypy; extra == "test"
28
- Requires-Dist: types-PyYAML; extra == "test"
29
- Requires-Dist: types-toml; extra == "test"
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
- Requires-Dist: sphinx; extra == "docs"
32
- Dynamic: author
33
- Dynamic: author-email
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
- [Jekyll](http://jekyllrb.com/)-style YAML front matter offers a useful way to add arbitrary, structured metadata to text documents, regardless of type.
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
- pip install python-frontmatter
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.2.0.dist-info/licenses/LICENSE,sha256=LmiF34zbpRujrv40WY5ohW8bJGjR5YxxlhQAS4b7Q9U,1077
7
- python_frontmatter-1.2.0.dist-info/METADATA,sha256=Rn5Q4VXKA6eZx-lhGd8eeklpUBMoqjTFpknGs0mkD5k,4370
8
- python_frontmatter-1.2.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
9
- python_frontmatter-1.2.0.dist-info/top_level.txt,sha256=o5ywgaMiFjjXFwNlYulDy2RAulwnLsZCmYQn0jy7w7M,12
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,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (82.0.1)
2
+ Generator: uv 0.11.15
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1 +0,0 @@
1
- frontmatter