Metadata-Version: 1.1
Name: python-pmap
Version: 2.0.0
Summary: Clojure's pmap implementation for Python.
Home-page: https://github.com/hcarvalhoalves/python-pmap
Author: Henrique Carvalho Alves
Author-email: hcarvalhoalves@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # python-pmap
        
        [Clojure's pmap](https://clojuredocs.org/clojure.core/pmap) implementation for Python.
        
        Multi-threaded versions of the following high-order functions are available:
        
        | fn              | equivalent to
        | -------------   | ---------------------
        | `pmap.pmap`     | `itertools.imap`
        | `pmap.pvalmap`  | `toolz.dictoolz.valmap`
        | `pmap.pkeymap`  | `toolz.dictoolz.keymap`
        
        Package also includes `pmap.Deferred` and `pmap.Future` classes that may be generally useful.
        
        See included `tests/` for usage examples.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
