Skip to content

Commit de65efc

Browse files
Create CITATION.cff
1 parent f37a2ea commit de65efc

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CITATION.cff

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
cff-version: 1.2.0
2+
title: Local Python Code Protector
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/local-python-code-protector
15+
url: 'https://alphabetanet.com/'
16+
repository: >-
17+
https://gitlab.com/alphabetanetcom/local-python-code-protector
18+
repository-artifact: >-
19+
https://github.com/alphabetanetcom/local-python-code-protector/releases
20+
abstract: >-
21+
A command-line tool designed to provide source code protection
22+
and secure code sharing for Python scripts. It allows developers
23+
to obfuscate their Python code. This script supports both Python
24+
source files (.py) and compiled Python files (.pyc), offering
25+
flexible options for code obfuscation and encryption.
26+
keywords:
27+
- secure code sharing
28+
- source code protection
29+
- python code encryption
30+
- code obfuscation
31+
- python security
32+
- license management
33+
- code protection
34+
- secure file transfer
35+
- python development
36+
- intellectual property protection
37+
- software licensing
38+
- code security
39+
- python obfuscator
40+
- secure distribution
41+
version: v1.2-beta.1
42+
date-released: '2024-11-14'
43+
license-url: 'https://github.com/alphabetanetcom/local-python-code-protector/blob/main/LICENSE.md'

0 commit comments

Comments
 (0)