Metadata-Version: 1.1
Name: ephemeris
Version: 0.3.0
Summary: Ephemeris is an opinionated library and set of scripts for managing the bootstrapping of Galaxy project plugins - tools, index data, and workflows.
Home-page: https://github.com/galaxyproject/ephemeris
Author: Galaxy Project and Community
Author-email: jmchilton@gmail.com
License: AFL
Description: 
        .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
           :target: https://ephemeris.readthedocs.org
        
        .. image:: https://badge.fury.io/py/ephemeris.svg
           :target: https://pypi.python.org/pypi/ephemeris/
        
        .. image:: https://travis-ci.org/galaxyproject/ephemeris.png?branch=master
           :target: https://travis-ci.org/galaxyproject/ephemeris
        
        .. image:: https://coveralls.io/repos/galaxyproject/ephemeris/badge.svg?branch=master
           :target: https://coveralls.io/r/galaxyproject/ephemeris?branch=master
        
        Ephemeris is a small Python library and set of scripts for managing the
        bootstrapping of Galaxy_ plugins - tools, index data, and workflows.
        
        * Free software: Academic Free License version 3.0
        * Documentation: https://ephemeris.readthedocs.org.
        * Code: https://github.com/galaxyproject/ephemeris
        
        
        .. _Galaxy: http://galaxyproject.org/
        .. _GitHub: https://github.com/
        .. _Docker: https://www.docker.com/
        .. _Homebrew: http://brew.sh/
        .. _linuxbrew: https://github.com/Homebrew/linuxbrew
        .. _Vagrant: https://www.vagrantup.com/
        .. _Travis CI: http://travis-ci.org/
        
        
        
        
        History
        -------
        
        .. to_doc
        
        ---------------------
        0.3.0 (2016-08-26)
        ---------------------
        
        * More robust shed-install script, install dependencies by default, improve logging
          (thanks to @mvdbeek).
        
        ---------------------
        0.2.0 (2016-08-15)
        ---------------------
        
        * Add tool generate a tool list from a Galaxy workflow file
          (thanks to @drosofff).
        * Fix various code quality issues including adding beta support
          for Python 3 (thanks in part to @mvdbeek).
        
        ---------------------
        0.1.0 (2016-06-15)
        ---------------------
        
        * Setup project, pull in scripts from `ansible-galaxy-tools
          <https://github.com/galaxyproject/ansible-galaxy-tools>`__
          and adapt them for usage as a library.
        
        .. _bioblend: https://github.com/galaxyproject/bioblend/
        .. _nose: https://nose.readthedocs.org/en/latest/
        
Keywords: galaxy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Testing
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
