From 591341e973a1db191750afdaae283f783ce6fd7e Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Sat, 6 Jan 2024 12:04:17 +0200 Subject: [PATCH] Add citation --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4b22fb1..05b3f06 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,23 @@ $ dnf install python3-pysnooper ``` +## Citing PySnooper + +If you use PySnooper in academic work, please use this citation format: + +```bibtex +@software{rachum2019pysnooper, + title={PySnooper: Never use print for debugging again}, + author={Rachum, Ram and Hall, Alex and Yanokura, Iori}, + year={2019}, + month={jun}, + publisher={PyCon Israel}, + doi={10.5281/zenodo.10462459}, + url={https://github.com/cool-RR/PySnooper} +} +``` + + ## License Copyright (c) 2019 Ram Rachum and collaborators, released under the MIT license.