Skip to content

Commit bc59a5c

Browse files
committed
Move feature matrix to the project wiki
Markdown tables are huge and clutter the README file. Move tables to the wiki and put a link in the README instead.
1 parent 7132151 commit bc59a5c

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

README.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -78,43 +78,4 @@ For a more detailed help see:
7878
Feature support
7979
===============
8080

81-
This table shows the availability of features relevant to vim-virtualenv in
82-
popular tools:
83-
84-
| **Tool** | **Central location of environments** | **Project support** | **Manage environments separately from projects** | **Environments nested in projects** |
85-
|-----------------------|--------------------------------------|---------------------|--------------------------------------------------|-------------------------------------|
86-
| **venv** | NO | NO | N/A | N/A |
87-
| **virtualenv** | NO | NO | N/A | N/A |
88-
| **virtualenvwrapper** | YES | YES | YES | NO |
89-
| **pipenv** | OPTIONAL | YES | NO | OPTIONAL |
90-
| **poetry** | OPTIONAL | YES | NO | OPTIONAL |
91-
| **pyenv-virtualenv** | YES | YES | YES | NO |
92-
| **tox** | NO | YES | NO | YES |
93-
| **uv** | NO | YES | NO | YES |
94-
95-
This table shows the supported features of popular tools in vim-virtualenv:
96-
97-
| **Tool** | **Environment detection** | **Tool detection** | **Central location of environments** | **Project detection** |
98-
|-----------------------|---------------------------|--------------------|--------------------------------------|-----------------------|
99-
| **venv** | YES | YES | N/A | N/A |
100-
| **virtualenv** | YES | YES | N/A | N/A |
101-
| **virtualenvwrapper** | YES | YES | YES | YES |
102-
| **pipenv** | YES | NO | YES | YES |
103-
| **poetry** | YES | NO | YES | NESTED ONLY |
104-
| **pyenv-virtualenv** | YES | IN PROJECT ONLY | YES | IN PROJECT ONLY |
105-
| **tox** | YES | YES | N/A | YES |
106-
| **uv** | YES | IN PROJECT ONLY | N/A | YES |
107-
108-
Support notes
109-
-------------
110-
111-
- All of the listed tools utilize or mimic venv or virtualenv environments and
112-
mostly cannot be properly distinguished from venv or virtualenv.
113-
114-
- virtualenvwrapper and pipenv are the only listed tools that provide a clean
115-
way to establish a connection from a virtualenv to a project. poetry requires
116-
hashing names and whatnot. Several tools rely solely on nested virtualenvs.
117-
118-
- pyenv-virtualenv itself does not have a project concept, but `pyenv local`
119-
can be used to bind a directory to a specific virtual environment via a file
120-
marker. vim-virtualenv treats such directory as a pyenv project.
81+
[Check out the feature support matrix on wiki.](https://github.com/Coacher/vim-virtualenv/wiki/Feature-support)

0 commit comments

Comments
 (0)