# Python Environment Manager
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) that provides the ability to via and manage all of your Python environments & packages from a single place.
## Features
* Quickly change workspace Python Environments
* Viewing Environments specific to a Workspace
* Viewing all of your Python environments grouped by their type (Conda, PyEnv, etc)
* Creating a terminal with the environment activated.
* Create/delete Conda and Virtual Environments.
* Install specific versions of Python from PyEnv
* View, install, update and uninstall packages in your environments
* Ability to search and install Conda, Poetry and Pip packages
* View outdated Conda and Pip packages
* Support for Poetry Environments
* Install Python along with Conda using [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html)
* Set a Python environment as the active workspace Python interpreter as used by the [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
## Coming soon
* Improved support for Poetry
* Improved support for PipEnv
### Quickly change your Workspace Python Environment
### Workspace Environments
### Create Workspace Environments
### Create Other Environments (Conda, PyEnv, etc)
### Manage Packages (install, update, and uninstall)