Metadata-Version: 2.0
Name: mdatapipe
Version: 0.0.0
Summary: Multithreaded plugin-driven engine for data collecting, analyzing and reporting
Home-page: https://github.com/mdatapipe/mdatapipe
Author: MDatapipe Team
Author-email: lamego.pinto@gmail.com
License: Apache-2
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Dist: click
Requires-Dist: pygrok
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: six

mdatapipe
========

|pypi version| |GitHub Forks| |GitHub Open Issues| |travis-ci for master
branch| |coverage report for master branch| |sphinx documentation for
latest release|

Requirements
------------

-  Python 2.7 or 3.6+ (currently tested with 2.7, 3.6)

Installation
------------

.. code:: bash

    pip install pylibcontainer

Examples
--------

.. code:: bash

    pylibcontainer run pipeline.yaml

Bugs and Feature Requests
-------------------------

Bug reports and feature requests are happily accepted via the `GitHub
Issue Tracker <https://github.com/mdatapipe/mdatapipe/issues>`__. Pull
requests are welcome. Issues that don't have an accompanying pull
request will be worked on as my time and priority allows.

Guidelines
----------

Testing
-------

Testing is done via `pytest <http://pytest.org/latest/>`__, driven by
`tox <http://tox.testrun.org/>`__.

Testing is as simple as:

.. code:: bash

    pip install tox
    tox

Release Checklist
-----------------

.. |pypi version| image:: https://img.shields.io/pypi/v/pylibcontainer.svg?maxAge=2592000
   :target: https://pypi.python.org/pypi/mdatapipe
.. |GitHub Forks| image:: https://img.shields.io/github/forks/mdatapipe/pylibcontainer.svg
   :target: https://github.com/mdatapipe/mdatapipe/network
.. |GitHub Open Issues| image:: https://img.shields.io/github/issues/mdatapipe/pylibcontainer.svg
   :target: https://github.com/mdatapipe/mdatapipe/issues
.. |travis-ci for master branch| image:: https://secure.travis-ci.org/mdatapipe/pylibcontainer.png?branch=master
   :target: http://travis-ci.org/mdatapipe/mdatapipe
.. |coverage report for master branch| image:: https://codecov.io/github/mdatapipe/pylibcontainer/coverage.svg?branch=master
   :target: https://codecov.io/github/mdatapipe/mdatapipe?branch=master
.. |sphinx documentation for latest release| image:: https://readthedocs.org/projects/pylibcontainer/badge/?version=latest
   :target: https://readthedocs.org/projects/mdatapipe/?badge=latest


