Metadata-Version: 2.1
Name: gfagraphs
Version: 0.1.17
Summary: Package that packs some utility functions.
Home-page: https://github.com/Tharos-ux/gfatypes
Author: Tharos
Author-email: Tharos <dubois.siegfried@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Tharos-ux/gfatypes
Project-URL: Bug Tracker, https://github.com/Tharos-ux/gfatypes/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

[![](https://img.shields.io/badge/Python-3.10-blue.svg)]()
[![](https://img.shields.io/badge/Documentation-unfinished-orange.svg)]()
[![](https://img.shields.io/badge/build-passing-green.svg)]()

# GFAgraphs

This package aims to be an abstraction layer for GFA file format.

Its a simple, convinient but lack-luster library to extract informations from GFA files, be it as the graph or line level.

Main features are :
+ **Record** (line-level) and **Graph** (file-level) abstractions
+ Full decoding of **GFA tags** (standard+optional)
+ **pip**-installable (`pip install gfagraphs`)
+ **networkx** integration


