pseek 3.0.2__tar.gz → 3.0.3__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.
- {pseek-3.0.2 → pseek-3.0.3}/LICENSE +1 -1
- {pseek-3.0.2 → pseek-3.0.3}/PKG-INFO +2 -2
- {pseek-3.0.2 → pseek-3.0.3}/README.md +1 -1
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/PKG-INFO +2 -2
- {pseek-3.0.2 → pseek-3.0.3}/pyproject.toml +1 -1
- {pseek-3.0.2 → pseek-3.0.3}/pseek/__init__.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/archive.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/cli.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/compound_extensions +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/parser.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/searcher.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek/utils.py +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/SOURCES.txt +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/dependency_links.txt +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/entry_points.txt +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/requires.txt +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/pseek.egg-info/top_level.txt +0 -0
- {pseek-3.0.2 → pseek-3.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pseek
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: Pseek is a Python CLI toolkit to search files, folders, and text
|
|
5
5
|
Author: Groot
|
|
6
6
|
License-Expression: MIT
|
|
@@ -63,7 +63,7 @@ pip install pseek
|
|
|
63
63
|
### Install from Source
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
git clone https://github.com/
|
|
66
|
+
git clone https://github.com/grootle/pseek.git
|
|
67
67
|
|
|
68
68
|
cd pseek
|
|
69
69
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pseek
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
4
4
|
Summary: Pseek is a Python CLI toolkit to search files, folders, and text
|
|
5
5
|
Author: Groot
|
|
6
6
|
License-Expression: MIT
|
|
@@ -63,7 +63,7 @@ pip install pseek
|
|
|
63
63
|
### Install from Source
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
git clone https://github.com/
|
|
66
|
+
git clone https://github.com/grootle/pseek.git
|
|
67
67
|
|
|
68
68
|
cd pseek
|
|
69
69
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|