Metadata-Version: 2.1
Name: bettermap
Version: 1.3.0
Summary: Parallelized drop-in replacements for Python's map function
Home-page: https://github.com/allenai/bettermap
Author: Dirk Groeneveld
Author-email: dirkg@allenai.org
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

bettermap
=========

`bettermap` is a drop-in replacement for Python's map function. It parallelizes
the map function across all available processors.

Install with `pip install https://github.com/allenai/bettermap/releases/download/v1.3.0/bettermap-1.3.0-py3-none-any.whl`


