2015-03-07 19:30:06 -06:00
|
|
|
.. _api:
|
|
|
|
|
|
|
|
=================
|
|
|
|
Xonsh API
|
|
|
|
=================
|
|
|
|
For those of you who want the gritty details.
|
|
|
|
|
2015-03-07 19:53:41 -06:00
|
|
|
**Language:**
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
lexer
|
2015-03-07 20:11:33 -06:00
|
|
|
parser
|
|
|
|
ast
|
|
|
|
execer
|
2015-03-30 00:11:37 -05:00
|
|
|
imphooks
|
2015-03-07 19:53:41 -06:00
|
|
|
|
|
|
|
|
2015-03-07 20:24:07 -06:00
|
|
|
**Command Prompt:**
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
built_ins
|
|
|
|
environ
|
|
|
|
aliases
|
2015-03-21 20:01:10 -04:00
|
|
|
dirstack
|
2015-03-27 02:07:17 -04:00
|
|
|
jobs
|
2015-05-12 19:26:27 -04:00
|
|
|
proc
|
2015-03-07 20:30:45 -06:00
|
|
|
inspectors
|
2015-08-23 14:09:10 -04:00
|
|
|
history
|
2015-03-07 20:30:45 -06:00
|
|
|
completer
|
|
|
|
shell
|
2015-05-12 11:52:00 +02:00
|
|
|
base_shell
|
|
|
|
readline_shell
|
|
|
|
prompt_toolkit_shell
|
|
|
|
prompt_toolkit_completer
|
2015-05-17 23:51:21 +02:00
|
|
|
prompt_toolkit_history
|
2015-07-16 12:39:23 +02:00
|
|
|
pretty
|
2015-08-23 14:13:14 -04:00
|
|
|
replay
|
2015-08-23 22:57:36 -04:00
|
|
|
diff_history
|
2015-03-07 20:24:07 -06:00
|
|
|
|
|
|
|
|
2015-03-07 19:30:06 -06:00
|
|
|
**Helpers:**
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
tools
|
2015-05-03 20:09:26 -05:00
|
|
|
lazyjson
|
2015-08-23 14:09:10 -04:00
|
|
|
teepty
|
2015-03-07 20:24:07 -06:00
|
|
|
openpy
|
2015-10-11 10:51:26 -04:00
|
|
|
foreign_shells
|
2015-03-07 19:30:06 -06:00
|
|
|
main
|
2015-03-31 01:10:19 -05:00
|
|
|
pyghooks
|