mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Added xontrib-pyrtn
to xontrib list (#4413)
* Added `xontrib-pyrtn` to xontrib list * IPython typo fix
This commit is contained in:
parent
bb0cf18f7b
commit
7cd840b2a5
2 changed files with 33 additions and 0 deletions
23
news/xontrib-pyrtn.rst
Normal file
23
news/xontrib-pyrtn.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* Added `xontrib-pyrtn <https://github.com/dyuri/xontrib-pyrtn>` to xontrib list.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -546,6 +546,16 @@ def define_xontribs():
|
|||
url="https://github.com/dyuri/xontrib-pyenv",
|
||||
),
|
||||
),
|
||||
"pyrtn": Xontrib(
|
||||
url="https://github.com/dyuri/xontrib-pyrtn",
|
||||
description="IPython like In[]/Out[] to access python return values in the current session.",
|
||||
package=_XontribPkg(
|
||||
name="xontrib-pyrtn",
|
||||
license="MIT",
|
||||
install={"pip": "xpip install xontrib-pyrtn"},
|
||||
url="https://github.com/dyuri/xontrib-pyrtn",
|
||||
),
|
||||
),
|
||||
"readable-traceback": Xontrib(
|
||||
url="https://github.com/6syun9/xontrib-readable-traceback",
|
||||
description="Make traceback easier to see for " "xonsh.",
|
||||
|
|
Loading…
Add table
Reference in a new issue