pyx3270 0.1.7__tar.gz → 0.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {pyx3270-0.1.7 → pyx3270-0.1.8}/PKG-INFO +1 -1
  2. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyproject.toml +1 -1
  3. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/__init__.py +1 -1
  4. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/emulator.py +3 -3
  5. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/PKG-INFO +1 -1
  6. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/top_level.txt +0 -1
  7. {pyx3270-0.1.7 → pyx3270-0.1.8}/README.md +0 -0
  8. {pyx3270-0.1.7 → pyx3270-0.1.8}/docs/gen_tree.py +0 -0
  9. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/__main__.py +0 -0
  10. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/bin/linux/s3270 +0 -0
  11. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/bin/linux/x3270 +0 -0
  12. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/bin/start.bin +0 -0
  13. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/bin/windows/wc3270.exe +0 -0
  14. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/bin/windows/ws3270.exe +0 -0
  15. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/cli.py +0 -0
  16. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/exceptions.py +0 -0
  17. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/hook/__init__.py +0 -0
  18. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/hook/hook-pyx3270.py +0 -0
  19. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/iemulator.py +0 -0
  20. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/logging_config.py +0 -0
  21. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/offline.py +0 -0
  22. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/py.typed +0 -0
  23. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/server.py +0 -0
  24. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/state.py +0 -0
  25. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/tn3270.py +0 -0
  26. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270/x3270_commands.py +0 -0
  27. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/SOURCES.txt +0 -0
  28. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/dependency_links.txt +0 -0
  29. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/entry_points.txt +0 -0
  30. {pyx3270-0.1.7 → pyx3270-0.1.8}/pyx3270.egg-info/requires.txt +0 -0
  31. {pyx3270-0.1.7 → pyx3270-0.1.8}/setup.cfg +0 -0
  32. {pyx3270-0.1.7 → pyx3270-0.1.8}/site/gen_tree.py +0 -0
  33. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/__init__.py +0 -0
  34. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/conftest.py +0 -0
  35. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/test_cli.py +0 -0
  36. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/test_emulator.py +0 -0
  37. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/test_exceptions.py +0 -0
  38. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/test_offline.py +0 -0
  39. {pyx3270-0.1.7 → pyx3270-0.1.8}/tests/test_server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyx3270
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Uma interface comum utilizada para automações de terminais 3270 da IBM.
5
5
  Author-email: MatheusLPolidoro <mattpolidoro4@gmail.com>
6
6
  Project-URL: Documentation, https://matheuslpolidoro.github.io/pyx3270/
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyx3270"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Uma interface comum utilizada para automações de terminais 3270 da IBM."
5
5
  authors = [{name = "MatheusLPolidoro", email = "mattpolidoro4@gmail.com"}]
6
6
  readme = "README.md"
@@ -16,5 +16,5 @@ from pyx3270.emulator import X3270
16
16
  from pyx3270.offline import PyX3270Manager
17
17
 
18
18
  __author__ = 'MatheusLPolidoro'
19
- __version__ = '0.1.7'
19
+ __version__ = '0.1.8'
20
20
  __all__ = ['X3270', 'replay', 'record', 'PyX3270Manager']
@@ -198,7 +198,7 @@ class Command(AbstractCommand):
198
198
  return True
199
199
  else:
200
200
  error_msg = f'"erro" esperado, mas recebido: {result}.'
201
- logger.warning(error_msg)
201
+ logger.info(error_msg)
202
202
  raise ValueError(error_msg)
203
203
  except ValueError:
204
204
  logger.warning(
@@ -427,7 +427,7 @@ class X3270Cmd(AbstractEmulatorCmd):
427
427
  if not self.get_full_screen(header=True).strip():
428
428
  logger.info('Tela limpa com sucesso')
429
429
  break
430
- logger.warning(
430
+ logger.debug(
431
431
  f'Tela não foi limpa completamente na tentativa {count + 1}'
432
432
  )
433
433
  count += 1
@@ -521,7 +521,7 @@ class X3270Cmd(AbstractEmulatorCmd):
521
521
  password: bool = False,
522
522
  ) -> None:
523
523
  if not tosend:
524
- logger.warning('tosend não é string, send_string não executado.')
524
+ logger.debug('tosend não é string, send_string não executado.')
525
525
  return
526
526
  # Remove caracteres especiais
527
527
  original = tosend
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyx3270
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Uma interface comum utilizada para automações de terminais 3270 da IBM.
5
5
  Author-email: MatheusLPolidoro <mattpolidoro4@gmail.com>
6
6
  Project-URL: Documentation, https://matheuslpolidoro.github.io/pyx3270/
@@ -1,7 +1,6 @@
1
1
  dist
2
2
  docs
3
3
  htmlcov
4
- logs
5
4
  path_test
6
5
  pyx3270
7
6
  screens
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes