pseek 2.1.0__tar.gz → 2.1.1__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.2
2
2
  Name: pseek
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Pseek is a Python library to search files, folders, and text
5
5
  Home-page: https://github.com/ArianN8610/pysearch
6
6
  Author: Arian
@@ -69,7 +69,7 @@ class Search:
69
69
 
70
70
  def search(self, search_type: str):
71
71
  """Main search function. search_type can be 'file', 'directory' or 'content'"""
72
- base_path = Path(self.base_path).resolve()
72
+ base_path = Path(self.base_path)
73
73
  query = self.query
74
74
 
75
75
  # Prepare query: escape if not regex
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pseek
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Pseek is a Python library to search files, folders, and text
5
5
  Home-page: https://github.com/ArianN8610/pysearch
6
6
  Author: Arian
@@ -5,7 +5,7 @@ with open("README.md", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="pseek",
8
- version="2.1.0",
8
+ version="2.1.1",
9
9
  author="Arian",
10
10
  author_email="ariannasiri86@gmail.com",
11
11
  description="Pseek is a Python library to search files, folders, and text",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes