Skip to content

Commit a73449c

Browse files
docs: Add CITATION.cff
1 parent ab8ae94 commit a73449c

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
abstract: Python threading library
2+
authors:
3+
- alias: Alex
4+
family-names: Ng
5+
given-names: Jun Xiang
6+
orcid: https://orcid.org/0009-0001-1641-9397
7+
identifiers:
8+
- type: doi
9+
value: <TO GET AFTER v1.0.0>
10+
description: This is the collection of archived snapshots of all versions of thread.
11+
- type: doi
12+
value: <TO GET AFTER v1.0.0>
13+
description: This is the archived snapshot of version 1.0.0 of thread.
14+
- type: url
15+
value: https://github.com/python-thread/thread/releases/tag/v1.0.0
16+
description: The GitHub release URL of tag v1.0.0.
17+
- type: url
18+
value: https://pypi.org/project/thread/1.0.0
19+
description: The PyPI release URL of tag v1.0.0.
20+
cff-version: 1.2.0
21+
date-released: 2024-03-07
22+
keywords:
23+
- python
24+
- python3
25+
- python3.9
26+
- python3.10
27+
- python3.11
28+
- thread
29+
- threading
30+
- extension
31+
- multiprocessing
32+
license: BSD-3-Clause
33+
message: If you use this software, please cite it using these metadata.
34+
repository-code: https://github.com/python-thread/thread
35+
reposistory-artifact: https://pypi.org/project/thread
36+
title: thread
37+
type: software
38+
version: 1.0.0
39+
url: https://thread.ngjx.org
40+

0 commit comments

Comments
 (0)