Skip to content

Commit be26cbd

Browse files
lukasmasuchactions-user
authored andcommitted
Apply automatic release changes for v0.6.1
1 parent 4be8756 commit be26cbd

File tree

6 files changed

+39
-17
lines changed

6 files changed

+39
-17
lines changed

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
- [`utils.simplify_str`](./best_of.utils.md#function-simplify_str)
8282
- [`yaml_generation.auto_extend_package_manager`](./best_of.yaml_generation.md#function-auto_extend_package_manager)
8383
- [`yaml_generation.extract_github_projects`](./best_of.yaml_generation.md#function-extract_github_projects)
84+
- [`yaml_generation.extract_pypi_projects`](./best_of.yaml_generation.md#function-extract_pypi_projects)
8485
- [`yaml_generation.extract_pypi_projects_from_requirements`](./best_of.yaml_generation.md#function-extract_pypi_projects_from_requirements)
8586

8687

docs/best_of.generators.markdown_list.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ generate_category_md(
125125

126126
---
127127

128-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L349"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
128+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L354"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
129129

130130
## <kbd>function</kbd> `generate_changes_md`
131131

@@ -140,7 +140,7 @@ generate_changes_md(projects: list, config: Dict, labels: list) → str
140140

141141
---
142142

143-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L402"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
143+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L407"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
144144

145145
## <kbd>function</kbd> `generate_legend`
146146

@@ -159,7 +159,7 @@ generate_legend(
159159

160160
---
161161

162-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L451"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
162+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L456"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
163163

164164
## <kbd>function</kbd> `process_md_link`
165165

@@ -174,7 +174,7 @@ process_md_link(text: str) → str
174174

175175
---
176176

177-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L456"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
177+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L461"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
178178

179179
## <kbd>function</kbd> `generate_toc`
180180

@@ -189,7 +189,7 @@ generate_toc(categories: OrderedDict, config: Dict) → str
189189

190190
---
191191

192-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L484"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
192+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L489"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
193193

194194
## <kbd>function</kbd> `generate_md`
195195

@@ -204,7 +204,7 @@ generate_md(categories: OrderedDict, config: Dict, labels: list) → str
204204

205205
---
206206

207-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L557"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
207+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L562"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
208208

209209
## <kbd>class</kbd> `MarkdownListGenerator`
210210

@@ -224,7 +224,7 @@ generate_md(categories: OrderedDict, config: Dict, labels: list) → str
224224

225225
---
226226

227-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L562"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
227+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/generators/markdown_list.py#L567"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
228228

229229
### <kbd>method</kbd> `write_output`
230230

docs/best_of.license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
---
1515

16-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/license.py#L122"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
16+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/license.py#L130"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
1717

1818
## <kbd>function</kbd> `get_license`
1919

docs/best_of.yaml_generation.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
```python
1818
extract_github_projects(
1919
input: Union[str, List[str]],
20-
excluded_github_ids: Optional[List[str]] = None
20+
excluded_github_ids: Optional[List[str]] = None,
21+
existing_projects: Optional[List[Dict]] = None
2122
) → list
2223
```
2324

@@ -28,14 +29,34 @@ extract_github_projects(
2829

2930
---
3031

31-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/yaml_generation.py#L111"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
32+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/yaml_generation.py#L122"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
33+
34+
## <kbd>function</kbd> `extract_pypi_projects`
35+
36+
```python
37+
extract_pypi_projects(
38+
input: Union[str, List[str]],
39+
excluded_pypi_ids: Optional[List[str]] = None,
40+
existing_projects: Optional[List[Dict]] = None
41+
) → list
42+
```
43+
44+
45+
46+
47+
48+
49+
---
50+
51+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/yaml_generation.py#L212"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
3252

3353
## <kbd>function</kbd> `extract_pypi_projects_from_requirements`
3454

3555
```python
3656
extract_pypi_projects_from_requirements(
37-
requirements_input: str,
38-
excluded_pypi_ids: Optional[List[str]] = None
57+
input: Union[str, List[str]],
58+
excluded_pypi_ids: Optional[List[str]] = None,
59+
existing_projects: Optional[List[Dict]] = None
3960
) → list
4061
```
4162

@@ -46,7 +67,7 @@ extract_pypi_projects_from_requirements(
4667

4768
---
4869

49-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/yaml_generation.py#L159"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
70+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/yaml_generation.py#L294"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
5071

5172
## <kbd>function</kbd> `auto_extend_package_manager`
5273

src/best_of/_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Information about this library. This file will automatically changed."""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)