File tree Expand file tree Collapse file tree 1 file changed +32
-37
lines changed Expand file tree Collapse file tree 1 file changed +32
-37
lines changed Original file line number Diff line number Diff line change 1
1
# YAML 1.2
2
2
---
3
+ abstract : " Pydantic is the most widely used data validation library for Python."
3
4
authors :
4
- cff-version : " 1.1.0"
5
- message : |
6
- "cff-version: 1.1.0
7
- title: Pydantic
8
- message: >-
9
- If you use this software, please cite it using the
10
- metadata from this file.
11
- type: software
12
- authors:
13
- - given-names: Samuel
14
- family-names: Colvin
15
-
16
- - given-names: David
17
- family-names: Montague
18
- - given-names: Hasan
19
- family-names: Ramezani
20
-
21
- - given-names: David
22
- family-names: Hewitt
23
-
24
- - given-names: Marcelo
25
- family-names: Trylesinski
26
-
27
- - given-names: Sydney
28
- family-names: Runkle
29
- - given-names: Adrian Garcia
30
- family-names: Badaracco
31
- identifiers:
32
- repository-code: 'https://github.com/pydantic/pydantic'
33
- url: 'https://docs.pydantic.dev/latest/'
34
- abstract: >-
35
- Pydantic is the most widely used data validation library for Python.
36
- keywords:
37
- - python
38
- - validation
39
- - jaon-schema
40
- license: MIT"
5
+ - family-names : Colvin
6
+ given-names : Samuel
7
+ - family-names : Montague
8
+ given-names : David
9
+ - family-names : Ramezani
10
+ given-names : Hasan
11
+ - family-names : Hewitt
12
+ given-names : David
13
+ - family-names : Trylesinski
14
+ given-names : Marcelo
15
+ - family-names : Runkle
16
+ given-names : Sydney
17
+ - family-names : Badaracco
18
+ given-names : Adrian Garcia
19
+ cff-version : " 1.2.0"
20
+ date-released : " 2024-03-12"
21
+ identifiers :
22
+ - description : " Pydantic is the most widely used data validation library for Python."
23
+ type : " url"
24
+ value : https://docs.pydantic.dev/latest/
25
+ keywords :
26
+ - " python"
27
+ - " validation"
28
+ - " json-schema"
29
+ license : MIT
30
+ message : " If you use this software, please cite it using these metadata."
31
+ repository-code : " https://github.com/pydantic/pydantic"
32
+ title : " Pydantic"
33
+ version : 2.6.4
34
+
35
+
41
36
...
You can’t perform that action at this time.
0 commit comments