Skip to content

Commit 9a73c1d

Browse files
Create CITATION.cff
1 parent 17035b4 commit 9a73c1d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CITATION.cff

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
cff-version: 1.2.0
2+
title: Python Binary Optimization Compiler
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-binary-optimization-compiler
15+
url: 'https://alphabetanet.com/'
16+
repository: >-
17+
https://gitlab.com/alphabetanetcom/python-binary-optimization-compiler
18+
repository-artifact: >-
19+
https://github.com/alphabetanetcom/python-binary-optimization-compiler/releases
20+
abstract: >-
21+
The Python Binary Optimization Compiler Script is a powerful
22+
command-line tool designed to provide performance optimization
23+
and code protection for Python scripts. It compiles Python code
24+
into native machine code executables, offering significant speed
25+
improvements and enhanced security.
26+
keywords:
27+
- python compiler
28+
- code protection
29+
- python optimization
30+
- binary compiler
31+
- code obfuscation
32+
- python security
33+
- cross platform development
34+
- performance optimization
35+
- native compilation
36+
- python executable
37+
version: v1.3-beta.1
38+
date-released: '2024-12-27'
39+
license-url: 'https://github.com/alphabetanetcom/python-binary-optimization-compiler/blob/main/LICENSE.md'

0 commit comments

Comments
 (0)