2020-10-11 18:03:02 +00:00
|
|
|
[metadata]
|
|
|
|
name = ssh-audit
|
2020-10-15 14:34:23 -04:00
|
|
|
version = attr: ssh_audit.globals.VERSION
|
2020-10-11 18:03:02 +00:00
|
|
|
author = Joe Testa
|
|
|
|
author_email = jtesta@positronsecurity.com
|
|
|
|
description = An SSH server & client configuration security auditing tool
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2023-02-06 16:57:24 -05:00
|
|
|
license = MIT
|
|
|
|
license_files = LICENSE
|
2020-10-11 18:03:02 +00:00
|
|
|
url = https://github.com/jtesta/ssh-audit
|
|
|
|
project_urls =
|
|
|
|
Source Code = https://github.com/jtesta/ssh-audit
|
|
|
|
Bug Tracker = https://github.com/jtesta/ssh-audit/issues
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.8
|
2020-10-20 14:04:14 -04:00
|
|
|
Programming Language :: Python :: 3.9
|
2021-10-14 00:01:23 -04:00
|
|
|
Programming Language :: Python :: 3.10
|
2023-02-06 16:48:53 -05:00
|
|
|
Programming Language :: Python :: 3.11
|
2023-10-22 16:43:04 -04:00
|
|
|
Programming Language :: Python :: 3.12
|
2024-09-24 18:20:07 -04:00
|
|
|
Programming Language :: Python :: 3.13
|
2020-10-11 18:03:02 +00:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
|
|
Topic :: Security
|
|
|
|
Topic :: Security :: Cryptography
|
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
package_dir =
|
|
|
|
= src
|
2023-11-27 23:35:40 -05:00
|
|
|
python_requires = >=3.8,<4
|
2020-10-11 18:03:02 +00:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
ssh-audit = ssh_audit.ssh_audit:main
|