Skip to content

Commit ac59545

Browse files
authored
Merge pull request best-of-lists#51 from best-of-lists/release/v0.8.4
2 parents ebc8e11 + db44e3a commit ac59545

5 files changed

+27
-26
lines changed

Pipfile.lock

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

docs/best_of.default_config.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
---------------
1212
- **DEFAULT_OTHERS_CATEGORY_ID**
1313
- **MIN_PROJECT_DESC_LENGTH**
14+
- **RECENT_ACTIVITY_DAYS**
1415
- **UP_ARROW_IMAGE**
1516
- **LATEST_CHANGES_FILE**
1617
- **ENV_LIBRARIES_API_KEY**
1718

1819
---
1920

20-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/default_config.py#L12"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
21+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/default_config.py#L13"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
2122

2223
## <kbd>function</kbd> `prepare_configuration`
2324

@@ -32,7 +33,7 @@ prepare_configuration(cfg: dict) → Dict
3233

3334
---
3435

35-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/default_config.py#L91"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
36+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/default_config.py#L92"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
3637

3738
## <kbd>function</kbd> `prepare_categories`
3839

docs/best_of.integrations.github_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ update_via_github_api(project_info: Dict) → None
6161

6262
---
6363

64-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/integrations/github_integration.py#L433"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
64+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/integrations/github_integration.py#L459"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
6565

6666
## <kbd>function</kbd> `update_via_github`
6767

@@ -76,7 +76,7 @@ update_via_github(project_info: Dict) → None
7676

7777
---
7878

79-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/integrations/github_integration.py#L446"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
79+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/integrations/github_integration.py#L472"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
8080

8181
## <kbd>function</kbd> `generate_github_details`
8282

docs/best_of.projects_collection.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ calc_projectrank(project_info: Dict) → int
2828

2929
---
3030

31-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L134"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
31+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L147"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
3232

3333
## <kbd>function</kbd> `calc_projectrank_placing`
3434

@@ -43,7 +43,7 @@ calc_projectrank_placing(projects: list) → None
4343

4444
---
4545

46-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L175"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
46+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L188"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
4747

4848
## <kbd>function</kbd> `group_projects`
4949

@@ -58,7 +58,7 @@ group_projects(projects: list) → list
5858

5959
---
6060

61-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L208"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
61+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L221"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
6262

6363
## <kbd>function</kbd> `categorize_projects`
6464

@@ -73,7 +73,7 @@ categorize_projects(projects: list, categories: OrderedDict) → None
7373

7474
---
7575

76-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L237"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
76+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L250"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
7777

7878
## <kbd>function</kbd> `update_project_category`
7979

@@ -88,7 +88,7 @@ update_project_category(project_info: Dict, categories: OrderedDict) → None
8888

8989
---
9090

91-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L251"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
91+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L264"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
9292

9393
## <kbd>function</kbd> `get_projects_changes`
9494

@@ -106,7 +106,7 @@ get_projects_changes(
106106

107107
---
108108

109-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L287"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
109+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L300"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
110110

111111
## <kbd>function</kbd> `apply_projects_changes`
112112

@@ -126,7 +126,7 @@ apply_projects_changes(
126126

127127
---
128128

129-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L322"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
129+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L335"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
130130

131131
## <kbd>function</kbd> `sort_projects`
132132

@@ -141,7 +141,7 @@ sort_projects(projects: list, configuration: Dict) → list
141141

142142
---
143143

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

146146
## <kbd>function</kbd> `apply_filters`
147147

@@ -156,7 +156,7 @@ apply_filters(project_info: Dict, configuration: Dict) → None
156156

157157
---
158158

159-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L447"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
159+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L460"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
160160

161161
## <kbd>function</kbd> `calc_grouped_metrics`
162162

@@ -171,7 +171,7 @@ calc_grouped_metrics(projects: list, config: Dict) → None
171171

172172
---
173173

174-
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L595"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
174+
<a href="https://github.com/best-of-lists/best-of-generator/blob/main/src/best_of/projects_collection.py#L614"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
175175

176176
## <kbd>function</kbd> `collect_projects_info`
177177

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.8.3"
3+
__version__ = "0.8.4"

0 commit comments

Comments
 (0)