Metadata-Version: 2.1
Name: link-scape
Version: 0.0.1
Summary: Python library to plot force-directed graphs.
Home-page: https://github.com/aloneguid/linkscape
Author: Ivan Gavryliuk
Author-email: ifs5vh19k@mozmail.com
License: Apache-2.0
Description-Content-Type: text/markdown
License-File: LICENSE

# LinkScape

<img src="logo.jpg" width="150px" alt="ai-generated logo">

Python network visualisation library I have created for visualising data when performing reverse engineering tasks.

## Features
- Network parameters:
  - Collision radius.
  - Link forces.
  - Link types (arrows or arcs).
  - Background colour.
  - Node and edge fonts are customizable.
- Zooming and panning.
- Node customisations:
  - Radius and fill colour.
  - Labels and tooltips.
  - Stroke colour and width.
- Edge customization
  - Color.
  - Opacity.
  - Width.
  - Label.
  - Custom force.

You can browse documentation and examples in [this Jupyter notebook](https://nbviewer.jupyter.org/github/aloneguid/linkscape/tree/master/examples/).

