-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
39 lines (39 loc) · 1.35 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
cff-version: 1.2.0
title: Python Binary Optimization Compiler
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-binary-optimization-compiler
url: 'https://alphabetanet.com/'
repository: >-
https://gitlab.com/alphabetanetcom/python-binary-optimization-compiler
repository-artifact: >-
https://github.com/alphabetanetcom/python-binary-optimization-compiler/releases
abstract: >-
The Python Binary Optimization Compiler Script is a powerful
command-line tool designed to provide performance optimization
and code protection for Python scripts. It compiles Python code
into native machine code executables, offering significant speed
improvements and enhanced security.
keywords:
- python compiler
- code protection
- python optimization
- binary compiler
- code obfuscation
- python security
- cross platform development
- performance optimization
- native compilation
- python executable
version: v1.3-beta.1
date-released: '2024-12-27'
license-url: 'https://github.com/alphabetanetcom/python-binary-optimization-compiler/blob/main/LICENSE.md'