Skip to content

Commit e82f258

Browse files
Create CITATION.cff
1 parent c9b019e commit e82f258

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+
cff-version: 1.2.0
2+
title: Python Performance Benchmark Tool
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Pavel
9+
family-names: Izosimov
10+
affiliation: Alpha Beta Network
11+
orcid: 'https://orcid.org/0009-0004-7126-6743'
12+
website: 'https://alphabetanet.com'
13+
repository-code: >-
14+
https://github.com/alphabetanetcom/python-performance-benchmark-tool
15+
url: 'https://alphabetanet.com/'
16+
repository: >-
17+
https://gitlab.com/alphabetanetcom/python-performance-benchmark-tool
18+
repository-artifact: >-
19+
https://github.com/alphabetanetcom/python-performance-benchmark-tool/releases
20+
abstract: >-
21+
The Python Performance Benchmark Tool is a comprehensive
22+
command-line utility designed to benchmark the performance of
23+
various unoptimized computations in pure Python. It enables
24+
developers and users to analyze the computational performance
25+
of different Python versions, allowing for informed decisions
26+
when selecting the optimal interpreter.
27+
keywords:
28+
- python benchmark
29+
- performance optimization
30+
- python testing
31+
- cross platform development
32+
- python tools
33+
- code analysis
34+
- benchmark tool
35+
- python performance
36+
- python versions
37+
- performance testing
38+
version: v1.2-beta.1
39+
date-released: '2024-12-27'
40+
license-url: 'https://github.com/alphabetanetcom/python-performance-benchmark-tool/blob/main/LICENSE.md'

0 commit comments

Comments
 (0)