🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Gil Forsyth 5c68df0719 remove numpy and matplotlib from pip test reqs
we miss out on the mpl xontrib tests but the overhead from installing
these on CI is massive
2016-10-11 12:22:59 -04:00
docs updated docs 2016-10-04 20:51:45 -04:00
news Merge branch 'master' into ci_fix 2016-10-11 08:49:57 -04:00
scripts Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
tests Merge pull request #1790 from derekbrokeit/xontrib-mpl_copy-fig 2016-10-10 22:35:27 -05:00
xonsh pep8 fixes in vc_branch 2016-10-11 09:46:16 -04:00
xontrib Merge pull request #1790 from derekbrokeit/xontrib-mpl_copy-fig 2016-10-10 22:35:27 -05:00
.appveyor.yml version bump to 0.4.7 2016-10-02 07:50:17 +03:00
.circle.yml another try at installing the reqs on circle 2016-10-07 12:31:30 -04:00
.circle_miniconda.sh add numpy and matplotlib to circle environment configuration 2016-10-03 22:46:09 +09:00
.coveragerc improve coverage reports 2016-07-15 09:34:13 +02:00
.gitattributes The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07:00
.gitignore Squashed 'xonsh/ply/' content from commit 393cc55 2016-10-07 14:16:19 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml there is no anaconda 3.6 2016-10-11 12:09:56 -04:00
amalgamate.py Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
CHANGELOG.rst version bump to 0.4.7 2016-10-02 07:50:17 +03:00
circle.yml add circleci yml file 2016-08-24 13:20:17 -04:00
codecov.yml Enable (some) coverage. 2016-06-06 20:02:13 -07:00
conftest.py add comment on conftest.py to why it exists 2016-07-17 01:21:11 +02:00
CONTRIBUTING.rst devguide update 2016-10-01 09:49:21 +03:00
license copyright update 2016-06-30 12:24:55 -04:00
logo.txt accomodate pip bug by making setup.py ascii 2015-11-16 15:12:02 -08:00
MANIFEST.in Squashed 'xonsh/ply/' content from commit 393cc55 2016-10-07 14:16:19 -04:00
README.rst Add circle CI badge to readme 2016-09-28 08:32:45 -04:00
release.xsh some more release abstractions 2016-08-17 12:47:29 -04:00
requirements-docs.txt Updates to docs 2016-05-16 12:42:02 +02:00
requirements-tests.txt remove numpy and matplotlib from pip test reqs 2016-10-11 12:22:59 -04:00
setup.cfg Squashed 'xonsh/ply/' content from commit 393cc55 2016-10-07 14:16:19 -04:00
setup.py tweaks to use subtree PLY master 2016-10-07 14:24:15 -04:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
update_ply.xsh add xonsh script to update ply subtree 2016-10-07 14:40:07 -04:00
xonsh-in-docker.py Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
xontribs.json added xontribs 2016-05-09 23:40:45 -04:00

xonsh
=====

.. image:: https://badges.gitter.im/xonsh/xonsh.svg
   :alt: Join the chat at https://gitter.im/xonsh/xonsh
   :target: https://gitter.im/xonsh/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://travis-ci.org/xonsh/xonsh.svg?branch=master
    :target: https://travis-ci.org/xonsh/xonsh

.. image:: https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true
    :target: https://ci.appveyor.com/project/xonsh/xonsh

.. image:: https://circleci.com/gh/xonsh/xonsh.svg?style=shield
    :target: https://circleci.com/gh/xonsh/xonsh

.. image:: https://landscape.io/github/xonsh/xonsh/master/landscape.svg?style=flat
    :target: https://landscape.io/github/xonsh/xonsh/master
    :alt: Code Health

xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
The language is a superset of Python 3.4+ with additional shell primitives.
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.

Please visit http://xon.sh for more information.

Projects that use xonsh
***********************

- `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.