-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into __update_pip__
- Loading branch information
Showing
52 changed files
with
2,822 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[run] | ||
branch = True | ||
source_pkgs=rez_pip | ||
|
||
[paths] | ||
; Map files to src/ so that codecov is happy and can find the right paths. | ||
source = | ||
src | ||
.nox/**/site-packages | ||
|
||
[report] | ||
exclude_also = | ||
def __dir__ | ||
if TYPE_CHECKING: | ||
if typing\.TYPE_CHECKING: | ||
\.\.\. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.patch binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,4 @@ tests/data/rez_repo/ | |
tests/data/_tmp_download/ | ||
docs/bin/ | ||
.idea/ | ||
/patches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sphinx ~= 7.3 | ||
sphinx ~= 8.1 | ||
furo | ||
sphinx-autobuild | ||
sphinx-inline-tabs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
=== | ||
API | ||
=== | ||
|
||
.. warning:: The API is only meant to be used by plugins authors. | ||
|
||
.. autoclass:: rez_pip.pip.T | ||
|
||
.. autoclass:: rez_pip.pip.DownloadInfo | ||
:members: | ||
|
||
.. autoclass:: rez_pip.pip.Metadata | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: rez_pip.pip.PackageInfo | ||
:members: | ||
|
||
.. autoclass:: rez_pip.pip.PackageGroup | ||
:members: | ||
:show-inheritance: | ||
|
||
.. autoclass:: rez_pip.pip.DownloadedArtifact | ||
:members: | ||
|
||
.. autoclass:: rez_pip.plugins.CleanupAction | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.