pipgrip 0.11.0__tar.gz → 0.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pipgrip-0.11.0/src/pipgrip.egg-info → pipgrip-0.11.1}/PKG-INFO +15 -15
- {pipgrip-0.11.0 → pipgrip-0.11.1}/README.md +14 -14
- pipgrip-0.11.1/src/pipgrip/_repo_version.py +1 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/cli.py +1 -1
- {pipgrip-0.11.0 → pipgrip-0.11.1/src/pipgrip.egg-info}/PKG-INFO +15 -15
- pipgrip-0.11.0/src/pipgrip/_repo_version.py +0 -1
- {pipgrip-0.11.0 → pipgrip-0.11.1}/LICENSE +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/requirements/prod.txt +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/setup.cfg +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/setup.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/__init__.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/compat.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/__init__.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/__init__.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/_compat.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/assignment.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/constraint.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/failure.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/incompatibility.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/incompatibility_cause.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/package.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/package_source.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/partial_solution.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/range.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/result.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/set_relation.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/term.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/union.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/mixology/version_solver.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/__init__.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/empty_constraint.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/exceptions.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/patterns.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/version.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/version_constraint.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/version_range.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/libs/semver/version_union.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/package_source.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip/pipper.py +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip.egg-info/SOURCES.txt +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip.egg-info/dependency_links.txt +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip.egg-info/entry_points.txt +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip.egg-info/requires.txt +0 -0
- {pipgrip-0.11.0 → pipgrip-0.11.1}/src/pipgrip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipgrip
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm
|
|
5
5
|
Home-page: https://github.com/ddelange/pipgrip
|
|
6
6
|
Author: ddelange
|
|
@@ -64,7 +64,7 @@ Dynamic: summary
|
|
|
64
64
|
[](https://pypi.org/project/pipgrip/)
|
|
65
65
|
[](https://pypistats.org/packages/pipgrip)
|
|
66
66
|
|
|
67
|
-
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches
|
|
67
|
+
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches Python wheel metadata necessary for version solving (with fallback to building the wheel if no metadata is available), and optionally renders the full resulting dependency tree.
|
|
68
68
|
|
|
69
69
|
```
|
|
70
70
|
$ pipgrip --tree fastapi~=0.94
|
|
@@ -123,9 +123,10 @@ Usage: pipgrip [OPTIONS] [DEPENDENCIES]...
|
|
|
123
123
|
|
|
124
124
|
pipgrip is a lightweight pip dependency resolver with deptree preview
|
|
125
125
|
functionality based on the PubGrub algorithm, which is also used by poetry. For
|
|
126
|
-
one or more PEP 508 dependency specifications, pipgrip recursively
|
|
127
|
-
|
|
128
|
-
renders the full
|
|
126
|
+
one or more PEP 508 dependency specifications, pipgrip recursively fetches
|
|
127
|
+
Python wheel metadata necessary for version solving (with fallback to building
|
|
128
|
+
the wheel if no metadata is available), and optionally renders the full
|
|
129
|
+
resulting dependency tree.
|
|
129
130
|
|
|
130
131
|
Options:
|
|
131
132
|
--install Install full dependency tree after resolving.
|
|
@@ -170,8 +171,8 @@ Options:
|
|
|
170
171
|
dependencies (WARNING), -vv will show solving
|
|
171
172
|
decisions (INFO), -vvv for development (DEBUG).
|
|
172
173
|
--skip-invalid-input Skip invalid requirements (e.g. internal
|
|
173
|
-
repositories, typos) and continue processing
|
|
174
|
-
|
|
174
|
+
repositories, typos) and continue processing other
|
|
175
|
+
dependencies.
|
|
175
176
|
--version Show the version and exit.
|
|
176
177
|
-h, --help Show this message and exit.
|
|
177
178
|
```
|
|
@@ -183,14 +184,13 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
183
184
|
```
|
|
184
185
|
$ pipgrip --tree pipgrip
|
|
185
186
|
|
|
186
|
-
pipgrip (0.
|
|
187
|
-
├── anytree>=2.4.1 (2.
|
|
188
|
-
|
|
189
|
-
├──
|
|
190
|
-
├──
|
|
191
|
-
├──
|
|
192
|
-
|
|
193
|
-
└── wheel (0.41.1)
|
|
187
|
+
pipgrip (0.11.0)
|
|
188
|
+
├── anytree>=2.4.1 (2.13.0)
|
|
189
|
+
├── click>=7 (8.3.1)
|
|
190
|
+
├── packaging>=17 (25.0)
|
|
191
|
+
├── pip>=22.2 (25.3)
|
|
192
|
+
├── setuptools<81,>=38.3 (80.9.0)
|
|
193
|
+
└── wheel (0.45.1)
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://pypi.org/project/pipgrip/)
|
|
8
8
|
[](https://pypistats.org/packages/pipgrip)
|
|
9
9
|
|
|
10
|
-
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches
|
|
10
|
+
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches Python wheel metadata necessary for version solving (with fallback to building the wheel if no metadata is available), and optionally renders the full resulting dependency tree.
|
|
11
11
|
|
|
12
12
|
```
|
|
13
13
|
$ pipgrip --tree fastapi~=0.94
|
|
@@ -66,9 +66,10 @@ Usage: pipgrip [OPTIONS] [DEPENDENCIES]...
|
|
|
66
66
|
|
|
67
67
|
pipgrip is a lightweight pip dependency resolver with deptree preview
|
|
68
68
|
functionality based on the PubGrub algorithm, which is also used by poetry. For
|
|
69
|
-
one or more PEP 508 dependency specifications, pipgrip recursively
|
|
70
|
-
|
|
71
|
-
renders the full
|
|
69
|
+
one or more PEP 508 dependency specifications, pipgrip recursively fetches
|
|
70
|
+
Python wheel metadata necessary for version solving (with fallback to building
|
|
71
|
+
the wheel if no metadata is available), and optionally renders the full
|
|
72
|
+
resulting dependency tree.
|
|
72
73
|
|
|
73
74
|
Options:
|
|
74
75
|
--install Install full dependency tree after resolving.
|
|
@@ -113,8 +114,8 @@ Options:
|
|
|
113
114
|
dependencies (WARNING), -vv will show solving
|
|
114
115
|
decisions (INFO), -vvv for development (DEBUG).
|
|
115
116
|
--skip-invalid-input Skip invalid requirements (e.g. internal
|
|
116
|
-
repositories, typos) and continue processing
|
|
117
|
-
|
|
117
|
+
repositories, typos) and continue processing other
|
|
118
|
+
dependencies.
|
|
118
119
|
--version Show the version and exit.
|
|
119
120
|
-h, --help Show this message and exit.
|
|
120
121
|
```
|
|
@@ -126,14 +127,13 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
126
127
|
```
|
|
127
128
|
$ pipgrip --tree pipgrip
|
|
128
129
|
|
|
129
|
-
pipgrip (0.
|
|
130
|
-
├── anytree>=2.4.1 (2.
|
|
131
|
-
|
|
132
|
-
├──
|
|
133
|
-
├──
|
|
134
|
-
├──
|
|
135
|
-
|
|
136
|
-
└── wheel (0.41.1)
|
|
130
|
+
pipgrip (0.11.0)
|
|
131
|
+
├── anytree>=2.4.1 (2.13.0)
|
|
132
|
+
├── click>=7 (8.3.1)
|
|
133
|
+
├── packaging>=17 (25.0)
|
|
134
|
+
├── pip>=22.2 (25.3)
|
|
135
|
+
├── setuptools<81,>=38.3 (80.9.0)
|
|
136
|
+
└── wheel (0.45.1)
|
|
137
137
|
```
|
|
138
138
|
|
|
139
139
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = "0.11.1"
|
|
@@ -265,7 +265,7 @@ def render_lock(packages, include_dot=True, sort=False):
|
|
|
265
265
|
|
|
266
266
|
@click.command(
|
|
267
267
|
context_settings={"help_option_names": ["-h", "--help"], "max_content_width": 84},
|
|
268
|
-
help="pipgrip is a lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm, which is also used by poetry. For one or more PEP 508 dependency specifications, pipgrip recursively fetches
|
|
268
|
+
help="pipgrip is a lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm, which is also used by poetry. For one or more PEP 508 dependency specifications, pipgrip recursively fetches Python wheel metadata necessary for version solving (with fallback to building the wheel if no metadata is available), and optionally renders the full resulting dependency tree.",
|
|
269
269
|
)
|
|
270
270
|
@click.argument("dependencies", nargs=-1)
|
|
271
271
|
@click.option(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipgrip
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: Lightweight pip dependency resolver with deptree preview functionality based on the PubGrub algorithm
|
|
5
5
|
Home-page: https://github.com/ddelange/pipgrip
|
|
6
6
|
Author: ddelange
|
|
@@ -64,7 +64,7 @@ Dynamic: summary
|
|
|
64
64
|
[](https://pypi.org/project/pipgrip/)
|
|
65
65
|
[](https://pypistats.org/packages/pipgrip)
|
|
66
66
|
|
|
67
|
-
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches
|
|
67
|
+
[pipgrip](https://github.com/ddelange/pipgrip) is a lightweight pip dependency resolver with deptree preview functionality based on the [PubGrub algorithm](https://medium.com/@nex3/pubgrub-2fb6470504f), which is also used by [poetry](https://github.com/python-poetry/poetry). For one or more [PEP 508](https://www.python.org/dev/peps/pep-0508/) dependency specifications, pipgrip recursively fetches Python wheel metadata necessary for version solving (with fallback to building the wheel if no metadata is available), and optionally renders the full resulting dependency tree.
|
|
68
68
|
|
|
69
69
|
```
|
|
70
70
|
$ pipgrip --tree fastapi~=0.94
|
|
@@ -123,9 +123,10 @@ Usage: pipgrip [OPTIONS] [DEPENDENCIES]...
|
|
|
123
123
|
|
|
124
124
|
pipgrip is a lightweight pip dependency resolver with deptree preview
|
|
125
125
|
functionality based on the PubGrub algorithm, which is also used by poetry. For
|
|
126
|
-
one or more PEP 508 dependency specifications, pipgrip recursively
|
|
127
|
-
|
|
128
|
-
renders the full
|
|
126
|
+
one or more PEP 508 dependency specifications, pipgrip recursively fetches
|
|
127
|
+
Python wheel metadata necessary for version solving (with fallback to building
|
|
128
|
+
the wheel if no metadata is available), and optionally renders the full
|
|
129
|
+
resulting dependency tree.
|
|
129
130
|
|
|
130
131
|
Options:
|
|
131
132
|
--install Install full dependency tree after resolving.
|
|
@@ -170,8 +171,8 @@ Options:
|
|
|
170
171
|
dependencies (WARNING), -vv will show solving
|
|
171
172
|
decisions (INFO), -vvv for development (DEBUG).
|
|
172
173
|
--skip-invalid-input Skip invalid requirements (e.g. internal
|
|
173
|
-
repositories, typos) and continue processing
|
|
174
|
-
|
|
174
|
+
repositories, typos) and continue processing other
|
|
175
|
+
dependencies.
|
|
175
176
|
--version Show the version and exit.
|
|
176
177
|
-h, --help Show this message and exit.
|
|
177
178
|
```
|
|
@@ -183,14 +184,13 @@ Exhaustive dependency trees without the need to install any packages ([at most b
|
|
|
183
184
|
```
|
|
184
185
|
$ pipgrip --tree pipgrip
|
|
185
186
|
|
|
186
|
-
pipgrip (0.
|
|
187
|
-
├── anytree>=2.4.1 (2.
|
|
188
|
-
|
|
189
|
-
├──
|
|
190
|
-
├──
|
|
191
|
-
├──
|
|
192
|
-
|
|
193
|
-
└── wheel (0.41.1)
|
|
187
|
+
pipgrip (0.11.0)
|
|
188
|
+
├── anytree>=2.4.1 (2.13.0)
|
|
189
|
+
├── click>=7 (8.3.1)
|
|
190
|
+
├── packaging>=17 (25.0)
|
|
191
|
+
├── pip>=22.2 (25.3)
|
|
192
|
+
├── setuptools<81,>=38.3 (80.9.0)
|
|
193
|
+
└── wheel (0.45.1)
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
For more details/further processing, combine `--tree` with `--json` for a detailed nested JSON dependency tree. See also `--tree-ascii` (no unicode tree markers), and `--tree-json` & `--tree-json-exact` (simplified JSON dependency trees).
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = "0.11.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|