File: v2beta-opts.org

package info (click to toggle)
python-pipdeptree 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: python: 1,044; sh: 55; makefile: 30
file content (43 lines) | stat: -rw-r--r-- 3,980 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
* Options in version 0.x v/s 2.x (upcoming release)

Until version 0.13.2, the some of the options that pipdeptree supports
didn't work in combination with other options. In fact this was the
primary reason behind refactoring the code.

The upcoming version 2.x plans to fix this as shown in the tables below.

Note: The changes for upcoming 2.x release can be found in the
~v2beta~ branch.

** Until version 0.13.2

| *Features*   | all | local-only | user-only | freeze | warn | reverse | packages | json | json-tree | graph-output |
|--------------+-----+------------+-----------+--------+------+---------+----------+------+-----------+--------------|
|              | <c> |    <c>     |    <c>    |  <c>   | <c>  |   <c>   |   <c>    | <c>  |    <c>    |     <c>      |
| all          |     |            |           |   ✓    |  ✓   |    ✓    |    ✓     |  ✓   |     ✓     |      ✓       |
| local-only   |     |            |           |   ✓    |  ✓   |    ✓    |    ✓     |  ✓   |     ✓     |      ✓       |
| user-only    |     |            |           |   ✓    |  ✓   |    ✓    |    ✓     |  ✓   |     ✓     |      ✓       |
| freeze       |  ✓  |     ✓      |     ✓     |   ✓    |      |    ✓    |    ✓     |      |           |              |
| warn         |  ✓  |     ✓      |     ✓     |        |      |         |          |  ✗   |     ✗     |              |
| reverse      |  ✓  |     ✓      |     ✓     |   ✓    |      |         |    ✓     |      |     ✗     |      ✗       |
| packages     |  ✓  |     ✓      |     ✓     |   ✓    |      |    ✓    |          |  ✗   |     ✗     |      ✗       |
| json         |  ✓  |     ✓      |     ✓     |        |  ✗   |         |    ✗     |      |           |              |
| json-tree    |  ✓  |     ✓      |     ✓     |        |  ✗   |    ✗    |    ✗     |      |           |              |
| graph-output |  ✓  |     ✓      |     ✓     |        |      |    ✗    |    ✗     |      |           |              |


** Plan for version 2.0.0 (work in progress)

| *Features*   | all | local-only | user-only | freeze |   warn   | reverse  | packages |   json   | json-tree | graph-output |   |
|--------------+-----+------------+-----------+--------+----------+----------+----------+----------+-----------+--------------+---|
|              | <c> |    <c>     |    <c>    |  <c>   |   <c>    |   <c>    |   <c>    |   <c>    |    <c>    |     <c>      |   |
| all          |     |            |           |   ✓    |    ✓     |    ✓     |    ✓     |    ✓     |     ✓     |      ✓       |   |
| local-only   |     |            |           |   ✓    |    ✓     |    ✓     |    ✓     |    ✓     |     ✓     |      ✓       |   |
| user-only    |     |            |           |   ✓    |    ✓     |    ✓     |    ✓     |    ✓     |     ✓     |      ✓       |   |
| freeze       |  ✓  |     ✓      |     ✓     |   ✓    |          |    ✓     |    ✓     |          |           |              |   |
| warn         |  ✓  |     ✓      |     ✓     |        |          |          |          | ✓ (todo) | ✓ (todo)  |              |   |
| reverse      |  ✓  |     ✓      |     ✓     |   ✓    |          |          |    ✓     |          | ✓ (done)  |   ✓ (done)   |   |
| packages     |  ✓  |     ✓      |     ✓     |   ✓    |          |    ✓     |          | ✓ (done) | ✓ (done)  |   ✓ (done)   |   |
| json         |  ✓  |     ✓      |     ✓     |        | ✓ (todo) |          | ✓ (done) |          |           |              |   |
| json-tree    |  ✓  |     ✓      |     ✓     |        | ✓ (todo) | ✓ (done) | ✓ (done) |          |           |              |   |
| graph-output |  ✓  |     ✓      |     ✓     |        |          | ✓ (done) | ✓ (done) |          |           |              |   |