diff options
Diffstat (limited to '.zenodo.json')
-rw-r--r-- | .zenodo.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..17bcb62 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,11 @@ +{ + "title": "tqdm: A fast, Extensible Progress Bar for Python and CLI", + "keywords": [ + "progressbar", "progressmeter", "progress-bar", "meter", "rate", "eta", + "console", "terminal", "time", "progress", "bar", "gui", "python", + "parallel", "cli", "utilities", "shell", "batch"], + "related_identifiers": [ + {"identifier": "10.21105/joss.01277", "relation": "cites"}], + "contributors": [ + {"name": "tqdm developers", "type": "Other", "affiliation": "tqdm"}] +} |