Metadata-Version: 1.1
Name: peppy
Version: 0.9.0
Summary: A python-based project metadata manager for portable encapsulated projects
Home-page: https://pepkit.github.io
Author: Nathan Sheffield, Vince Reuter, Andre Rendeiro
Author-email: UNKNOWN
License: BSD2
Description: peppy python package
        ====================
        
        |Documentation Status| |Build Status|
        
        ``peppy`` is the official python package for handling **Portable
        Encapsulated Projects** or **PEP**\ s. **PEP** is a standardized format
        for describing sample-intensive project metadata. ``peppy`` provides a
        python API for this format to load **PEP**-formatted metadata into
        python.
        
        Complete documentation and API for the ``peppy`` python package is at
        `peppy.readthedocs.io <http://peppy.readthedocs.io/>`__.
        
        Reference documentation for standard **PEP** format is at
        `pepkit.github.io <https://pepkit.github.io/>`__.
        
        peppy and looper
        ================
        
        The ``peppy`` package was originally developed in conjuction with
        `looper <http://github.com/pepkit/looper>`__, a pipeline submission
        engine. The two projects have now been divided so that ``peppy`` can be
        used independently of ``looper``. ``looper`` imports ``peppy`` to handle
        its project metadata loading and is therefore compatible with standard
        **PEP** format.
        
        Contributing
        ============
        
        Contributions are welcome! For bug reports, feature requests, or
        questions, please use the `GitHub issue
        tracker <https://github.com/pepkit/peppy/issues>`__. Please submit pull
        requests to the ``dev`` branch on the primary repository at
        http://github.com/pepkit/peppy.
        
        .. |Documentation Status| image:: http://readthedocs.org/projects/pep/badge/?version=latest
           :target: http://peppy.readthedocs.io/en/latest/?badge=latest
        .. |Build Status| image:: https://travis-ci.org/pepkit/pep.svg?branch=master
           :target: https://travis-ci.org/pepkit/peppy
        
Keywords: project,metadata,bioinformatics,sequencing,ngs,workflow
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
