-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (35 loc) · 1.15 KB
/
setup.cfg
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
[metadata]
name = cipher_engine
version = 0.4.3
author = Yousef Abuzahrieh
author_email = [email protected]
description = Versatile cryptographic utility designed for secure encryption and decryption operations. It supports various cryptographic algorithms, implements key derivation functions, and facilitates secure storage using INI/JSON serializations.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/yousefabuz17/CipherEngine/tree/main
download_url = https://github.com/yousefabuz17/CipherEngine.git
platforms = Windows, Linux, MacOS
license = Apache Software License
python_requires = >=3.10
install_requires =
pytest
numpy
psutil
setuptools
cryptography
pycryptodome
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Security :: Cryptography
Topic :: Utilities
[options]
packages = find:
package_dir =
= src
[options.packages.find]
where = src