securetkterminal

View on PyPIReverse Dependencies (0)

0.2.0 securetkterminal-0.2.0-py3-none-any.whl

Wheel Details

Project: securetkterminal
Version: 0.2.0
Filename: securetkterminal-0.2.0-py3-none-any.whl
Download: [link]
Size: 36775
MD5: ae7c67bcdf673faac3c5ed0e26eff7ee
SHA256: 93e5f12386917065ec3ab43e1955ba130d58e93dc779a7ec2247dd4d3cbf8011
Uploaded: 2024-02-01 18:03:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: securetkterminal
Version: 0.2.0
Summary: A comprehensive terminal emulation application built with Python, Tkinter and sv-ttk, supporting serial communication and SSH connectivity with advanced features like window resizing, font adjustment, and terminal history management.
Author: Scott Peterman
Author-Email: scottpeterman[at]gmail.com
Home-Page: https://github.com/scottpeterman/securetkterminal
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: bcrypt (>=4.1.2)
Requires-Dist: cffi (>=1.16.0)
Requires-Dist: cryptography (>=42.0.2)
Requires-Dist: paramiko (>=3.4.0)
Requires-Dist: pillow (>=10.2.0)
Requires-Dist: pycparser (>=2.21)
Requires-Dist: PyNaCl (>=1.5.0)
Requires-Dist: pyserial (>=3.5)
Requires-Dist: pyte (>=0.8.2)
Requires-Dist: sv-ttk (>=2.6.0)
Requires-Dist: wcwidth (>=0.2.13)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11205 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
securetkterminal/SerialConnectionDialog.py sha256=_vDvZFh947_2WnanKz0GSFpYx41HBdgY59yGpTtEGTc 3522
securetkterminal/SerialKeyHandler.py sha256=jNszWyLWIrdvn27e291X0i4IioJWdP2XC14Vs9FrIRc 1338
securetkterminal/TerminalSSH.py sha256=cOUNp9Xw8Fhq1TssHO9BCG5eio4YzWsB-6LHUoYlK4I 16987
securetkterminal/TerminalSerial.py sha256=T2j-f6FW-ZcAOCW7laL75MRxIflhAqVeow5qxFNr5Lc 14484
securetkterminal/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
securetkterminal/datastream.txt sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
securetkterminal/key_handler.py sha256=xcI-H356I67MyulLuzKjB9aL3jvzj-Dw69B4gfj4_h4 1884
securetkterminal/log_handler_ssh.py sha256=fZY35brCElIiKEhqH86LkYpNfoICO3mecxX8zdbAhl0 726
securetkterminal/main_serial.py sha256=4YzQz4S6S-xDBetCMn4tP9md42HuEgi8I241UKmNsts 5396
securetkterminal/main_ssh.py sha256=gQDMsvMd3ut1bmYcfd5aQSDXsb1PYf-dU4496RyFDuY 13524
securetkterminal/ssh_handler.py sha256=pe-kzvRBQLeYPZDBvJizdiUlCt8rsl5ED3j6WLEnLCw 1117
securetkterminal-0.2.0.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
securetkterminal-0.2.0.dist-info/METADATA sha256=lGSR4P95vVCnOjpp3nvRf5znHNRK7_8iWJ3GKLJF2ZU 12424
securetkterminal-0.2.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
securetkterminal-0.2.0.dist-info/entry_points.txt sha256=TnEEGfI6saXZDgUy-UVn2AoLTGZ2rOnJEzewsEFQ3K4 107
securetkterminal-0.2.0.dist-info/top_level.txt sha256=Jjlt31BZ1CR0VrIF7ZpIklem5OrWmK4UPIZGAiEu6bk 17
securetkterminal-0.2.0.dist-info/RECORD

top_level.txt

securetkterminal

entry_points.txt

stkterm = securetkterminal.main_ssh:run
stktermserial = securetkterminal.main_serial:run