Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding citation file #9088

Merged
merged 6 commits into from Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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'