file_query_text 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
- file_query_text/cli.py +1 -1
- {file_query_text-0.1.0.dist-info → file_query_text-0.1.1.dist-info}/METADATA +1 -1
- file_query_text-0.1.1.dist-info/RECORD +9 -0
- file_query_text-0.1.0.dist-info/RECORD +0 -9
- {file_query_text-0.1.0.dist-info → file_query_text-0.1.1.dist-info}/WHEEL +0 -0
- {file_query_text-0.1.0.dist-info → file_query_text-0.1.1.dist-info}/entry_points.txt +0 -0
- {file_query_text-0.1.0.dist-info → file_query_text-0.1.1.dist-info}/top_level.txt +0 -0
file_query_text/cli.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4
4
|
import argparse
|
5
5
|
from pathlib import Path
|
6
6
|
# Fix imports to work when installed as a package
|
7
|
-
from
|
7
|
+
from file_query_text.main import parse_query, QueryVisitor, execute_query
|
8
8
|
|
9
9
|
def main():
|
10
10
|
parser = argparse.ArgumentParser(description="SQL-like queries for your filesystem")
|
@@ -0,0 +1,9 @@
|
|
1
|
+
file_query_text/__init__.py,sha256=WXdvguZ706HG7MXS13Yb8e7VC5UFYyBzuExXbwBOTak,87
|
2
|
+
file_query_text/cli.py,sha256=_0ahAdVoDCRBhAcIkcgKM6ZqA0YlqmAyF9i-s2GQRjk,2365
|
3
|
+
file_query_text/grammar.py,sha256=lhw2pUq83IMga2cppA0r9RbebioPB7a65Az5f4Lheso,1572
|
4
|
+
file_query_text/main.py,sha256=qMuY5YZ2TXrAUyfXaQfPkQOJZawpRE86NIre5Pz88Tk,4011
|
5
|
+
file_query_text-0.1.1.dist-info/METADATA,sha256=0VTvghCuE7IIixRJdPVw1Y0Y5ijX8YerDMVpUlf_5UE,2347
|
6
|
+
file_query_text-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
7
|
+
file_query_text-0.1.1.dist-info/entry_points.txt,sha256=rNFYWzvcIsUZkGNsc_E_B5HyYRnqqdj_u8_IeQpw1wo,48
|
8
|
+
file_query_text-0.1.1.dist-info/top_level.txt,sha256=o1FzSvLa6kSV61b7RLHWRhEezc96m05YwIKqjuWUSxU,16
|
9
|
+
file_query_text-0.1.1.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
file_query_text/__init__.py,sha256=WXdvguZ706HG7MXS13Yb8e7VC5UFYyBzuExXbwBOTak,87
|
2
|
-
file_query_text/cli.py,sha256=W4Lf9WC4hYIW6DpL57JMcLXIfyTr2v8X-Y-WjPjoN1s,2360
|
3
|
-
file_query_text/grammar.py,sha256=lhw2pUq83IMga2cppA0r9RbebioPB7a65Az5f4Lheso,1572
|
4
|
-
file_query_text/main.py,sha256=qMuY5YZ2TXrAUyfXaQfPkQOJZawpRE86NIre5Pz88Tk,4011
|
5
|
-
file_query_text-0.1.0.dist-info/METADATA,sha256=TjD_kUagIoxHH9lPV0qVDOoYH9ZlkmmpwEv5yXuaD1c,2347
|
6
|
-
file_query_text-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
7
|
-
file_query_text-0.1.0.dist-info/entry_points.txt,sha256=rNFYWzvcIsUZkGNsc_E_B5HyYRnqqdj_u8_IeQpw1wo,48
|
8
|
-
file_query_text-0.1.0.dist-info/top_level.txt,sha256=o1FzSvLa6kSV61b7RLHWRhEezc96m05YwIKqjuWUSxU,16
|
9
|
-
file_query_text-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|