-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
58 lines (54 loc) · 3.05 KB
/
setup.cfg
File metadata and controls
58 lines (54 loc) · 3.05 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = BinaryFileReader
version = 3.0.4
author = Maurice Lambert
author_email = mauricelambert434@gmail.com
maintainer = Maurice Lambert
maintainer_email = mauricelambert434@gmail.com
description = This package reads binary file to exports strings or prints content as hexadecimal.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mauricelambert/BinaryFileReader
project_urls = Github=https://github.com/mauricelambert/BinaryFileReader, Strings Documentation=https://mauricelambert.github.io/info/python/security/BinaryFileReader/Strings.html, Strings Python Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/Strings.pyz, Strings Windows Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/Strings.exe, HexaReader Documentation=https://mauricelambert.github.io/info/python/security/BinaryFileReader/HexaReader.html, HexaReader Python Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/HexaReader.pyz, HexaReader Windows Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/HexaReader.exe, MagicStrings Documentation=https://mauricelambert.github.io/info/python/security/BinaryFileReader/MagicStrings.html, MagicStrings Python Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/MagicStrings.pyz, MagicStrings Windows Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/MagicStrings.exe, Python Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/BinaryFileReader.pyz, Python Windows Executable=https://mauricelambert.github.io/info/python/security/BinaryFileReader/BinaryFileReader.exe
download_url = https://mauricelambert.github.io/info/python/security/BinaryFileReader/BinaryFileReader.pyz
classifiers =
Topic :: Security
Environment :: Console
Topic :: System :: Shells
Operating System :: MacOS
Operating System :: POSIX
Natural Language :: English
Programming Language :: Python
Intended Audience :: Developers
Topic :: System :: System Shells
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.8
Operating System :: Microsoft :: Windows
Topic :: System :: Systems Administration
Intended Audience :: System Administrators
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords = strings, hexadecimal, hexadecimal-reader, binary-file, reverse, binary-reader, binary-viewer
platforms = Windows, Linux, MacOS
license = GPL-3.0 License
license_files = LICENSE.txt
[options]
include_package_data = True
python_requires = >=3.8
scripts =
packages =
py_modules = BinaryFileReader
install_requires =
PythonToolsKit==1.2.4
PegParser>=1.1.4
RC4Encryption==0.0.2
RC6Encryption==1.0.1
[options.entry_points]
console_scripts =
Strings = BinaryFileReader:strings
MagicStrings = BinaryFileReader:magic
HexaReader = BinaryFileReader:hexaread
BinaryFileReader = BinaryFileReader.__main__:main
[egg_info]
tag_build =
tag_date = 0