mapuche


Namemapuche JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryLinker's map file browser
upload_time2024-05-05 21:12:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords map elf linker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mapuche

Mapuche is a linker's map file browser

If you are reading this, please don't forget to give this project a star on GitHub!

> [!CAUTION]
> Mapuche is in pre-alfa development stage. Crashes or unexpected output may occur! Please create an issue if any.


## Install

```
pip install mapuche
```

## Usage

> [!IMPORTANT]
> For now mapuche supports only map files of ELFs generated with `-ffunction-sections` and `-fdata-sections` compile options.

```
mapuche <elf.map> [elf_for_diff.map]
```

## Screenshot

![mapuche diff maps](./imgs/mapuche_diff_demo.png)

## TODO list

- [ ] implement `--help`/`--version` 
- [ ] regex filters
- [ ] columns sort
- [ ] support expand/collapse by space button
- [ ] move input section name from "name" to separate column
- [ ] cute alignment for `size`/`diff`/`delta` columns
- [ ] assembler diff viewer in popup widget
- [ ] support map files for ELFs without `-ffunction-sections`/`-fdata-sections`
- [ ] tests

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mapuche",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "map, elf, linker",
    "author": null,
    "author_email": "Alexey Lapshin <alexeyfonlapshin@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/26/7504f31115435ecb4a241eca734ab6c959c9f0a519d4fe1d7c8a6c614239/mapuche-0.0.1.tar.gz",
    "platform": null,
    "description": "# mapuche\n\nMapuche is a linker's map file browser\n\nIf you are reading this, please don't forget to give this project a star on GitHub!\n\n> [!CAUTION]\n> Mapuche is in pre-alfa development stage. Crashes or unexpected output may occur! Please create an issue if any.\n\n\n## Install\n\n```\npip install mapuche\n```\n\n## Usage\n\n> [!IMPORTANT]\n> For now mapuche supports only map files of ELFs generated with `-ffunction-sections` and `-fdata-sections` compile options.\n\n```\nmapuche <elf.map> [elf_for_diff.map]\n```\n\n## Screenshot\n\n![mapuche diff maps](./imgs/mapuche_diff_demo.png)\n\n## TODO list\n\n- [ ] implement `--help`/`--version` \n- [ ] regex filters\n- [ ] columns sort\n- [ ] support expand/collapse by space button\n- [ ] move input section name from \"name\" to separate column\n- [ ] cute alignment for `size`/`diff`/`delta` columns\n- [ ] assembler diff viewer in popup widget\n- [ ] support map files for ELFs without `-ffunction-sections`/`-fdata-sections`\n- [ ] tests\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Linker's map file browser",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "map",
        " elf",
        " linker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a15631399bf340901834226e891f1bcdeca2cd5b57d1e27a600e7b8a787683a0",
                "md5": "77bfa25fd325b1598d5f3a479662c741",
                "sha256": "8ec20a7cb9e39f584bcff10963a863e72ba1588b0df107a0dbf60cfe69d84d85"
            },
            "downloads": -1,
            "filename": "mapuche-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77bfa25fd325b1598d5f3a479662c741",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 26247,
            "upload_time": "2024-05-05T21:12:16",
            "upload_time_iso_8601": "2024-05-05T21:12:16.899859Z",
            "url": "https://files.pythonhosted.org/packages/a1/56/31399bf340901834226e891f1bcdeca2cd5b57d1e27a600e7b8a787683a0/mapuche-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e267504f31115435ecb4a241eca734ab6c959c9f0a519d4fe1d7c8a6c614239",
                "md5": "66869df44350c81bd25ec6b7457dd293",
                "sha256": "10f707cbb15e66edff40dde676ea9dea37ab5a7cdd436e2c5eeab1e568052b2d"
            },
            "downloads": -1,
            "filename": "mapuche-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "66869df44350c81bd25ec6b7457dd293",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2752869,
            "upload_time": "2024-05-05T21:12:18",
            "upload_time_iso_8601": "2024-05-05T21:12:18.680304Z",
            "url": "https://files.pythonhosted.org/packages/3e/26/7504f31115435ecb4a241eca734ab6c959c9f0a519d4fe1d7c8a6c614239/mapuche-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 21:12:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mapuche"
}
        
Elapsed time: 0.24795s