# 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/28/20/b966f2a7f560acf00974693783f831c1ba55af28f8ed994d69040162c3dc/fragmap-0.4.3.tar.gz",
"platform": null,
"description": "# git fragmap - better commit visualization for git\r\n\r\n# Install\r\nAfter installing the requirements (see below), simply run:\r\n\r\n pip install fragmap\r\n \r\nAfter installing, the fragmap application can be invoked with simply:\r\n\r\n fragmap\r\n \r\nSee the help screen for command line options:\r\n\r\n fragmap --help\r\n\r\n# Requirements\r\n\r\n- Git\r\n\r\n- Python 3.6 or later\r\n\r\n# Develop fragmap\r\n\r\n- Uninstall any existing versions of fragmap\r\n\r\n- Clone this repo\r\n\r\n- Run `pip install -r requirements.txt` to install all requirements\r\n\r\n- Run `pip install -r requirements-dev.txt` to be able to run the test suite\r\n\r\n- Run `python setup.py develop`\r\n\r\n- Run `python tests/update_tests.py`. This also needs to be run if you make changes to any repo under `tests/diffs/`\r\n\r\n- Run `pytest` to actually run the tests\r\n\r\n- (Optional) Define the environment variable `FRAGMAP_DEBUG` to get access to the `--log` argument.\r\n\r\n# Autocompletion\r\n\r\n- Clone this repo\r\n\r\n- Source `bash_completion.sh` in the cloned directory\r\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Visualize a timeline of Git commit changes on a grid",
"version": "0.4.3",
"project_urls": {
"Homepage": "https://github.com/amollberg/fragmap"
},
"split_keywords": [
"git",
"visualization",
"console",
"terminal"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2820b966f2a7f560acf00974693783f831c1ba55af28f8ed994d69040162c3dc",
"md5": "bde20af856ca5f8fdc151ec5fc5f21c4",
"sha256": "ef77a783fa9e69eca205e1ca1953fd23611613ef2f7db062a1d1a5db94b6f980"
},
"downloads": -1,
"filename": "fragmap-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "bde20af856ca5f8fdc151ec5fc5f21c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 36189,
"upload_time": "2024-10-13T07:19:42",
"upload_time_iso_8601": "2024-10-13T07:19:42.494592Z",
"url": "https://files.pythonhosted.org/packages/28/20/b966f2a7f560acf00974693783f831c1ba55af28f8ed994d69040162c3dc/fragmap-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-13 07:19:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "amollberg",
"github_project": "fragmap",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "fragmap"
}