Skip to content

Commit

Permalink
fix #247: add standalone maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Sep 5, 2022
1 parent d3d87b8 commit 5214e9a
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Important classes and functions are found here:
* ``pathos.selector.Selector`` [the selector base class]
* ``pathos.server.Server`` [the server base class]
* ``pathos.profile`` [profiling in threads and processes]
* ``pathos.maps`` [standalone map instances]

``pathos`` also provides two convenience scripts that are used to establish
secure distributed connections. These scripts are installed to a directory
Expand Down
12 changes: 12 additions & 0 deletions docs/source/pathos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ hosts module
:imported-members:
.. :exclude-members:
maps module
-----------

.. automodule:: pathos.maps
:members:
:undoc-members:
:private-members:
:special-members:
:show-inheritance:
:imported-members:
.. :exclude-members:
mp_map module
-------------

Expand Down
1 change: 1 addition & 0 deletions pathos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def logger(level=None, handler=None, **kwds):
from . import selector
from . import connection
from . import pools
from . import maps

# worker pools
from . import serial
Expand Down

0 comments on commit 5214e9a

Please sign in to comment.