-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be31ed8
commit ce61579
Showing
11 changed files
with
108 additions
and
55 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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Resolvers | ||
|
||
[Licensecheck Index](../../README.md#licensecheck-index) / [Licensecheck](../index.md#licensecheck) / Resolvers | ||
|
||
> Auto-generated documentation for [licensecheck.resolvers](../../../../licensecheck/resolvers/__init__.py) module. | ||
- [Resolvers](#resolvers) | ||
- [Modules](#modules) | ||
|
||
## Modules | ||
|
||
- [Native](./native.md) | ||
- [Uv](./uv.md) |
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,44 @@ | ||
# Native | ||
|
||
[Licensecheck Index](../../README.md#licensecheck-index) / [Licensecheck](../index.md#licensecheck) / [Resolvers](./index.md#resolvers) / Native | ||
|
||
> Auto-generated documentation for [licensecheck.resolvers.native](../../../../licensecheck/resolvers/native.py) module. | ||
- [Native](#native) | ||
- [get_reqs](#get_reqs) | ||
|
||
## get_reqs | ||
|
||
[Show source in native.py:16](../../../../licensecheck/resolvers/native.py#L16) | ||
|
||
Underlying machineary to get requirements. | ||
|
||
#### Arguments | ||
|
||
---- | ||
- `using` *str* - use requirements, poetry or PEP631. | ||
- `skipDependencies` *list[str]* - list of dependencies to skip. | ||
extras (str | None): to-do | ||
pyproject (dict[str, Any]): to-do | ||
- `requirementsPaths` *list[Path]* - to-do | ||
|
||
#### Returns | ||
|
||
------- | ||
- `set[str]` - set of requirement packages | ||
|
||
#### Signature | ||
|
||
```python | ||
def get_reqs( | ||
using: str, | ||
skipDependencies: list[ucstr], | ||
extras: list[str], | ||
pyproject: dict[str, Any], | ||
requirementsPaths: list[Path], | ||
) -> set[ucstr]: ... | ||
``` | ||
|
||
#### See also | ||
|
||
- [ucstr](../types.md#ucstr) |
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 @@ | ||
# Uv | ||
|
||
[Licensecheck Index](../../README.md#licensecheck-index) / [Licensecheck](../index.md#licensecheck) / [Resolvers](./index.md#resolvers) / Uv | ||
|
||
> Auto-generated documentation for [licensecheck.resolvers.uv](../../../../licensecheck/resolvers/uv.py) module. | ||
- [Uv](#uv) | ||
- [get_reqs](#get_reqs) | ||
|
||
## get_reqs | ||
|
||
[Show source in uv.py:15](../../../../licensecheck/resolvers/uv.py#L15) | ||
|
||
#### Signature | ||
|
||
```python | ||
def get_reqs( | ||
using: str, | ||
skipDependencies: list[ucstr], | ||
extras: list[str], | ||
requirementsPaths: list[str], | ||
) -> set[ucstr]: ... | ||
``` | ||
|
||
#### See also | ||
|
||
- [ucstr](../types.md#ucstr) |
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