Skip to content

Commit

Permalink
Adding citation file (#9088)
Browse files Browse the repository at this point in the history
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
  • Loading branch information
Priyanka O and sydney-runkle committed Mar 25, 2024
1 parent 00c7815 commit df5be31
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CITATION.cff
@@ -0,0 +1,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'

0 comments on commit df5be31

Please sign in to comment.