Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 695 Bytes

File metadata and controls

32 lines (21 loc) · 695 Bytes

CIGA Documentation

CIGA is a Python package designed for performing graph analysis on social interactions between individuals across time. It is a redesign of CharNet using igraph.

Installation

Install CIGA using pip:

pip install ciga

Documentation

Full documentation is available at: https://ciga-docs.readthedocs.io/

Features

  • Graph analysis tools for social network data
  • Temporal graph analysis capabilities
  • Centrality and community analysis
  • Visualization tools
  • Built on top of igraph for performance

License

CIGA is distributed under the GNU General Public License v3.0 (GPL-3.0).