Metadata-Version: 1.1
Name: ephemeris
Version: 0.7.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.7.0 (2017-06-27)
        ---------------------
        
        * Many new documentation enhancements (thanks to @rhpvorderman, @erasche, and others) -
          docs are now published to https://readthedocs.org/projects/ephemeris/.
        * Fix problem with empty list options related to running data managers (thanks to @rhpvorderman).
        * Enable data managers to run with API keys (thanks to @rhpvorderman).
        * Add sleep command to wait for a Galaxy API to become available (thanks to @erasche).
        * Preserve readable order of keys while processing tool lists (thanks to @drosofff).
        
        ---------------------
        0.6.1 (2017-04-17)
        ---------------------
        
        * Add Python 2 and 3 testing for all scripts against galaxy-docker-stable along with various
          refactoring to reduce code duplication and Python 3 fixes. `#36
          <https://github.com/galaxyproject/ephemeris/pull/36>`__
        
        ---------------------
        0.6.0 (2017-04-10)
        ---------------------
        
        * Add new connection options for setting up data libraries.
        
        ---------------------
        0.5.1 (2017-04-07)
        ---------------------
        
        * Fix new ``run-data-managers`` CLI entrypoint.
        
        ---------------------
        0.5.0 (2017-04-06)
        ---------------------
        
        * Add ``run-data-managers`` tool to trigger DM with multiple values and in order. `#30 <https://github.com/galaxyproject/ephemeris/pull/30>`_
        * The workflow install tool now supports a directory of workflows. `#27 <https://github.com/galaxyproject/ephemeris/pull/27>`_
        * enable global options in a tool yaml files, like `install_resolver_dependencies: true` `#26 <https://github.com/galaxyproject/ephemeris/pull/26>`_
        * Mention mimum required galaxy versions. `#23 <https://github.com/galaxyproject/ephemeris/pull/23>`_ (thanks to @mvdbeek)
            
        
        ---------------------
        0.4.0 (2016-09-07)
        ---------------------
        
        * Be more generic in determining a server time-out (thanks to @afgane).
        * Get tool list entrypoint and improvements (thanks to @mvdbeek).
        * Rename ``tool_panel_section_name`` to ``tool_panel_section_label`` like
          ansible-galaxy-tools (thanks to @nturaga).
        * Add missing file ``tool_list.yaml.sample`` (thanks to @nturaga).
        
        ---------------------
        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
