1. Map Reporter
1.1. Introduce
The utility to generate the report for Greenhill (GHS) map file
1.1.1. How to create the distribution and upload to pypi
- Run
python setup.py bdist_wheelto generate distribution - Run
twine check dist/*to check the validation of distribution - Run
twine upload dist/*to upload to pypi repository - Check the website https://pypi.org/project/armodel/ to find out it works or not
And more details can be found at https://packaging.python.org/
1.1.2. Unit test
Run pip install pytest pytest-cov to install pytest.
Run pytest --cov=py_tresos --cov-report term-missing to verify all the functionality.
1.2. CLI
map-analyzer -c toml/meths.toml -m map/ghs/ghs.map --excel ghs.xlsx
map-analyzer -c toml/propa.toml -m map/ghs/propa.map --excel propa.xlsx
1.3. Change notes
0.1.0
- Parse the green-hill map format.
- Collect the .a file as the module.
- Export the report into xlsx file.
0.1.1
- Add the supporting of NXP G32G GCC map format.
- Read the memory section in the GHS map format.
- Add the ROM/RAM/Calibration attribute for the memory section.
- Output the memory section in the excel file.
0.2.1
- Add the section report.
- Add the section summary.
Release files for map-analyzer 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| map_analyzer-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / map_analyzer-0.2.1-py3-none-any.whl
| Download URL | map_analyzer-0.2.1-py3-none-any.whl |
|---|---|
| Size | 14.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
adca1f87d6dabbabec4ee190119db7aab68ff7e0a23baf84ad013abb2b9854eb
|
|
BLAKE2b-256 checksum How to use checksums |
a66e074521d4f25acb2eb614c8ea4026a474ac0a1f72ca3cee58d4f58f090e34
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.6
|