Metadata-Version: 2.1
Name: enboard
Version: 0.5
Summary: Manage Python environments easily.
Home-page: https://gitlab.com/takluyver/enboard
License: UNKNOWN
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Dist: prompt_toolkit>=2
Requires-Dist: pygments

Enboard is a terminal UI to easily switch between conda environments.

To install::

    pip install enboard

To use::

    enboard

- **Up** and **down** arrow keys to pick an environment
- **Enter** to enter it
- **q** to quit without entering an environment
- **/** to start a search
- **n** to create a new environment
- **Delete** to delete the one at the cursor

