Metadata-Version: 1.1
Name: mcpartools
Version: 0.1.3
Summary: Set of tools to parallelize MC calculations on clusters
Home-page: https://github.com/DataMedSci/mcpartools
Author: Leszek Grzanka
Author-email: leszek.grzanka@gmail.com
License: GPL
Description: ===============================
        mcpartools
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/mcpartools.svg
                :target: https://pypi.python.org/pypi/mcpartools
        .. image:: https://img.shields.io/travis/DataMedSci/mcpartools.svg
                :target: https://travis-ci.org/DataMedSci/mcpartools
        
        
        .. image:: https://readthedocs.org/projects/mcpartools/badge/?version=latest
                :target: https://readthedocs.org/projects/mcpartools/?badge=latest
                :alt: Documentation Status
        
        ========
        Overview
        ========
        
        .. start-badges
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - |travis|
            * - package
              - |version| |downloads| |wheel| |supported-versions| |supported-implementations|
        
        .. |docs| image:: https://readthedocs.org/projects/mcpartools/badge/?style=flat
            :target: https://readthedocs.org/projects/mcpartools
            :alt: Documentation Status
        
        .. |travis| image:: https://travis-ci.org/DataMedSci/mcpartools.svg?branch=master
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/DataMedSci/mcpartools
        
        .. |version| image:: https://img.shields.io/pypi/v/mcpartools.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/mcpartools
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/mcpartools.svg?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/mcpartools
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/mcpartools.svg?style=flat
            :alt: PyPI Wheel
            :target: https://pypi.python.org/pypi/mcpartools
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mcpartools.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/mcpartools
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mcpartools.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/mcpartools
        
        .. end-badges
        
        Set of tools to parallelize MC calculation on clusters
        
        
        Installation
        ============
        
        Stable version ::
        
            pip install mcpartools
        
        Latest unstable version, directly GIT repository, using::
        
            pip install setuptools versioneer
            pip install git+https://github.com/DataMedSci/mcpartools.git
        
        To unistall, simply use::
        
            pip uninstall mcpartools
        
        Documentation
        =============
        
        https://mcpartools.readthedocs.io/
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `grzanka/cookiecutter-pip-docker-versioneer`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`grzanka/cookiecutter-pip-docker-versioneer`: https://github.com/grzanka/cookiecutter-pip-docker-versioneer
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
