Metadata-Version: 2.1
Name: gfftools
Version: 0.0.4
Summary: Parse GFF files.
Home-page: https://github.com/kaiserpreusse/gfftools
Author: Martin Preusse
Author-email: martin.preusse@gmail.com
License: MIT
Keywords: GFF,Genomics
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE

# GFFtools: Yet another package to work with GFF3 files
[![Tests](https://github.com/kaiserpreusse/graphio/actions/workflows/run_test.yml/badge.svg)](https://github.com/kaiserpreusse/gfftools/actions/workflows/run_test.yml)
[![codecov](https://codecov.io/gh/kaiserpreusse/gfftools/branch/master/graph/badge.svg?token=IQCHDOFYQI)](https://codecov.io/gh/kaiserpreusse/gfftools)
[![PyPI](https://img.shields.io/pypi/v/gfftools)](https://pypi.org/project/gfftools)
[![Neo4j](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-green)](https://python.com)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)


Python package to parse GFF files and access the individual records. Only files following 
the official GFF Version 3 specification are supported: https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md

Most GTF files from e.g. ENSEMBL work as well but not all features are tested for GTF. 

## install

```shell
pip install gfftools
```



