TomWagg / software-citation-station

A website for making citing software used in your research quick and easy
23 stars 2 forks source link

[NEW SUBMISSION] Pydantic #39

Closed sydney-runkle closed 1 month ago

sydney-runkle commented 3 months ago

Citation information

"Pydantic": {
    "tags": [],
    "logo": "img/pydantic_logo.png",
    "language": "Python",
    "category": "Data Handling",
    "keywords": [
        "python",
        "validation",
        "parsing",
        "json-schema",
        "hints",
        "typing"
    ],
    "description": "Pydantic is the most widely used data validation library for Python.",
    "link": "https://docs.pydantic.dev/latest/",
    "attribution_link": "https://github.com/pydantic/pydantic/blob/main/CITATION.cff",
    "zenodo_doi": "",
    "custom_citation": "",
    "dependencies": []
}

pydantic_logo

TomWagg commented 3 months ago

Thanks @sydney-runkle! I'll add this now.

Additionally, have you considered indexing your package on Zenodo? It's a fairly simple process and will create a new record on Zenodo for each version that you release. This helps people cite the specific version that they use via a DOI and give proper credit to all contributors. It can also be helpful for accurately keeping track of who cites your package.

If you end up doing that let me know - I can update the zenodo_doi field to ensure you can be cited better :)