mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
xonsh.lib: minor docstring (#5529)
Closes #2726. Self merge minor doc. ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** --------- Co-authored-by: a <1@1.1> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c3e1bd106f
commit
9f0bf03753
1 changed files with 9 additions and 0 deletions
|
@ -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!
|
||||
"""
|
Loading…
Add table
Reference in a new issue