40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
[metadata]
|
|
name = connpy
|
|
version = attr: connpy._version.__version__
|
|
description = Connpy is a SSH/Telnet connection manager and automation module
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
keywords = networking, automation, ssh, telnet, connection manager
|
|
author = Federico Luzzi
|
|
author_email = fluzzi@gmail.com
|
|
url = https://github.com/fluzzi/connpy
|
|
license = MIT License
|
|
license_files = LICENSE
|
|
project_urls =
|
|
Bug Tracker = https://github.com/fluzzi/connpy/issues
|
|
Documentation = https://fluzzi.github.io/connpy/
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Topic :: System :: Networking
|
|
Intended Audience :: Telecommunications Industry
|
|
Programming Language :: Python :: 3
|
|
Natural Language :: English
|
|
Operating System :: MacOS
|
|
Operating System :: Unix
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
inquirer
|
|
pexpect
|
|
pycryptodome
|
|
|
|
[options.extras_require]
|
|
fuzzysearch = pyfzf
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
conn = connpy.__main__:main
|
|
connpy = connpy.__main__:main
|
|
connpy-completion-helper = connpy.completion:main
|