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