Metadata-Version: 2.1
Name: htmap
Version: 0.6.1
Summary: High-Throughput Computing in Python, powered by HTCondor
Home-page: https://github.com/htcondor/htmap
Author: Josh Karpel
Author-email: josh.karpel@gmail.com
License: Apache-2.0
Description: # HTMap
        
        [![PyPI version](https://badge.fury.io/py/htmap.svg)](https://badge.fury.io/py/htmap)
        [![Anaconda-Server Badge](https://anaconda.org/conda-forge/htmap/badges/version.svg)](https://anaconda.org/conda-forge/htmap)
        
        [![Documentation Status](https://readthedocs.org/projects/htmap/badge/?version=latest)](https://htmap.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.com/htcondor/htmap.svg?branch=master)](https://travis-ci.com/htcondor/htmap)
        ![Tests](https://github.com/htcondor/htmap/workflows/Tests/badge.svg)
        [![codecov](https://codecov.io/gh/htcondor/htmap/branch/master/graph/badge.svg)](https://codecov.io/gh/htcondor/htmap)
        ![GitHub issues](https://img.shields.io/github/issues/htcondor/htmap)
        ![GitHub pull requests](https://img.shields.io/github/issues-pr/htcondor/htmap)
        
        **Jump right in to the tutorials with Binder!**
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/htcondor/htmap/master?urlpath=lab%2Ftree%2Ffirst-steps.ipynb)
        
        HTMap is a library that wraps the process of mapping Python function calls out
        to an HTCondor pool.
        It provides tools for submitting, managing, and processing the output of
        arbitrary functions.
        
        Our goal is to provide as transparent an interface as possible to
        high-throughput computing resources so that you can spend more time thinking
        about your own code, and less about how to get it running on a cluster.
        
        For tutorials, installation instructions, and more details, see the
        [documentation](https://htmap.readthedocs.io/en/latest/).
        
        Please post bug reports and feature requests to
        [our issue tracker](https://github.com/htcondor/htmap/issues).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
