diff --git a/xonsh/lib/__init__.py b/xonsh/lib/__init__.py index e69de29bb..327fb4ced 100644 --- a/xonsh/lib/__init__.py +++ b/xonsh/lib/__init__.py @@ -0,0 +1,9 @@ +""" +Originally posted by @scopatz in https://github.com/xonsh/xonsh/issues/2726#issuecomment-406447196 : + + Recently @CJ-Wright has started up a ``xonsh.lib`` sub-package, which is usable from pure Python. + This is meant as a standard library for xonsh and downstream tools. + Currently there are some xonsh-ish wrappers around ``os`` and ``subprocess``. + We'd love to see more contributions to this effort! So if there is something + like ``sh()`` that you'd like to see, by all means please help us add it! +"""