Metadata-Version: 1.1
Name: gff3
Version: 0.1.0
Summary: Manipulate genomic features and validate the syntax and reference sequence of your GFF3 files.
Home-page: https://github.com/hotdogee/gff3-py
Author: Han Lin
Author-email: hotdogee@gmail.com
License: BSD
Description: ===============================
        gff3-py
        ===============================
        
        .. image:: https://badge.fury.io/py/gff3-py.png
            :target: http://badge.fury.io/py/gff3-py
        
        .. image:: https://travis-ci.org/hotdogee/gff3-py.png?branch=master
                :target: https://travis-ci.org/hotdogee/gff3-py
        
        .. image:: https://pypip.in/d/gff3/badge.png
                :target: https://pypi.python.org/pypi/gff3
        
        
        Manipulate genomic features and validate the syntax and reference sequence of your GFF3 files.
        
        * Free software: BSD license
        * Documentation: https://gff3-py.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2014-12-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: gff3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
