Skip to content

Commit

Permalink
Merge branch 'main' into urloperations-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Jun 28, 2024
2 parents a3c3e68 + a3f62a2 commit 5cc38e5
Show file tree
Hide file tree
Showing 18 changed files with 65 additions and 779 deletions.
21 changes: 0 additions & 21 deletions datalad_next/iterable_subprocess/LICENSE

This file was deleted.

81 changes: 0 additions & 81 deletions datalad_next/iterable_subprocess/README.md

This file was deleted.

14 changes: 8 additions & 6 deletions datalad_next/iterable_subprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
"""Context manager to communicate with a subprocess using iterables
.. deprecated:: 1.6
This code has been moved to the datasalad library.
Use it from ``datasalad.iterable_subprocess`` instead.
This offers a higher level interface to subprocesses than Python's built-in
subprocess module, and is particularly helpful when data won't fit in memory
and has to be streamed.
Expand All @@ -13,11 +18,8 @@
The original code was made available under the terms of the MIT License,
and was written by Michal Charemza.
"""

.. currentmodule:: datalad_next.iterable_subprocess
.. autosummary::
:toctree: generated
__all__ = ['iterable_subprocess']

iterable_subprocess
"""
from .iterable_subprocess import iterable_subprocess
from datasalad.iterable_subprocess import iterable_subprocess
1 change: 0 additions & 1 deletion datalad_next/iterable_subprocess/codecov.yml

This file was deleted.

206 changes: 0 additions & 206 deletions datalad_next/iterable_subprocess/iterable_subprocess.py

This file was deleted.

31 changes: 0 additions & 31 deletions datalad_next/iterable_subprocess/pyproject.toml

This file was deleted.

Loading

0 comments on commit 5cc38e5

Please sign in to comment.