Metadata-Version: 2.1
Name: xonsh
Version: 0.9.21
Summary: Python-powered, cross-platform, Unix-gazing shell
Home-page: https://github.com/xonsh/xonsh
Author: Anthony Scopatz
Author-email: scopatz@gmail.com
Maintainer: Anthony Scopatz
License: BSD
Platform: Cross Platform
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Provides-Extra: full
Requires-Dist: ptk ; extra == 'full'
Requires-Dist: pygments ; extra == 'full'
Requires-Dist: distro ; extra == 'full'
Provides-Extra: linux
Requires-Dist: distro ; extra == 'linux'
Provides-Extra: mac
Requires-Dist: gnureadline ; extra == 'mac'
Provides-Extra: proctitle
Requires-Dist: setproctitle ; extra == 'proctitle'
Provides-Extra: ptk
Requires-Dist: prompt-toolkit (>=2.0) ; extra == 'ptk'
Provides-Extra: pygments
Requires-Dist: pygments (>=2.2) ; extra == 'pygments'
Provides-Extra: zipapp
Requires-Dist: importlib-resources ; (python_version < "3.7") and extra == 'zipapp'

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://img.shields.io/badge/%23xonsh%3Afeneas.org-Matrix-green
   :alt: Matrix room: #xonsh:feneas.org
   :target: https://matrix.to/#/#xonsh:feneas.org

.. 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://codecov.io/gh/xonsh/xonsh/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/xonsh/xonsh

xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.
The language is a superset of Python 3.5+ with additional shell primitives.
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.

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

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

- `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.
- `rever <https://regro.github.io/rever-docs/>`_: Cross-platform software release tool.
- `Regro autotick bot <https://github.com/regro/cf-scripts>`_: Regro Conda-Forge autoticker.
- `xxh <https://github.com/xxh/xxh>`_: Using xonsh wherever you go through the ssh.


