2022-04-01 17:53:51 -03:00
|
|
|
[metadata]
|
2022-04-04 11:40:51 -03:00
|
|
|
name = connpy
|
2022-05-25 17:43:02 -03:00
|
|
|
version = attr: connpy._version.__version__
|
2022-04-04 11:40:51 -03:00
|
|
|
description = Connpy is a SSH/Telnet connection manager and automation module
|
2022-04-01 17:53:51 -03:00
|
|
|
long_description = file: README.md
|
2022-04-03 18:38:07 -03:00
|
|
|
long_description_content_type = text/markdown
|
2024-06-17 15:58:28 -03:00
|
|
|
keywords = networking, automation, docker, kubernetes, ssh, telnet, connection manager
|
2022-04-01 17:53:51 -03:00
|
|
|
author = Federico Luzzi
|
2022-04-05 21:06:38 -03:00
|
|
|
author_email = fluzzi@gmail.com
|
2022-04-01 17:53:51 -03:00
|
|
|
url = https://github.com/fluzzi/connpy
|
2024-05-24 17:50:18 -03:00
|
|
|
license = Custom Software License
|
2022-04-01 17:53:51 -03:00
|
|
|
license_files = LICENSE
|
2022-04-03 12:00:35 -03:00
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/fluzzi/connpy/issues
|
|
|
|
Documentation = https://fluzzi.github.io/connpy/
|
2022-04-01 17:53:51 -03:00
|
|
|
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
|
2023-04-14 13:40:44 -03:00
|
|
|
Flask
|
2023-09-13 11:17:56 -03:00
|
|
|
pyfzf
|
2023-04-14 13:40:44 -03:00
|
|
|
waitress
|
2023-04-14 13:46:05 -03:00
|
|
|
PyYAML
|
2023-05-05 13:41:32 -03:00
|
|
|
openai
|
2023-07-11 19:33:21 -03:00
|
|
|
rich
|
2024-04-17 16:27:02 -03:00
|
|
|
protobuf
|
|
|
|
google_api_python_client
|
|
|
|
google_auth_oauthlib
|
2022-04-01 17:53:51 -03:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2022-04-04 11:40:51 -03:00
|
|
|
conn = connpy.__main__:main
|
|
|
|
connpy = connpy.__main__:main
|
2022-04-18 19:19:25 -03:00
|
|
|
connpy-completion-helper = connpy.completion:main
|
2024-04-17 17:06:12 -03:00
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
connpy = core_plugins/*
|