pyx3270 0.1.3__tar.gz → 0.1.4__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.
- {pyx3270-0.1.3 → pyx3270-0.1.4}/PKG-INFO +1 -1
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyproject.toml +1 -1
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/__init__.py +1 -1
- pyx3270-0.1.3/pyx3270/bin/start.bin.bak → pyx3270-0.1.4/pyx3270/bin/start.bin +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/emulator.py +1 -1
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/hook/hook-pyx3270.py +0 -4
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/PKG-INFO +1 -1
- {pyx3270-0.1.3 → pyx3270-0.1.4}/README.md +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/docs/gen_tree.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/__main__.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/bin/linux/s3270 +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/bin/linux/x3270 +0 -0
- /pyx3270-0.1.3/pyx3270/bin/start.bin → /pyx3270-0.1.4/pyx3270/bin/start.bin.bak +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/bin/windows/wc3270.exe +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/bin/windows/ws3270.exe +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/cli.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/exceptions.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/hook/__init__.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/iemulator.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/logging_config.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/offline.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/py.typed +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/server.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/state.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/tn3270.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270/x3270_commands.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/SOURCES.txt +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/dependency_links.txt +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/entry_points.txt +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/requires.txt +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/pyx3270.egg-info/top_level.txt +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/setup.cfg +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/site/gen_tree.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/__init__.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/conftest.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/test_cli.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/test_emulator.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/test_exceptions.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/test_offline.py +0 -0
- {pyx3270-0.1.3 → pyx3270-0.1.4}/tests/test_server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyx3270
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
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/
|
|
Binary file
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
from PyInstaller.utils.hooks import get_package_paths
|
|
3
3
|
|
|
4
|
-
print(">> Hook pyx3270 executado")
|
|
5
|
-
|
|
6
4
|
# Caminho do pacote instalado
|
|
7
5
|
package_path, _ = get_package_paths('pyx3270')
|
|
8
6
|
|
|
@@ -20,7 +18,5 @@ if os.path.isdir(bin_dir):
|
|
|
20
18
|
# Corrige o destino para ser uma pasta, não um arquivo
|
|
21
19
|
target_dir = os.path.join('pyx3270', 'bin', os.path.dirname(rel_path))
|
|
22
20
|
datas.append((full_path, target_dir))
|
|
23
|
-
else:
|
|
24
|
-
print(f">> Pasta bin não encontrada em: {bin_dir}")
|
|
25
21
|
|
|
26
22
|
__all__ = ['datas']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyx3270
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
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/
|
|
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
|
|
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
|