Metadata-Version: 2.1
Name: htmap
Version: 0.5.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: ASL 2.0
Description: # HTMap
        
        [![Documentation Status](https://readthedocs.org/projects/htmap/badge/?version=latest)](https://htmap.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.org/htcondor/htmap.svg?branch=master)](https://travis-ci.org/htcondor/htmap)
        [![codecov](https://codecov.io/gh/htcondor/htmap/branch/master/graph/badge.svg)](https://codecov.io/gh/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/tree/tutorials/first-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/).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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
Description-Content-Type: text/markdown
