======= Process ======= Process is a testing-friendly implementation of (sub)process spawning. Its API is inspired loosely by Rust's :rust:`std::process::Command `. Contents -------- .. toctree:: :glob: :maxdepth: 2 api/index Installation ------------ Installation is as usual with ``pip``. You can find ``process`` on :pypi:`PyPI `: .. code-block:: sh $ pip install --user process