Estrutura

  • CHANGELOG.md
  • README.md
  • path_test
  • pyproject.toml
  • pyx3270
    • __init__.py
    • __main__.py
    • bin
      • linux
        • s3270
        • x3270
      • start.bin
      • windows
        • wc3270.exe
        • ws3270.exe
    • cli.py
    • emulator.py
    • exceptions.py
    • hook
      • __init__.py
      • hook-pyx3270.py
    • iemulator.py
    • offline.py
    • file_type_pytyped py.typed
    • server.py
    • state.py
    • tn3270.py
    • x3270_commands.py
  • requirements-dev.txt
  • requirements.txt
  • screens
  • tests
    • __init__.py
    • conftest.py
    • test_cli.py
    • test_emulator.py
    • test_exceptions.py
    • test_offline.py
    • test_server.py