Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fragmap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fragmap

Visualize a timeline of Git commit changes on a grid

  • 0.4.3
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc