ephemeris


Nameephemeris JSON
Version 0.10.10 PyPI version JSON
download
home_pagehttps://github.com/galaxyproject/ephemeris
SummaryEphemeris is an opinionated library and set of scripts for managing the bootstrapping of Galaxy project plugins - tools, index data, and workflows.
upload_time2024-02-01 13:37:50
maintainer
docs_urlNone
authorGalaxy Project and Community
requires_python>=3.7
licenseAFL
keywords galaxy
VCS
bugtrack_url
requirements six PyYAML bioblend Jinja2 galaxy-tool-util galaxy-util pysam rich
Travis-CI No Travis.
coveralls test coverage
            
.. 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://api.codacy.com/project/badge/Coverage/e12102174b4e452c871cd2bafedaec60
   :target: https://www.codacy.com/app/galaxyproject/ephemeris?utm_source=github.com&utm_medium=referral&utm_content=galaxyproject/ephemeris&utm_campaign=Badge_Coverage

.. image:: https://api.codacy.com/project/badge/Grade/e12102174b4e452c871cd2bafedaec60
   :target: https://www.codacy.com/app/galaxyproject/ephemeris?utm_source=github.com&utm_medium=referral&utm_content=galaxyproject/ephemeris&utm_campaign=Badge_Grade

Ephemeris is a small Python 3 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.10.10 (2024-02-01)
---------------------

* Use None default value where items are optional (thanks to `@mvdbeek`_).
  `Pull Request 212`_

---------------------
0.10.9 (2024-01-31)
---------------------

* Fix CI tests (thanks to `@mvdbeek`_). `Pull Request 208`_
* Add black, ruff, isort and mypy (thanks to `@mvdbeek`_). `Pull Request 209`_
* Add now mandatory readthedocs config file (thanks to `@nsoranzo`_). `Pull
  Request 210`_
* Enhancements to the IDC scripts (thanks to `@jmchilton`_). `Pull Request
  201`_

---------------------
0.10.8 (2023-04-18)
---------------------

* Prefer dashes instead of underscores in flags (thanks to `@natefoo`_). `Pull
  Request 191`_
* Remove folder id from get_folders function call in setup-data-libraries
  (thanks to `@sanjaysrikakulam`_). `Pull Request 196`_
* Standardize CLI commands on - instead of _ (thanks to `@hexylena`_). `Pull
  Request 195`_
* Add partial type annotations (thanks to `@mvdbeek`_). `Pull Request 193`_
* Rename configuration option removed in tox 4.0 (thanks to `@nsoranzo`_).
  `Pull Request 190`_
* Set Library Permissions (thanks to `@mira-miracoli`_). `Pull Request 187`_
* delete the extra random sleep lines from sleep.py (thanks to `@cat-bro`_).
  `Pull Request 171`_

---------------------
0.10.7 (2021-06-08)
---------------------

* Add option to `shed-tools test` for specifying a history name (thanks to
  `@natefoo`_). `Pull Request 173`_
* workflow-to-tools: get tools from subworkflows (thanks to `@cat-bro`_).
  `Pull Request 170`_
* Add pysam and continue if test fetching errors (thanks to `@mvdbeek`_).
  `Pull Request 128`_
* Various updates to testing and CI infrastructure (thanks to `@jmchilton`_).
  `Pull Request 165`_
* Handle terminal states in wait for install (thanks to `@mvdbeek`_).
  `Pull Request 161`_
* Get all tools when searching for tool ids for testing
  (thanks to `@cat-bro`_). `Pull Request 159`_

---------------------
0.10.6 (2020-05-04)
---------------------

* Wait for the correct repository (thanks to `@mvdbeek`_). `Pull
  Request 158`_
* Update dependencies

---------------------
0.10.5 (2020-02-29)
---------------------

* Fix `shed-tools test -t workflow_tools.yml` (thanks to `@nsoranzo`_). `Pull
  Request 155`_
* Fix installing tool dependencies from yaml list (thanks to `@mvdbeek`_).
  `Pull Request 154`_
* Cast exceptions to string using unicodify (thanks to `@mvdbeek`_). `Pull
  Request 150`_
* Add description when creating folders with setup_data_libraries (thanks to
  `@abretaud`_). `Pull Request 149`_

---------------------
0.10.4 (2019-10-05)
---------------------

* When polling for repo install status, ensure the correct revision is being
  checked (thanks to `@natefoo`_). `Pull Request 146`_
* Add install_tool_deps command (thanks to `@innovate-invent`_). `Pull Request
  145`_

---------------------
0.10.3 (2019-07-18)
---------------------

* Add install-tool-deps command that will install tool dependencies
  (thanks to `@innovate-invent`_). `Pull Request 130`_
* Require galaxy-tool-util instead of galaxy-lib (thanks to `@nsoranzo`_).
  `Pull Request 143`_
* Release to PyPI on tag (thanks to `@mvdbeek`_). `Pull Request 142`_
* Make Data library creation more robust
  (thanks to `@erasche`_). `Pull Request 138`_
* Make tool testing more robust (thanks to
  `@mvdbeek`_). `Pull Request 137`_, `Pull Request 136`_

---------------------
0.10.2 (2019-06-04)
---------------------

* Fix default message check (thanks to `@mvdbeek`_). `Pull Request 135`_

---------------------
0.10.1 (2019-06-04)
---------------------

* Fix timeout handling when installing repositories
  (thanks to `@mvdbeek`_). `Pull Request 134`_

---------------------
0.10.0 (2019-05-29)
---------------------

* fix doc building and regenerate (thanks to `@martenson`_). `Pull Request
  129`_
* fix default for 'parallel_tests' typo (thanks to `@martenson`_). `Pull
  Request 127`_
* Include some additional stats for xunit reporting (thanks to `@mvdbeek`_).
  `Pull Request 126`_
* Handle timeout gracefully for UWSGI connection (thanks to `@pcm32`_). `Pull
  Request 123`_
* Update Docs for User Name (Should be Email) (thanks to `@rdvelazquez`_).
  `Pull Request 122`_
* remove the python invocation from usage examples (thanks to `@martenson`_).
  `Pull Request 121`_
* Fix crash when too_with_panel is empty (thanks to `@jvanbraekel`_). `Pull
  Request 120`_
* Test tools in parallel, with regular user permissions, without a shared
  filesystem (thanks to `@mvdbeek`_). `Pull Request 118`_
* use latest documentation dependencies to fix documentation build issue
  (thanks to `@rhpvorderman`_). `Pull Request 114`_
* Refactor shed tool functionality. Removed deprecated options from 
  shed-tools CLI. 
  shed-tools update now also accepts tool list, so tools in galaxy can 
  be selectively updated. Improved algorithm leads to much faster 
  skipping of already installed tools, which makes the installation 
  of tools much faster on an already populated galaxy.
  (thanks to `@rhpvorderman`_).
  `Pull Request 104`_
* Add ``pytest``, enable coverage testing (thanks to `@rhpvorderman`_).
  `Pull Request 105`_
* Make ``setup_data_libraries.py`` check for existence before recreation of
  libraries.
  (thanks to `@Slugger70`_).
  `Pull Request 103`_
* Catch failures on requests to the installed repo list when doing post-
  timeout spinning on installation in ``shed-tools`` (thanks to `@natefoo`_).
  `Pull Request 97`_
* Fix coverage reporting on codacy (thanks to `@rhpvorderman`_).
  `Pull Request 106`_
* Run-data-managers now outputs stderr of failed jobs (thanks to `@rhpvorderman`_).
  `Pull Request 110`_

---------------------
0.9.0 (2018-05-23)
---------------------

* Update data managers when updating tools (thanks to `@rhpvorderman`_).
  `Pull Request 78`_, `Issue 69`_
* Run data managers aggressive parallelization and refactoring (thanks to
  `@rhpvorderman`_).
  `Pull Request 79`_
* Makes publishing of imported workflows available (thanks to `@pcm32`_).
  `Pull Request 74`_
* Add option to test tools on update/install for Galaxy 18.05 (thanks to `@jmchilton`_).
  `Pull Request 81`_
* Upload 2.0 support for data library creation (thanks to `@jmchilton`_).
  `Pull Request 89`_
* Fixes to revision parsing in tools.yaml (thanks to `@bgruening`_).
  `Pull Request 70`_
* Add Codacy monitoring and badge (thanks to `@jmchilton`_).
  `Pull Request 73`_
* Fix typo in project organization document (thanks to `@blankenberg`_).
  `Pull Request 86`_
* Fix hardcoded log paths (thanks to `@rhpvorderman`_).
  `Pull Request 85`_
* Fix ``shed-tools`` update argparse handling (thanks to `@rhpvorderman`_).
  `Pull Request 88`_
* Fix a few lint issues (thanks to `@jmchilton`_).
  `Pull Request 90`_

---------------------
0.8.0 (2017-12-29)
---------------------

* Many new documentation enhancements (thanks to @rhpvorderman, and others)
* rename of shed-install to shed-tools and add a new --latest and --revision argument (thanks to @rhpvorderman)
* many fixes and new tests by (thanks to @mvdbeek)
* Parallelization of run-data-managers (thanks to @rhpvorderman)
* run-data-managers now uses more advanced templating for less repetitive input yamls (thanks to @rhpvorderman)
* run-data-managers now checks if a genome index is already present before running the data manager (thanks to @rhpvorderman)
* ephemeris will now use https by default instead of http (thanks to @bgruening)

---------------------
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.

.. github_links
.. _Pull Request 212: https://github.com/galaxyproject/ephemeris/pull/212
.. _Pull Request 208: https://github.com/galaxyproject/ephemeris/pull/208
.. _Pull Request 209: https://github.com/galaxyproject/ephemeris/pull/209
.. _Pull Request 210: https://github.com/galaxyproject/ephemeris/pull/210
.. _Pull Request 201: https://github.com/galaxyproject/ephemeris/pull/201
.. _Pull Request 191: https://github.com/galaxyproject/ephemeris/pull/191
.. _Pull Request 196: https://github.com/galaxyproject/ephemeris/pull/196
.. _Pull Request 195: https://github.com/galaxyproject/ephemeris/pull/195
.. _Pull Request 193: https://github.com/galaxyproject/ephemeris/pull/193
.. _Pull Request 190: https://github.com/galaxyproject/ephemeris/pull/190
.. _Pull Request 187: https://github.com/galaxyproject/ephemeris/pull/187
.. _Pull Request 171: https://github.com/galaxyproject/ephemeris/pull/171
.. _Pull Request 173: https://github.com/galaxyproject/ephemeris/pull/173
.. _Pull Request 170: https://github.com/galaxyproject/ephemeris/pull/170
.. _Pull Request 128: https://github.com/galaxyproject/ephemeris/pull/128
.. _Pull Request 165: https://github.com/galaxyproject/ephemeris/pull/165
.. _Pull Request 161: https://github.com/galaxyproject/ephemeris/pull/161
.. _Pull Request 159: https://github.com/galaxyproject/ephemeris/pull/159
.. _Pull Request 158: https://github.com/galaxyproject/ephemeris/pull/158
.. _Pull Request 155: https://github.com/galaxyproject/ephemeris/pull/155
.. _Pull Request 154: https://github.com/galaxyproject/ephemeris/pull/154
.. _Pull Request 150: https://github.com/galaxyproject/ephemeris/pull/150
.. _Pull Request 149: https://github.com/galaxyproject/ephemeris/pull/149
.. _Pull Request 146: https://github.com/galaxyproject/ephemeris/pull/146
.. _Pull Request 145: https://github.com/galaxyproject/ephemeris/pull/145
.. _Pull Request 130: https://github.com/galaxyproject/ephemeris/pull/130
.. _Pull Request 143: https://github.com/galaxyproject/ephemeris/pull/143
.. _Pull Request 142: https://github.com/galaxyproject/ephemeris/pull/142
.. _Pull Request 138: https://github.com/galaxyproject/ephemeris/pull/138
.. _Pull Request 137: https://github.com/galaxyproject/ephemeris/pull/137
.. _Pull Request 136: https://github.com/galaxyproject/ephemeris/pull/136
.. _Pull Request 135: https://github.com/galaxyproject/ephemeris/pull/135
.. _Pull Request 134: https://github.com/galaxyproject/ephemeris/pull/134
.. _Pull Request 129: https://github.com/galaxyproject/ephemeris/pull/129
.. _Pull Request 127: https://github.com/galaxyproject/ephemeris/pull/127
.. _Pull Request 126: https://github.com/galaxyproject/ephemeris/pull/126
.. _Pull Request 123: https://github.com/galaxyproject/ephemeris/pull/123
.. _Pull Request 122: https://github.com/galaxyproject/ephemeris/pull/122
.. _Pull Request 121: https://github.com/galaxyproject/ephemeris/pull/121
.. _Pull Request 120: https://github.com/galaxyproject/ephemeris/pull/120
.. _Pull Request 118: https://github.com/galaxyproject/ephemeris/pull/118
.. _Pull Request 114: https://github.com/galaxyproject/ephemeris/pull/114
.. _Pull Request 97: https://github.com/galaxyproject/ephemeris/pull/97
.. _Pull Request 103: https://github.com/galaxyproject/ephemeris/pull/103
.. _Pull Request 104: https://github.com/galaxyproject/ephemeris/pull/104
.. _Pull Request 105: https://github.com/galaxyproject/ephemeris/pull/105
.. _Pull Request 106: https://github.com/galaxyproject/ephemeris/pull/106
.. _Pull Request 110: https://github.com/galaxyproject/ephemeris/pull/110
.. _Pull Request 74: https://github.com/galaxyproject/ephemeris/pull/74
.. _Issue 69: https://github.com/galaxyproject/ephemeris/issues/69
.. _Pull Request 73: https://github.com/galaxyproject/ephemeris/pull/73
.. _Pull Request 78: https://github.com/galaxyproject/ephemeris/pull/78
.. _Pull Request 70: https://github.com/galaxyproject/ephemeris/pull/70
.. _Pull Request 86: https://github.com/galaxyproject/ephemeris/pull/86
.. _Pull Request 79: https://github.com/galaxyproject/ephemeris/pull/79
.. _Pull Request 85: https://github.com/galaxyproject/ephemeris/pull/85
.. _Pull Request 81: https://github.com/galaxyproject/ephemeris/pull/81
.. _Pull Request 90: https://github.com/galaxyproject/ephemeris/pull/90
.. _Pull Request 89: https://github.com/galaxyproject/ephemeris/pull/89
.. _Pull Request 88: https://github.com/galaxyproject/ephemeris/pull/88
.. _@abretaud: https://github.com/abretaud
.. _@bgruening: https://github.com/bgruening
.. _@blankenberg: https://github.com/blankenberg
.. _@cat-bro: https://github.com/cat-bro
.. _@rhpvorderman: https://github.com/rhpvorderman
.. _@pcm32: https://github.com/pcm32
.. _@jmchilton: https://github.com/jmchilton
.. _@Slugger70: https://github.com/Slugger70
.. _@natefoo: https://github.com/natefoo
.. _@martenson: https://github.com/martenson
.. _@mvdbeek: https://github.com/mvdbeek
.. _@rdvelazquez: https://github.com/rdvelazquez
.. _@jvanbraekel: https://github.com/jvanbraekel
.. _@innovate-invent: https://github.com/innovate-invent
.. _@erasche: https://github.com/erasche
.. _@nsoranzo: https://github.com/nsoranzo
.. _@mira-miracoli: https://github.com/mira-miracoli
.. _@sanjaysrikakulam: https://github.com/sanjaysrikakulam
.. _@hexylena: https://github.com/hexylena

.. _bioblend: https://github.com/galaxyproject/bioblend/
.. _nose: https://nose.readthedocs.org/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/galaxyproject/ephemeris",
    "name": "ephemeris",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "galaxy",
    "author": "Galaxy Project and Community",
    "author_email": "jmchilton@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/90/30/10145d575983c2fe4f2a0d08d544108e9a3bb3a49b84c9ae4c561d28e7b1/ephemeris-0.10.10.tar.gz",
    "platform": null,
    "description": "\n.. image:: https://readthedocs.org/projects/pip/badge/?version=latest\n   :target: https://ephemeris.readthedocs.org\n\n.. image:: https://badge.fury.io/py/ephemeris.svg\n   :target: https://pypi.python.org/pypi/ephemeris/\n\n.. image:: https://travis-ci.org/galaxyproject/ephemeris.png?branch=master\n   :target: https://travis-ci.org/galaxyproject/ephemeris\n\n.. image:: https://api.codacy.com/project/badge/Coverage/e12102174b4e452c871cd2bafedaec60\n   :target: https://www.codacy.com/app/galaxyproject/ephemeris?utm_source=github.com&utm_medium=referral&utm_content=galaxyproject/ephemeris&utm_campaign=Badge_Coverage\n\n.. image:: https://api.codacy.com/project/badge/Grade/e12102174b4e452c871cd2bafedaec60\n   :target: https://www.codacy.com/app/galaxyproject/ephemeris?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=galaxyproject/ephemeris&amp;utm_campaign=Badge_Grade\n\nEphemeris is a small Python 3 library and set of scripts for managing the\nbootstrapping of Galaxy_ plugins - tools, index data, and workflows.\n\n* Free software: Academic Free License version 3.0\n* Documentation: https://ephemeris.readthedocs.org.\n* Code: https://github.com/galaxyproject/ephemeris\n\n\n.. _Galaxy: http://galaxyproject.org/\n.. _GitHub: https://github.com/\n.. _Docker: https://www.docker.com/\n.. _Homebrew: http://brew.sh/\n.. _linuxbrew: https://github.com/Homebrew/linuxbrew\n.. _Vagrant: https://www.vagrantup.com/\n.. _Travis CI: http://travis-ci.org/\n\n\n\n\nHistory\n-------\n\n.. to_doc\n\n---------------------\n0.10.10 (2024-02-01)\n---------------------\n\n* Use None default value where items are optional (thanks to `@mvdbeek`_).\n  `Pull Request 212`_\n\n---------------------\n0.10.9 (2024-01-31)\n---------------------\n\n* Fix CI tests (thanks to `@mvdbeek`_). `Pull Request 208`_\n* Add black, ruff, isort and mypy (thanks to `@mvdbeek`_). `Pull Request 209`_\n* Add now mandatory readthedocs config file (thanks to `@nsoranzo`_). `Pull\n  Request 210`_\n* Enhancements to the IDC scripts (thanks to `@jmchilton`_). `Pull Request\n  201`_\n\n---------------------\n0.10.8 (2023-04-18)\n---------------------\n\n* Prefer dashes instead of underscores in flags (thanks to `@natefoo`_). `Pull\n  Request 191`_\n* Remove folder id from get_folders function call in setup-data-libraries\n  (thanks to `@sanjaysrikakulam`_). `Pull Request 196`_\n* Standardize CLI commands on - instead of _ (thanks to `@hexylena`_). `Pull\n  Request 195`_\n* Add partial type annotations (thanks to `@mvdbeek`_). `Pull Request 193`_\n* Rename configuration option removed in tox 4.0 (thanks to `@nsoranzo`_).\n  `Pull Request 190`_\n* Set Library Permissions (thanks to `@mira-miracoli`_). `Pull Request 187`_\n* delete the extra random sleep lines from sleep.py (thanks to `@cat-bro`_).\n  `Pull Request 171`_\n\n---------------------\n0.10.7 (2021-06-08)\n---------------------\n\n* Add option to `shed-tools test` for specifying a history name (thanks to\n  `@natefoo`_). `Pull Request 173`_\n* workflow-to-tools: get tools from subworkflows (thanks to `@cat-bro`_).\n  `Pull Request 170`_\n* Add pysam and continue if test fetching errors (thanks to `@mvdbeek`_).\n  `Pull Request 128`_\n* Various updates to testing and CI infrastructure (thanks to `@jmchilton`_).\n  `Pull Request 165`_\n* Handle terminal states in wait for install (thanks to `@mvdbeek`_).\n  `Pull Request 161`_\n* Get all tools when searching for tool ids for testing\n  (thanks to `@cat-bro`_). `Pull Request 159`_\n\n---------------------\n0.10.6 (2020-05-04)\n---------------------\n\n* Wait for the correct repository (thanks to `@mvdbeek`_). `Pull\n  Request 158`_\n* Update dependencies\n\n---------------------\n0.10.5 (2020-02-29)\n---------------------\n\n* Fix `shed-tools test -t workflow_tools.yml` (thanks to `@nsoranzo`_). `Pull\n  Request 155`_\n* Fix installing tool dependencies from yaml list (thanks to `@mvdbeek`_).\n  `Pull Request 154`_\n* Cast exceptions to string using unicodify (thanks to `@mvdbeek`_). `Pull\n  Request 150`_\n* Add description when creating folders with setup_data_libraries (thanks to\n  `@abretaud`_). `Pull Request 149`_\n\n---------------------\n0.10.4 (2019-10-05)\n---------------------\n\n* When polling for repo install status, ensure the correct revision is being\n  checked (thanks to `@natefoo`_). `Pull Request 146`_\n* Add install_tool_deps command (thanks to `@innovate-invent`_). `Pull Request\n  145`_\n\n---------------------\n0.10.3 (2019-07-18)\n---------------------\n\n* Add install-tool-deps command that will install tool dependencies\n  (thanks to `@innovate-invent`_). `Pull Request 130`_\n* Require galaxy-tool-util instead of galaxy-lib (thanks to `@nsoranzo`_).\n  `Pull Request 143`_\n* Release to PyPI on tag (thanks to `@mvdbeek`_). `Pull Request 142`_\n* Make Data library creation more robust\n  (thanks to `@erasche`_). `Pull Request 138`_\n* Make tool testing more robust (thanks to\n  `@mvdbeek`_). `Pull Request 137`_, `Pull Request 136`_\n\n---------------------\n0.10.2 (2019-06-04)\n---------------------\n\n* Fix default message check (thanks to `@mvdbeek`_). `Pull Request 135`_\n\n---------------------\n0.10.1 (2019-06-04)\n---------------------\n\n* Fix timeout handling when installing repositories\n  (thanks to `@mvdbeek`_). `Pull Request 134`_\n\n---------------------\n0.10.0 (2019-05-29)\n---------------------\n\n* fix doc building and regenerate (thanks to `@martenson`_). `Pull Request\n  129`_\n* fix default for 'parallel_tests' typo (thanks to `@martenson`_). `Pull\n  Request 127`_\n* Include some additional stats for xunit reporting (thanks to `@mvdbeek`_).\n  `Pull Request 126`_\n* Handle timeout gracefully for UWSGI connection (thanks to `@pcm32`_). `Pull\n  Request 123`_\n* Update Docs for User Name (Should be Email) (thanks to `@rdvelazquez`_).\n  `Pull Request 122`_\n* remove the python invocation from usage examples (thanks to `@martenson`_).\n  `Pull Request 121`_\n* Fix crash when too_with_panel is empty (thanks to `@jvanbraekel`_). `Pull\n  Request 120`_\n* Test tools in parallel, with regular user permissions, without a shared\n  filesystem (thanks to `@mvdbeek`_). `Pull Request 118`_\n* use latest documentation dependencies to fix documentation build issue\n  (thanks to `@rhpvorderman`_). `Pull Request 114`_\n* Refactor shed tool functionality. Removed deprecated options from \n  shed-tools CLI. \n  shed-tools update now also accepts tool list, so tools in galaxy can \n  be selectively updated. Improved algorithm leads to much faster \n  skipping of already installed tools, which makes the installation \n  of tools much faster on an already populated galaxy.\n  (thanks to `@rhpvorderman`_).\n  `Pull Request 104`_\n* Add ``pytest``, enable coverage testing (thanks to `@rhpvorderman`_).\n  `Pull Request 105`_\n* Make ``setup_data_libraries.py`` check for existence before recreation of\n  libraries.\n  (thanks to `@Slugger70`_).\n  `Pull Request 103`_\n* Catch failures on requests to the installed repo list when doing post-\n  timeout spinning on installation in ``shed-tools`` (thanks to `@natefoo`_).\n  `Pull Request 97`_\n* Fix coverage reporting on codacy (thanks to `@rhpvorderman`_).\n  `Pull Request 106`_\n* Run-data-managers now outputs stderr of failed jobs (thanks to `@rhpvorderman`_).\n  `Pull Request 110`_\n\n---------------------\n0.9.0 (2018-05-23)\n---------------------\n\n* Update data managers when updating tools (thanks to `@rhpvorderman`_).\n  `Pull Request 78`_, `Issue 69`_\n* Run data managers aggressive parallelization and refactoring (thanks to\n  `@rhpvorderman`_).\n  `Pull Request 79`_\n* Makes publishing of imported workflows available (thanks to `@pcm32`_).\n  `Pull Request 74`_\n* Add option to test tools on update/install for Galaxy 18.05 (thanks to `@jmchilton`_).\n  `Pull Request 81`_\n* Upload 2.0 support for data library creation (thanks to `@jmchilton`_).\n  `Pull Request 89`_\n* Fixes to revision parsing in tools.yaml (thanks to `@bgruening`_).\n  `Pull Request 70`_\n* Add Codacy monitoring and badge (thanks to `@jmchilton`_).\n  `Pull Request 73`_\n* Fix typo in project organization document (thanks to `@blankenberg`_).\n  `Pull Request 86`_\n* Fix hardcoded log paths (thanks to `@rhpvorderman`_).\n  `Pull Request 85`_\n* Fix ``shed-tools`` update argparse handling (thanks to `@rhpvorderman`_).\n  `Pull Request 88`_\n* Fix a few lint issues (thanks to `@jmchilton`_).\n  `Pull Request 90`_\n\n---------------------\n0.8.0 (2017-12-29)\n---------------------\n\n* Many new documentation enhancements (thanks to @rhpvorderman, and others)\n* rename of shed-install to shed-tools and add a new --latest and --revision argument (thanks to @rhpvorderman)\n* many fixes and new tests by (thanks to @mvdbeek)\n* Parallelization of run-data-managers (thanks to @rhpvorderman)\n* run-data-managers now uses more advanced templating for less repetitive input yamls (thanks to @rhpvorderman)\n* run-data-managers now checks if a genome index is already present before running the data manager (thanks to @rhpvorderman)\n* ephemeris will now use https by default instead of http (thanks to @bgruening)\n\n---------------------\n0.7.0 (2017-06-27)\n---------------------\n\n* Many new documentation enhancements (thanks to @rhpvorderman, @erasche, and others) -\n  docs are now published to https://readthedocs.org/projects/ephemeris/.\n* Fix problem with empty list options related to running data managers (thanks to @rhpvorderman).\n* Enable data managers to run with API keys (thanks to @rhpvorderman).\n* Add sleep command to wait for a Galaxy API to become available (thanks to @erasche).\n* Preserve readable order of keys while processing tool lists (thanks to @drosofff).\n\n---------------------\n0.6.1 (2017-04-17)\n---------------------\n\n* Add Python 2 and 3 testing for all scripts against galaxy-docker-stable along with various\n  refactoring to reduce code duplication and Python 3 fixes. `#36\n  <https://github.com/galaxyproject/ephemeris/pull/36>`__\n\n---------------------\n0.6.0 (2017-04-10)\n---------------------\n\n* Add new connection options for setting up data libraries.\n\n---------------------\n0.5.1 (2017-04-07)\n---------------------\n\n* Fix new ``run-data-managers`` CLI entrypoint.\n\n---------------------\n0.5.0 (2017-04-06)\n---------------------\n\n* Add ``run-data-managers`` tool to trigger DM with multiple values and in order. `#30 <https://github.com/galaxyproject/ephemeris/pull/30>`_\n* The workflow install tool now supports a directory of workflows. `#27 <https://github.com/galaxyproject/ephemeris/pull/27>`_\n* enable global options in a tool yaml files, like `install_resolver_dependencies: true` `#26 <https://github.com/galaxyproject/ephemeris/pull/26>`_\n* Mention mimum required galaxy versions. `#23 <https://github.com/galaxyproject/ephemeris/pull/23>`_ (thanks to @mvdbeek)\n    \n\n---------------------\n0.4.0 (2016-09-07)\n---------------------\n\n* Be more generic in determining a server time-out (thanks to @afgane).\n* Get tool list entrypoint and improvements (thanks to @mvdbeek).\n* Rename ``tool_panel_section_name`` to ``tool_panel_section_label`` like\n  ansible-galaxy-tools (thanks to @nturaga).\n* Add missing file ``tool_list.yaml.sample`` (thanks to @nturaga).\n\n---------------------\n0.3.0 (2016-08-26)\n---------------------\n\n* More robust shed-install script, install dependencies by default, improve logging\n  (thanks to @mvdbeek).\n\n---------------------\n0.2.0 (2016-08-15)\n---------------------\n\n* Add tool generate a tool list from a Galaxy workflow file\n  (thanks to @drosofff).\n* Fix various code quality issues including adding beta support\n  for Python 3 (thanks in part to @mvdbeek).\n\n---------------------\n0.1.0 (2016-06-15)\n---------------------\n\n* Setup project, pull in scripts from `ansible-galaxy-tools\n  <https://github.com/galaxyproject/ansible-galaxy-tools>`__\n  and adapt them for usage as a library.\n\n.. github_links\n.. _Pull Request 212: https://github.com/galaxyproject/ephemeris/pull/212\n.. _Pull Request 208: https://github.com/galaxyproject/ephemeris/pull/208\n.. _Pull Request 209: https://github.com/galaxyproject/ephemeris/pull/209\n.. _Pull Request 210: https://github.com/galaxyproject/ephemeris/pull/210\n.. _Pull Request 201: https://github.com/galaxyproject/ephemeris/pull/201\n.. _Pull Request 191: https://github.com/galaxyproject/ephemeris/pull/191\n.. _Pull Request 196: https://github.com/galaxyproject/ephemeris/pull/196\n.. _Pull Request 195: https://github.com/galaxyproject/ephemeris/pull/195\n.. _Pull Request 193: https://github.com/galaxyproject/ephemeris/pull/193\n.. _Pull Request 190: https://github.com/galaxyproject/ephemeris/pull/190\n.. _Pull Request 187: https://github.com/galaxyproject/ephemeris/pull/187\n.. _Pull Request 171: https://github.com/galaxyproject/ephemeris/pull/171\n.. _Pull Request 173: https://github.com/galaxyproject/ephemeris/pull/173\n.. _Pull Request 170: https://github.com/galaxyproject/ephemeris/pull/170\n.. _Pull Request 128: https://github.com/galaxyproject/ephemeris/pull/128\n.. _Pull Request 165: https://github.com/galaxyproject/ephemeris/pull/165\n.. _Pull Request 161: https://github.com/galaxyproject/ephemeris/pull/161\n.. _Pull Request 159: https://github.com/galaxyproject/ephemeris/pull/159\n.. _Pull Request 158: https://github.com/galaxyproject/ephemeris/pull/158\n.. _Pull Request 155: https://github.com/galaxyproject/ephemeris/pull/155\n.. _Pull Request 154: https://github.com/galaxyproject/ephemeris/pull/154\n.. _Pull Request 150: https://github.com/galaxyproject/ephemeris/pull/150\n.. _Pull Request 149: https://github.com/galaxyproject/ephemeris/pull/149\n.. _Pull Request 146: https://github.com/galaxyproject/ephemeris/pull/146\n.. _Pull Request 145: https://github.com/galaxyproject/ephemeris/pull/145\n.. _Pull Request 130: https://github.com/galaxyproject/ephemeris/pull/130\n.. _Pull Request 143: https://github.com/galaxyproject/ephemeris/pull/143\n.. _Pull Request 142: https://github.com/galaxyproject/ephemeris/pull/142\n.. _Pull Request 138: https://github.com/galaxyproject/ephemeris/pull/138\n.. _Pull Request 137: https://github.com/galaxyproject/ephemeris/pull/137\n.. _Pull Request 136: https://github.com/galaxyproject/ephemeris/pull/136\n.. _Pull Request 135: https://github.com/galaxyproject/ephemeris/pull/135\n.. _Pull Request 134: https://github.com/galaxyproject/ephemeris/pull/134\n.. _Pull Request 129: https://github.com/galaxyproject/ephemeris/pull/129\n.. _Pull Request 127: https://github.com/galaxyproject/ephemeris/pull/127\n.. _Pull Request 126: https://github.com/galaxyproject/ephemeris/pull/126\n.. _Pull Request 123: https://github.com/galaxyproject/ephemeris/pull/123\n.. _Pull Request 122: https://github.com/galaxyproject/ephemeris/pull/122\n.. _Pull Request 121: https://github.com/galaxyproject/ephemeris/pull/121\n.. _Pull Request 120: https://github.com/galaxyproject/ephemeris/pull/120\n.. _Pull Request 118: https://github.com/galaxyproject/ephemeris/pull/118\n.. _Pull Request 114: https://github.com/galaxyproject/ephemeris/pull/114\n.. _Pull Request 97: https://github.com/galaxyproject/ephemeris/pull/97\n.. _Pull Request 103: https://github.com/galaxyproject/ephemeris/pull/103\n.. _Pull Request 104: https://github.com/galaxyproject/ephemeris/pull/104\n.. _Pull Request 105: https://github.com/galaxyproject/ephemeris/pull/105\n.. _Pull Request 106: https://github.com/galaxyproject/ephemeris/pull/106\n.. _Pull Request 110: https://github.com/galaxyproject/ephemeris/pull/110\n.. _Pull Request 74: https://github.com/galaxyproject/ephemeris/pull/74\n.. _Issue 69: https://github.com/galaxyproject/ephemeris/issues/69\n.. _Pull Request 73: https://github.com/galaxyproject/ephemeris/pull/73\n.. _Pull Request 78: https://github.com/galaxyproject/ephemeris/pull/78\n.. _Pull Request 70: https://github.com/galaxyproject/ephemeris/pull/70\n.. _Pull Request 86: https://github.com/galaxyproject/ephemeris/pull/86\n.. _Pull Request 79: https://github.com/galaxyproject/ephemeris/pull/79\n.. _Pull Request 85: https://github.com/galaxyproject/ephemeris/pull/85\n.. _Pull Request 81: https://github.com/galaxyproject/ephemeris/pull/81\n.. _Pull Request 90: https://github.com/galaxyproject/ephemeris/pull/90\n.. _Pull Request 89: https://github.com/galaxyproject/ephemeris/pull/89\n.. _Pull Request 88: https://github.com/galaxyproject/ephemeris/pull/88\n.. _@abretaud: https://github.com/abretaud\n.. _@bgruening: https://github.com/bgruening\n.. _@blankenberg: https://github.com/blankenberg\n.. _@cat-bro: https://github.com/cat-bro\n.. _@rhpvorderman: https://github.com/rhpvorderman\n.. _@pcm32: https://github.com/pcm32\n.. _@jmchilton: https://github.com/jmchilton\n.. _@Slugger70: https://github.com/Slugger70\n.. _@natefoo: https://github.com/natefoo\n.. _@martenson: https://github.com/martenson\n.. _@mvdbeek: https://github.com/mvdbeek\n.. _@rdvelazquez: https://github.com/rdvelazquez\n.. _@jvanbraekel: https://github.com/jvanbraekel\n.. _@innovate-invent: https://github.com/innovate-invent\n.. _@erasche: https://github.com/erasche\n.. _@nsoranzo: https://github.com/nsoranzo\n.. _@mira-miracoli: https://github.com/mira-miracoli\n.. _@sanjaysrikakulam: https://github.com/sanjaysrikakulam\n.. _@hexylena: https://github.com/hexylena\n\n.. _bioblend: https://github.com/galaxyproject/bioblend/\n.. _nose: https://nose.readthedocs.org/en/latest/\n",
    "bugtrack_url": null,
    "license": "AFL",
    "summary": "Ephemeris is an opinionated library and set of scripts for managing the bootstrapping of Galaxy project plugins - tools, index data, and workflows.",
    "version": "0.10.10",
    "project_urls": {
        "Homepage": "https://github.com/galaxyproject/ephemeris"
    },
    "split_keywords": [
        "galaxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3df0ac74af8f5cd415720ad2ea24e864528de008be34b919873f9e8920e4bf1f",
                "md5": "82accc9a07f06758fa391d8e83f92263",
                "sha256": "cdf6a7f868a1198b4ca160827b361cb2bb25d7aa890886b007a3ef52df1cf6cb"
            },
            "downloads": -1,
            "filename": "ephemeris-0.10.10-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82accc9a07f06758fa391d8e83f92263",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 51119,
            "upload_time": "2024-02-01T13:37:48",
            "upload_time_iso_8601": "2024-02-01T13:37:48.779329Z",
            "url": "https://files.pythonhosted.org/packages/3d/f0/ac74af8f5cd415720ad2ea24e864528de008be34b919873f9e8920e4bf1f/ephemeris-0.10.10-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "903010145d575983c2fe4f2a0d08d544108e9a3bb3a49b84c9ae4c561d28e7b1",
                "md5": "7cc047ac7113a34845b570d1d08099dd",
                "sha256": "397599341949e359c5dc1cb6bf8b4be06b14cc3d2e8fb404a3421f37d17c2b44"
            },
            "downloads": -1,
            "filename": "ephemeris-0.10.10.tar.gz",
            "has_sig": false,
            "md5_digest": "7cc047ac7113a34845b570d1d08099dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 54761,
            "upload_time": "2024-02-01T13:37:50",
            "upload_time_iso_8601": "2024-02-01T13:37:50.359465Z",
            "url": "https://files.pythonhosted.org/packages/90/30/10145d575983c2fe4f2a0d08d544108e9a3bb3a49b84c9ae4c561d28e7b1/ephemeris-0.10.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 13:37:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "galaxyproject",
    "github_project": "ephemeris",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": []
        },
        {
            "name": "bioblend",
            "specs": [
                [
                    ">=",
                    "0.10.0"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": []
        },
        {
            "name": "galaxy-tool-util",
            "specs": [
                [
                    ">=",
                    "20.9.1"
                ]
            ]
        },
        {
            "name": "galaxy-util",
            "specs": [
                [
                    ">=",
                    "20.9.0"
                ]
            ]
        },
        {
            "name": "pysam",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "ephemeris"
}
        
Elapsed time: 0.22043s