Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-ipyparallel-8.4.1-2.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-ipyparallel Distribution: openSUSE:Factory:zSystems
Version: 8.4.1 Vendor: openSUSE
Release: 2.1 Build date: Sat Jan 7 18:54:17 2023
Group: Development/Languages/Python Build host: s390zp25
Size: 2061880 Source RPM: python-ipyparallel-8.4.1-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ipython/ipyparallel
Summary: Interactive parallel computing library for IPython
Use multiple instances of IPython in parallel, interactively.

This package provides the python interface.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Dec 31 2022 Ben Greiner <code@bnavigator.de>
  - Add deprecation warnings filters
    * ipyparallel-pr729+pr753-deprecationfilters.patch
    * gh#ipython/ipyparallel#729
    * gh#ipython/ipyparallel#753
* Thu Jul 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 8.4.1
    * add support for Python 3.11
  - Release 8.4.0
    * (%px) only skip redisplay of streamed errors if outputs are
      complete
    * Avoid use of recently deprecated asyncio/tornado APIs around
      'current' event loops that are not running.
    * Switch to hatch backend for packaging
  - Release 8.3.0
    * Workaround SSL issues with recent builds of nodejs + webpack
    * Build with flit, removing setup.py
    * Remove remaining references to deprecated distutils package
      (has surprising impact on process memory)
    * Improve logging when engine registration times out
  - Release 8.2.1
    * Fixes some compatibility issues with latest dask, ipykernel,
      and setuptools, as well as some typos and improved
      documentation.
  - Skip flaky tests
  - Fix non-rewritten obsoletes and remove incorrect provides in
    jupyter extension package
* Sun Feb 27 2022 Arun Persaud <arun@gmx.de>
  - update to version 8.2.0:
    * Changes:
      + len(AsyncMapResult) and progress ports now use the number of
      items in the map, not the number of messages.
    * Enhancements:
      + Show output prior to errors in %%px
    * Bugs fixed:
      + Fix cases where engine id could be -1 in tracebacks
      + Add missing pbs to engine launcher entrypoints
* Sat Jan 15 2022 Ben Greiner <code@bnavigator.de>
  - Update to 8.1.0
    * 8.1.0 is a small release, adding a few new features and
      bugfixes.
    * relay KeyboardInterrupt to engines in blocking `%px` magics
    * add `Cluster.start_and_connect(activate=True)` to include
      activation of `%px` magics in one-liner startup.
    * initial support for Clusters tab in RetroLab
    * ensure profile config is always loaded for
      `Cluster(profile="xyz")`
    * build lab extension in production mode, apply trove classifiers
    * pass through keyword arguments to constructor in
      `Client.broadcast_view`
  - Don't require iptest for testing anymore, removed in ipython 8
* Mon Nov 15 2021 Ben Greiner <code@bnavigator.de>
  - Skip flaky imap_infinite test
* Sun Nov 14 2021 Ben Greiner <code@bnavigator.de>
  - Update to 8.0.0
    * This is marked as a major revision because of the change to
      pass connection information via environment variables.
      BatchSystem launchers with a custom template will need to make
      sure to set flags that inherit environment variables, such as
      [#]PBS -V or #SBATCH --export=ALL.
    * More convenient Cluster(engines="mpi") signature for setting
      the engine (or controller) launcher class.
    * The first (and usually only) engine set can be accessed as
      .Cluster.engine_set, rather than digging through the
      Cluster.engines dict.
    * Add environment configuration to all Launchers.
    * Support more configuration via environment variables, including
      passing connection info to engines via $IPP_CONNECTION_INFO,
      which is used by default, avoiding the need to send connection
      files to engines in cases of non-shared filesystems.
    * Launchers send connection info to engines via
      $IPP_CONNECTION_INFO by default. This is governed by
      Cluster.send_engines_connection_env, which is True by default.
    * Support EngineLauncher.get_output via output files in batch
      system launchers
    * Capture output in Batch launchers by setting output file
      options in the default templates.
    * LoadBalancedView.imap returns a LazyMapIterator which has a
      .cancel() method, for stopping consumption of the map input.
    * Support for return_when argument in .AsyncResult.wait and
      ~.AsyncResult.wait_interactive, to allow returning on the first
      error, first completed, or (default) all completed.
    * LoadBalancedView.imap(max_outstanding=n) limits the number of
      tasks submitted to the cluster, instead of limiting the number
      not-yet-consumed. Prior to this, the cluster could be idle if
      several results were waiting to be consumed.
    * output streamed by %%px includes errors and results, for
      immediate feedback when only one engine fails.
    * Various bugs preventing use of non-default Controller launchers
    * Fixed crash in jupyterlab extension when IPython directory does
      not exist
    * ViewExecutor.shutdown() waits for imap results, like Executors
      in the standard library
    * Removed spurious jupyterlab plugin options that had no effect.
    * %autopx streams output just like %%px
    * Add BroadcastView benchmark code
    * Tag releases with tbump
* Sun Oct 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to 7.1.0
    * New Client.start_and_connect() method for starting a cluster
      and returning a connected client in one call.
    * Support CurveZMQ for transport-level encryption and
      authentication. See security docs for more info.
    * Define _max_workers attribute on view.executor for better
      consistency with standard library Executors.
    * Client.wait_for_engines() will raise an informative error if
      the parent Cluster object notices that its engines have halted
      while waiting, or any engine unregisters, rather than
      continuing to wait for engines that will never come
    * Show progress if %px is taking significant time
    * Improved support for streaming output, e.g. with %px, including
      support for updating output in-place with standard terminal
      carriage-return progress bars.
    * Fix dropped IOPub messages when using large numbers of engines,
      causing AsyncResult.wait_for_output() to hang.
    * Use absolute paths for Cluster.profile_dir, fixing issues with
      Cluster.from_file() when run against a profile created with a
      relative location, e.g. Cluster(profile_dir="./profile")
    * Fix error waiting for connection files when controller is
      started over ssh.
  - Release 7.0.1
    * Fix missing setupbase.py in tarball
  - Release 7.0.0
    * Require Python 3.6
    * Fix compatibility issues with ipykernel 6 and jupyter-client 7
    * Remove dependency on deprecated ipython-genutils
    * New dependencies on psutil, entrypoints, tqdm
    * New Cluster API for managing clusters from Python, including
      support for signaling and restarting engines. See docs for
      more.
    * New ipcluster list and ipcluster clean commands derived from
      the Cluster API.
    * New Client.send_signal() for sending signals to single engines.
    * New KernelNanny process for signaling and monitoring engines
      for improved responsiveness of handing engine crashes.
    * New prototype BroadcastScheduler with vastly improved scaling
      in ‘do-on-all’ operations on large numbers of engines, c/o
      Tom-Olav Bøyum’s Master’s thesis at University of Oslo.
      Broadcast view documentation.
    * New Client.wait_for_engines() method to wait for engines to be
      available.
    * Nicer progress bars for interactive waits, such as
      AsyncResult.wait_interactive().
    * Add AsyncResult.stream_output() context manager for streaming
      output. Stream output by default in parallel magics.
    * Launchers registered via entrypoints for better support of
      third-party Launchers.
    * New JupyterLab extension (enabled by default) based on
      dask-labextension for managing clusters.
    * LoadBalancedView.imap() consumes inputs as-needed, producing a
      generator of results instead of an AsyncMapResult, allowing for
      consumption of very large or infinite mapping inputs.
    * Greatly improved performance of heartbeat and registration with
      large numbers of engines, tested with 5000 engines and default
      configuration.
    * Single IPController.ports configuration to specify the pool of
      ports for the controller to use, e.g. ipcontroller --ports
      10101-10120.
    * Allow f as keyword-argument to apply, e.g. view.apply(myfunc,
      f=5).
    * joblib backend will start and stop a cluster by default if the
      default cluster is not running.
* Thu May 14 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Go back to PyPI tarball
  - Update to final 6.3.0
    * **Require Python 3.5**
    * Fix compatibility with joblib 0.14
    * Fix crash recovery test for Python 3.8
    * Fix repeated name when cluster-id is set
    * Fix CSS for notebook extension
    * Fix KeyError handling heartbeat failures
  - Drop the doc subpackage, the package can be found on readthedocs
* Thu Apr 23 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Drop py2 code from py3 only package
* Thu Mar 12 2020 hpj@urpla.net
  - Switch to git scm service
  - Update to version 6.3.0~git.20191010T150914.ce996ae:
    * fix maybe_future
    * only yield Futures
    * pytest captures output
    * importing joblib can raise TypeError on py38
    * unpin tornado
    * update dask api
    * update mocking for latest ipykernel
    * Use unittest.mock if available
* Tue Nov 12 2019 Todd R <toddrme2178@gmail.com>
  - Drop python2 support due to python-notebook dropping python2 support
* Mon Aug 26 2019 Todd R <toddrme2178@gmail.com>
  - Fix spurious test failure
* Sun Aug 11 2019 Todd R <toddrme2178@gmail.com>
  - Switch from wheel to sdist.
* Wed Jun 12 2019 Todd R <toddrme2178@gmail.com>
  - Update to 6.2.4
    * Improve compatibility with ipykernel 5
    * Fix %autopx with IPython 7
    * Fix non-local ip warning when using current hostname
* Thu Apr 25 2019 Todd R <toddrme2178@gmail.com>
  - Rename to to match python package naming guidelines.
  - Split jupyter components into own subpackage.

Files

/etc/alternatives/ipcluster
/etc/alternatives/ipcontroller
/etc/alternatives/ipengine
/usr/bin/ipcluster
/usr/bin/ipcluster-3.10
/usr/bin/ipcontroller
/usr/bin/ipcontroller-3.10
/usr/bin/ipengine
/usr/bin/ipengine-3.10
/usr/lib/python3.10/site-packages/ipyparallel
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/RECORD
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/licenses
/usr/lib/python3.10/site-packages/ipyparallel-8.4.1.dist-info/licenses/COPYING.md
/usr/lib/python3.10/site-packages/ipyparallel/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/datapub.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/datapub.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/error.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/error.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/joblib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/joblib.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/logger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/logger.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/traitlets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/traitlets.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/_async.py
/usr/lib/python3.10/site-packages/ipyparallel/_version.py
/usr/lib/python3.10/site-packages/ipyparallel/apps
/usr/lib/python3.10/site-packages/ipyparallel/apps/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/baseapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/baseapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipclusterapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipclusterapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipcontrollerapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipcontrollerapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipengineapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/ipengineapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/iploggerapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/iploggerapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/launcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/launcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/logwatcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/__pycache__/logwatcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/apps/baseapp.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/ipclusterapp.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/ipcontrollerapp.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/ipengineapp.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/iploggerapp.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/launcher.py
/usr/lib/python3.10/site-packages/ipyparallel/apps/logwatcher.py
/usr/lib/python3.10/site-packages/ipyparallel/client
/usr/lib/python3.10/site-packages/ipyparallel/client/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/_joblib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/_joblib.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/asyncresult.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/asyncresult.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/futures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/futures.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/magics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/magics.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/map.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/map.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/remotefunction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/remotefunction.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/view.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/__pycache__/view.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/client/_joblib.py
/usr/lib/python3.10/site-packages/ipyparallel/client/asyncresult.py
/usr/lib/python3.10/site-packages/ipyparallel/client/client.py
/usr/lib/python3.10/site-packages/ipyparallel/client/futures.py
/usr/lib/python3.10/site-packages/ipyparallel/client/magics.py
/usr/lib/python3.10/site-packages/ipyparallel/client/map.py
/usr/lib/python3.10/site-packages/ipyparallel/client/remotefunction.py
/usr/lib/python3.10/site-packages/ipyparallel/client/view.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__main__.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/_winhpcjob.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/_winhpcjob.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/cluster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/cluster.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/launcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/__pycache__/launcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/cluster/_winhpcjob.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster/app.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster/cluster.py
/usr/lib/python3.10/site-packages/ipyparallel/cluster/launcher.py
/usr/lib/python3.10/site-packages/ipyparallel/controller
/usr/lib/python3.10/site-packages/ipyparallel/controller/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/__main__.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/broadcast_scheduler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/broadcast_scheduler.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/dependency.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/dependency.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/dictdb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/dictdb.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/heartmonitor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/heartmonitor.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/hub.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/hub.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/mongodb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/mongodb.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/scheduler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/scheduler.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/sqlitedb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/sqlitedb.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/task_scheduler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/__pycache__/task_scheduler.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/controller/app.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/broadcast_scheduler.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/dependency.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/dictdb.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/heartmonitor.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/hub.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/mongodb.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/scheduler.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/sqlitedb.py
/usr/lib/python3.10/site-packages/ipyparallel/controller/task_scheduler.py
/usr/lib/python3.10/site-packages/ipyparallel/datapub.py
/usr/lib/python3.10/site-packages/ipyparallel/engine
/usr/lib/python3.10/site-packages/ipyparallel/engine/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/__main__.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/datapub.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/datapub.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/kernel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/kernel.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/nanny.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/__pycache__/nanny.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/engine/app.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/datapub.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/kernel.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/log.py
/usr/lib/python3.10/site-packages/ipyparallel/engine/nanny.py
/usr/lib/python3.10/site-packages/ipyparallel/error.py
/usr/lib/python3.10/site-packages/ipyparallel/joblib.py
/usr/lib/python3.10/site-packages/ipyparallel/labextension
/usr/lib/python3.10/site-packages/ipyparallel/labextension/package.json
/usr/lib/python3.10/site-packages/ipyparallel/labextension/schemas
/usr/lib/python3.10/site-packages/ipyparallel/labextension/schemas/ipyparallel-labextension
/usr/lib/python3.10/site-packages/ipyparallel/labextension/schemas/ipyparallel-labextension/package.json.orig
/usr/lib/python3.10/site-packages/ipyparallel/labextension/schemas/ipyparallel-labextension/plugin.json
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static/114.66e59b086d0542d83a0b.js
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static/592.2b7ed5c4c82a6ff40ff1.js
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static/remoteEntry.bcf4d9d80e97b7f03355.js
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static/style.js
/usr/lib/python3.10/site-packages/ipyparallel/labextension/static/third-party-licenses.json
/usr/lib/python3.10/site-packages/ipyparallel/logger.py
/usr/lib/python3.10/site-packages/ipyparallel/nbextension
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/handlers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/handlers.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/install.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/__pycache__/install.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/base.py
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/handlers.py
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/install.py
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/static
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/static/clusterlist.css
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/static/clusterlist.js
/usr/lib/python3.10/site-packages/ipyparallel/nbextension/static/main.js
/usr/lib/python3.10/site-packages/ipyparallel/serialize
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/canning.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/canning.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/codeutil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/codeutil.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/serialize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/__pycache__/serialize.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/serialize/canning.py
/usr/lib/python3.10/site-packages/ipyparallel/serialize/codeutil.py
/usr/lib/python3.10/site-packages/ipyparallel/serialize/serialize.py
/usr/lib/python3.10/site-packages/ipyparallel/tests
/usr/lib/python3.10/site-packages/ipyparallel/tests/__init__.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/_test_startup_crash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/_test_startup_crash.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/clienttest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/clienttest.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_apps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_apps.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_asyncresult.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_asyncresult.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_canning.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_canning.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_client.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_cluster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_cluster.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_db.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_db.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_dependency.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_dependency.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_executor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_executor.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_joblib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_joblib.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_launcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_launcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_lbview.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_lbview.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_magics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_magics.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_mongodb.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_mongodb.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_mpi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_mpi.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_remotefunction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_remotefunction.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_serialize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_serialize.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_slurm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_slurm.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_ssh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_ssh.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_view.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_view.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_view_broadcast.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/__pycache__/test_view_broadcast.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipyparallel/tests/_test_startup_crash.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/clienttest.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/conftest.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_apps.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_async.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_asyncresult.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_canning.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_client.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_cluster.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_db.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_dependency.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_executor.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_joblib.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_launcher.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_lbview.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_magics.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_mongodb.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_mpi.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_remotefunction.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_serialize.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_slurm.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_ssh.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_util.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_view.py
/usr/lib/python3.10/site-packages/ipyparallel/tests/test_view_broadcast.py
/usr/lib/python3.10/site-packages/ipyparallel/traitlets.py
/usr/lib/python3.10/site-packages/ipyparallel/util.py
/usr/share/licenses/python310-ipyparallel
/usr/share/licenses/python310-ipyparallel/COPYING.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024