Metadata-Version: 2.1
Name: minkipy
Version: 0.2.22
Summary: Job and workflow submission made simple
Home-page: https://github.com/muhrin/minkipy.git
Author: Martin Uhrin
Author-email: martin.uhrin.10@ucl.ac.uk
License: GPLv3 and MIT, see LICENSE file
Keywords: workflows schedulers
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: PyYAML (<=5.3.1)
Requires-Dist: beautifultable (~=1.0.0)
Requires-Dist: click
Requires-Dist: kiwipy[rmq] (~=0.6)
Requires-Dist: mincepy (<0.16,>=0.15.15)
Provides-Extra: dev
Requires-Dist: pip ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest (>4) ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: yapf ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Provides-Extra: pyos
Requires-Dist: cmd2 (>=1.3.2) ; extra == 'pyos'
Requires-Dist: pyos (>=0.7.8) ; extra == 'pyos'


.. image:: https://codecov.io/gh/muhrin/minkipy/branch/develop/graph/badge.svg
    :target: https://codecov.io/gh/muhrin/minkipy
    :alt: Coverage

.. image:: https://travis-ci.com/muhrin/minkipy.svg?branch=master
    :target: https://travis-ci.com/github/muhrin/minkipy
    :alt: Travis CI

.. image:: https://img.shields.io/pypi/v/minkipy.svg
    :target: https://pypi.python.org/pypi/minkipy/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/wheel/minkipy.svg
    :target: https://pypi.python.org/pypi/minkipy/

.. image:: https://img.shields.io/pypi/pyversions/minkipy.svg
    :target: https://pypi.python.org/pypi/minkipy/

.. image:: https://img.shields.io/pypi/l/minkipy.svg
    :target: https://pypi.python.org/pypi/minkipy/

minkiPy
=======

.. image:: docs/source/img/mincepy.svg
   :height: 64px
   :width: 64px
   :alt: mincePy
   :target: https://travis-ci.com/github/muhrin/minkipy

.. image:: docs/source/img/kiwipy.svg
   :height: 64px
   :width: 64px
   :alt: kiwiPy
   :target: https://travis-ci.com/github/muhrin/kiwipy

A submission and workflow system that brings together kiwiPy_ to enable robust
task queueing using RabbitMQ_ and mincePy_ to provide database backed storage
of arbitrary python objects.



.. _RabbitMQ: https://www.rabbitmq.com/
.. _kiwiPy: https://github.com/aiidateam/kiwipy
.. _mincePy: https://github.com/muhrin/mincepy


