# git fragmap - better commit visualization for git
# Install
After installing the requirements (see below), simply run:
pip install fragmap
After installing, the fragmap application can be invoked with simply:
fragmap
See the help screen for command line options:
fragmap --help
# Requirements
- Git
- Python 3.6 or later
# Develop fragmap
- Uninstall any existing versions of fragmap
- Clone this repo
- Run `pip install -r requirements.txt` to install all requirements
- Run `pip install -r requirements-dev.txt` to be able to run the test suite
- Run `python setup.py develop`
- Run `python tests/update_tests.py`. This also needs to be run if you make changes to any repo under `tests/diffs/`
- Run `pytest` to actually run the tests
- (Optional) Define the environment variable `FRAGMAP_DEBUG` to get access to the `--log` argument.
# Autocompletion
- Clone this repo
- Source `bash_completion.sh` in the cloned directory
Raw data
{
"_id": null,
"home_page": "https://github.com/amollberg/fragmap",
"name": "fragmap",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "git visualization console terminal",
"author": "Alexander Mollberg",
"author_email": "amollberg@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/85/a0/fe224c2b40d2cd38b8850b4babe2eb2f78e6158f3d6400f5f3717074c540/fragmap-0.4.4.tar.gz",
"platform": null,
"description": "# git fragmap - better commit visualization for git\n\n# Install\nAfter installing the requirements (see below), simply run:\n\n pip install fragmap\n \nAfter installing, the fragmap application can be invoked with simply:\n\n fragmap\n \nSee the help screen for command line options:\n\n fragmap --help\n\n# Requirements\n\n- Git\n\n- Python 3.6 or later\n\n# Develop fragmap\n\n- Uninstall any existing versions of fragmap\n\n- Clone this repo\n\n- Run `pip install -r requirements.txt` to install all requirements\n\n- Run `pip install -r requirements-dev.txt` to be able to run the test suite\n\n- Run `python setup.py develop`\n\n- Run `python tests/update_tests.py`. This also needs to be run if you make changes to any repo under `tests/diffs/`\n\n- Run `pytest` to actually run the tests\n\n- (Optional) Define the environment variable `FRAGMAP_DEBUG` to get access to the `--log` argument.\n\n# Autocompletion\n\n- Clone this repo\n\n- Source `bash_completion.sh` in the cloned directory\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Visualize a timeline of Git commit changes on a grid",
"version": "0.4.4",
"project_urls": {
"Homepage": "https://github.com/amollberg/fragmap"
},
"split_keywords": [
"git",
"visualization",
"console",
"terminal"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9e2dab7bc1d264a8fae278da44265258aa69c6241ea090889be7af1a3b1ee5c9",
"md5": "f1a4ab7350b141c5742610e244229f68",
"sha256": "7cfc4e7e9026e9225acea4ffc5e83bd6331a20b387b2a728af4239fc04acea62"
},
"downloads": -1,
"filename": "fragmap-0.4.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f1a4ab7350b141c5742610e244229f68",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 53237,
"upload_time": "2025-10-12T14:21:46",
"upload_time_iso_8601": "2025-10-12T14:21:46.656264Z",
"url": "https://files.pythonhosted.org/packages/9e/2d/ab7bc1d264a8fae278da44265258aa69c6241ea090889be7af1a3b1ee5c9/fragmap-0.4.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "85a0fe224c2b40d2cd38b8850b4babe2eb2f78e6158f3d6400f5f3717074c540",
"md5": "5d60dc0155808568d859789239ca9b7d",
"sha256": "924491c0987ec480a6cf85576db6e92a36c4a2bb574d97ca850a84f14d368bd2"
},
"downloads": -1,
"filename": "fragmap-0.4.4.tar.gz",
"has_sig": false,
"md5_digest": "5d60dc0155808568d859789239ca9b7d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 36854,
"upload_time": "2025-10-12T14:22:05",
"upload_time_iso_8601": "2025-10-12T14:22:05.102382Z",
"url": "https://files.pythonhosted.org/packages/85/a0/fe224c2b40d2cd38b8850b4babe2eb2f78e6158f3d6400f5f3717074c540/fragmap-0.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-12 14:22:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "amollberg",
"github_project": "fragmap",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pygit2",
"specs": [
[
">=",
"0.28.1"
]
]
},
{
"name": "yattag",
"specs": [
[
"==",
"1.10.0"
]
]
},
{
"name": "backports.shutil_get_terminal_size",
"specs": [
[
">=",
"1.0.0"
]
]
}
],
"lcname": "fragmap"
}