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 1 commit
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
41 changes: 41 additions & 0 deletions CITATION.cff
@@ -0,0 +1,41 @@
# YAML 1.2
---
authors:
cff-version: "1.1.0"
sydney-runkle marked this conversation as resolved.
Show resolved Hide resolved
message: |
"cff-version: 1.1.0
title: Pydantic
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Samuel
family-names: Colvin
email: s@muelcolvin.com
- given-names: David
family-names: Montague
- given-names: Hasan
family-names: Ramezani
email: hasan.r67@gmail.com
- given-names: David
family-names: Hewitt
email: mail@davidhewitt.dev
- given-names: Marcelo
family-names: Trylesinski
email: marcelotryle@gmail.com
- given-names: Sydney
family-names: Runkle
- given-names: Adrian Garcia
family-names: Badaracco
identifiers:
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.
keywords:
- python
- validation
- jaon-schema
priya-gitTest marked this conversation as resolved.
Show resolved Hide resolved
license: MIT"
...