Metadata-Version: 2.1
Name: gff3-parser
Version: 0.0.1
Summary: A package for parsing gff3 (general feature format) files into pandas  dataframes
Home-page: https://github.com/McClain-Thiel/gff3_parser
Author: McClain Thiel
Author-email: mcclain.thiel@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gff3_parser

This is a simple python package to parse [gff3](http://gmod.org/wiki/GFF3) ( Generic Feature Format) 
files into pandas dataframes. This file format is used for genetic annotation files and I couldn't find a parser
that worked with python so I wrote this. This is still a work in progress and I'll hopefully be adding 
features soon. 

## Background

## Installation

## Example Usage

## Full Documentation 

This whole project has literally one public function so far so I'm just going to document it here until
I feel like it needs more.

## Explanation




