softhauzpy 0.0.3__tar.gz → 0.0.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Author: Karen Urate
5
5
  Author-email: karen.urate@softhauz.ca
6
6
  Description-Content-Type: text/markdown
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name='softhauzpy',
8
- version='0.0.3',
8
+ version='0.0.4',
9
9
  author='Karen Urate',
10
10
  author_email='karen.urate@softhauz.ca',
11
11
  packages=find_packages(),
@@ -193,7 +193,7 @@ def get_search_results_list(page_list=[], keywords='') -> list:
193
193
  creation_date = page[4] or ''
194
194
  modified_date = page[5] or ''
195
195
 
196
- if keywords in extract_pure_text(url, title, author, description, creation_date, modified_date)["content"]:
196
+ if keywords in extract_pure_text(url, title=title, author=author, description=description, creation_date=creation_date, modified_date=modified_date)["content"]:
197
197
  results.append((url, title, author, description, creation_date, modified_date))
198
198
 
199
199
  return results
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: softhauzpy
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Author: Karen Urate
5
5
  Author-email: karen.urate@softhauz.ca
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes