Files
connpy/setup.cfg
T

55 lines
1.5 KiB
INI
Raw Normal View History

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 =
rich>=13.7.1
rich-argparse>=1.4.0
argcomplete>=3.1.2
inquirer>=3.3.0
pexpect>=4.8.0
pycryptodome>=3.18.0
PyYAML>=6.0.1
pyfzf>=0.3.1
litellm>=1.40.0
grpcio>=1.62.0
grpcio-tools>=1.62.0
protobuf>=6.31.1,<7.0.0
google-api-python-client>=2.125.0
google-auth-oauthlib>=1.2.0
google-auth-httplib2>=0.2.0
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/*
proto/*
grpc/*.proto