forked from pydantic/pydantic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
36 lines (34 loc) · 826 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cff-version: 1.2.0
title: Pydantic
message: 'If you use this software, please cite it as below.'
type: software
authors:
- Samuel Colvin
- Eric Jolibois
- Hasan Ramezani
- Adrian Garcia Badaracco
- Terrence Dorsey
- David Montague
- Serge Matveenko
- Marcelo Trylesinski
- Sydney Runkle
- David Hewitt
- Alex Hall
repository-code: 'https://github.com/pydantic/pydantic'
url: 'https://docs.pydantic.dev/latest/'
abstract: >-
Pydantic is the most widely used data validation library
for Python.
Fast and extensible, Pydantic plays nicely with your
linters/IDE/brain. Define how data should be in pure,
canonical Python 3.8+; validate it with Pydantic.
keywords:
- python
- validation
- parsing
- json-schema
- hints
- typing
license: MIT
version: v2.6.4
date-released: '2024-03-12'