objutils 0.7.2__tar.gz → 0.7.3__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.
- {objutils-0.7.2 → objutils-0.7.3}/PKG-INFO +1 -1
- {objutils-0.7.2 → objutils-0.7.3}/objutils/__init__.py +1 -1
- {objutils-0.7.2 → objutils-0.7.3}/objutils/utils/arduino.py +10 -2
- {objutils-0.7.2 → objutils-0.7.3}/objutils/version.py +1 -1
- {objutils-0.7.2 → objutils-0.7.3}/pyproject.toml +2 -2
- {objutils-0.7.2 → objutils-0.7.3}/LICENSE +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/build_ext.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/docs/README.rst +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/.coveragerc +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/ash.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/binfile.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/checksums.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/cosmac.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/dwarf/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/dwarf/constants.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/dwarf/encoding.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/dwarf/lineprog.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/dwarf/sm.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/elf/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/elf/arm/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/elf/arm/attributes.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/elf/defs.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/elf/model.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/emon52.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/etek.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/exceptions.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/ctre.hpp +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/difflib.h +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/exceptions.cpp +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/exceptions.hpp +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/extensions/wrapper.cpp +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/fpc.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/hexdump.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/hexfile.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/ieee695.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/ihex.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/image.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/logger.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/mostec.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/pickleif.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/rca.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/readers.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/registry.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/scripts/oj_elf_arm_attrs.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/scripts/oj_elf_extract.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/scripts/oj_elf_info.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/scripts/oj_elf_syms.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/scripts/oj_hex_info.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/section.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/shf.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/sig.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/srec.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tek.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_arm_attributes.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_ash.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_checksums.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_cygpath.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_diff_bin.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_emon52.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_fpc.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_hexdump.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_hexfile.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_ihex.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_image.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_mostec.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_readers.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_registry.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_repr.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_section.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_shf.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_srec.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_tek.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/tests/test_titext.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/titxt.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/utils/__init__.py +0 -0
- {objutils-0.7.2 → objutils-0.7.3}/objutils/utils/diff.py +0 -0
|
@@ -39,13 +39,21 @@ def build_artifacts(sketch_name: str) -> Path:
|
|
|
39
39
|
return result
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
def main():
|
|
43
43
|
import sys
|
|
44
44
|
|
|
45
45
|
if len(sys.argv) != 2:
|
|
46
46
|
print("usage: arduino-build-artifacts <sketch-name>")
|
|
47
47
|
sys.exit(1)
|
|
48
|
-
|
|
48
|
+
try:
|
|
49
|
+
artifacts = build_artifacts(sys.argv[1])
|
|
50
|
+
except FileNotFoundError:
|
|
51
|
+
print(f"could not find sketch {sys.argv[1]!r}")
|
|
52
|
+
sys.exit(1)
|
|
49
53
|
print()
|
|
50
54
|
for name, value in artifacts.items():
|
|
51
55
|
print(f"{name:9s}: {value}")
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if __name__ == "__main__":
|
|
59
|
+
main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "objutils"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.3"
|
|
4
4
|
description = "Objectfile library for Python"
|
|
5
5
|
authors = ["Christoph Schueler <cpu12.gems@googlemail.com>"]
|
|
6
6
|
license = "GPLv2"
|
|
@@ -71,7 +71,7 @@ numpy = "<=2.2.5"
|
|
|
71
71
|
pre-commit = "^3.7.0"
|
|
72
72
|
pytest = "^8.1.1"
|
|
73
73
|
flake8-bugbear = "^24.4.21"
|
|
74
|
-
mccabe = "^0.7.
|
|
74
|
+
mccabe = "^0.7.3"
|
|
75
75
|
pycodestyle = "^2.11.1"
|
|
76
76
|
pyflakes = "^3.2.0"
|
|
77
77
|
ruff = "^0.4.1"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|