Skip to content

Commit 6cb7c53

Browse files
Create CITATION.cff
1 parent abfffd2 commit 6cb7c53

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CITATION.cff

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
cff-version: 1.2.0
2+
title: Multi-Version PYZ Builder
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/multi-version-pyz-builder
15+
url: 'https://alphabetanet.com/'
16+
repository: >-
17+
https://gitlab.com/alphabetanetcom/multi-version-pyz-builder
18+
repository-artifact: >-
19+
https://github.com/alphabetanetcom/multi-version-pyz-builder/releases
20+
abstract: >-
21+
The Multi-Version PYZ Builder Script is a command-line tool
22+
designed to create a Universal Python Module optimized for
23+
cross-platform and multi-version compatibility. It allows
24+
developers to bundle multiple protected .pyc files—each
25+
corresponding to a different Python version—into a single .pyz
26+
archive. This approach significantly enhances Python code
27+
security by using previously compiled and protected versions of
28+
code, making it more difficult for others to reverse-engineer
29+
or analyze the source code.
30+
31+
keywords:
32+
- secure code sharing
33+
- source code protection
34+
- python code encryption
35+
- python security
36+
- code protection
37+
- secure file transfer
38+
- python development
39+
- intellectual property protection
40+
- code security
41+
- secure distribution
42+
- security tools
43+
- secure sharing
44+
- cross platform
45+
version: v1.3-beta.1
46+
date-released: '2024-11-20'
47+
license-url: 'https://github.com/alphabetanetcom/multi-version-pyz-builder/blob/main/LICENSE.md'

0 commit comments

Comments
 (0)