ckanext-search-tweaks 0.6.1__tar.gz → 0.6.1.post1__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.
- {ckanext_search_tweaks-0.6.1/ckanext_search_tweaks.egg-info → ckanext_search_tweaks-0.6.1.post1}/PKG-INFO +4 -4
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1/ckanext_search_tweaks.egg-info}/PKG-INFO +4 -4
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext_search_tweaks.egg-info/SOURCES.txt +0 -1
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext_search_tweaks.egg-info/top_level.txt +1 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/pyproject.toml +46 -0
- ckanext_search_tweaks-0.6.1.post1/setup.cfg +26 -0
- ckanext_search_tweaks-0.6.1/ckanext_search_tweaks.egg-info/namespace_packages.txt +0 -1
- ckanext_search_tweaks-0.6.1/setup.cfg +0 -67
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/LICENSE +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/MANIFEST.in +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/README.md +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/assets/advanced-search.css +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/assets/advanced-search.js +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/assets/webassets.yml +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/advanced_search/templates/advanced_search/search_form.html +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/cli.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/config.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/assets/search-tweaks-reflect-range-in-label.js +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/assets/webassets.yml +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/templates/search_tweaks/field_relevance/promote.html +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/field_relevance/views.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/interfaces.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/config.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/logic/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/logic/action.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/logic/auth.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/logic/schema.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_popularity/score.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_relevance/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_relevance/cli.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_relevance/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_relevance/score.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/query_relevance/storage.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/shared.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/spellcheck/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/spellcheck/cli.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/spellcheck/helpers.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/spellcheck/plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/spellcheck/templates/search_tweaks/did_you_mean.html +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/conftest.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/query_relevance/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/query_relevance/test_plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/query_relevance/test_score.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/query_relevance/test_storage.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/spellcheck/__init__.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/spellcheck/test_plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/tests/test_plugin.py +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext_search_tweaks.egg-info/dependency_links.txt +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext_search_tweaks.egg-info/entry_points.txt +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext_search_tweaks.egg-info/requires.txt +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/requirements.txt +0 -0
- {ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/setup.py +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ckanext-search-tweaks
|
3
|
-
Version: 0.6.1
|
4
|
-
|
5
|
-
|
6
|
-
Author-email: sergey.motornyuk@linkdigital.com.au
|
3
|
+
Version: 0.6.1.post1
|
4
|
+
Author-email: DataShades <datashades@linkdigital.com.au>, Sergey Motornyuk <sergey.motornyuk@linkdigital.com.au>
|
5
|
+
Maintainer-email: DataShades <datashades@linkdigital.com.au>
|
7
6
|
License: AGPL
|
7
|
+
Project-URL: Homepage, https://github.com/DataShades/ckanext-search-tweaks
|
8
8
|
Keywords: CKAN
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
10
10
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ckanext-search-tweaks
|
3
|
-
Version: 0.6.1
|
4
|
-
|
5
|
-
|
6
|
-
Author-email: sergey.motornyuk@linkdigital.com.au
|
3
|
+
Version: 0.6.1.post1
|
4
|
+
Author-email: DataShades <datashades@linkdigital.com.au>, Sergey Motornyuk <sergey.motornyuk@linkdigital.com.au>
|
5
|
+
Maintainer-email: DataShades <datashades@linkdigital.com.au>
|
7
6
|
License: AGPL
|
7
|
+
Project-URL: Homepage, https://github.com/DataShades/ckanext-search-tweaks
|
8
8
|
Keywords: CKAN
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
10
10
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
@@ -55,6 +55,5 @@ ckanext_search_tweaks.egg-info/PKG-INFO
|
|
55
55
|
ckanext_search_tweaks.egg-info/SOURCES.txt
|
56
56
|
ckanext_search_tweaks.egg-info/dependency_links.txt
|
57
57
|
ckanext_search_tweaks.egg-info/entry_points.txt
|
58
|
-
ckanext_search_tweaks.egg-info/namespace_packages.txt
|
59
58
|
ckanext_search_tweaks.egg-info/requires.txt
|
60
59
|
ckanext_search_tweaks.egg-info/top_level.txt
|
@@ -1,3 +1,49 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = [ "setuptools",]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "ckanext-search-tweaks"
|
7
|
+
version = "0.6.1.post1"
|
8
|
+
description = ""
|
9
|
+
classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",]
|
10
|
+
keywords = [ "CKAN",]
|
11
|
+
dependencies = [ "freezegun", "typing_extensions>=4.0.0", "ckanext-toolbelt>=0.4.11",]
|
12
|
+
authors = [
|
13
|
+
{name = "DataShades", email = "datashades@linkdigital.com.au"},
|
14
|
+
{name = "Sergey Motornyuk", email = "sergey.motornyuk@linkdigital.com.au"},
|
15
|
+
]
|
16
|
+
maintainers = [
|
17
|
+
{name = "DataShades", email = "datashades@linkdigital.com.au"},
|
18
|
+
]
|
19
|
+
|
20
|
+
[project.readme]
|
21
|
+
file = "README.md"
|
22
|
+
content-type = "text/markdown"
|
23
|
+
|
24
|
+
[project.license]
|
25
|
+
text = "AGPL"
|
26
|
+
|
27
|
+
[project.urls]
|
28
|
+
Homepage = "https://github.com/DataShades/ckanext-search-tweaks"
|
29
|
+
|
30
|
+
[project.optional-dependencies]
|
31
|
+
advanced-search = []
|
32
|
+
|
33
|
+
[project.entry-points."ckan.plugins"]
|
34
|
+
search_tweaks = "ckanext.search_tweaks.plugin:SearchTweaksPlugin"
|
35
|
+
search_tweaks_query_relevance = "ckanext.search_tweaks.query_relevance.plugin:QueryRelevancePlugin"
|
36
|
+
search_tweaks_field_relevance = "ckanext.search_tweaks.field_relevance.plugin:FieldRelevancePlugin"
|
37
|
+
search_tweaks_spellcheck = "ckanext.search_tweaks.spellcheck.plugin:SpellcheckPlugin"
|
38
|
+
search_tweaks_advanced_search = "ckanext.search_tweaks.advanced_search.plugin:AdvancedSearchPlugin"
|
39
|
+
search_tweaks_query_popularity = "ckanext.search_tweaks.query_popularity.plugin:QueryPopularityPlugin"
|
40
|
+
|
41
|
+
[project.entry-points."babel.extractors"]
|
42
|
+
ckan = "ckan.lib.extract:extract_ckan"
|
43
|
+
|
44
|
+
[tool.setuptools.packages]
|
45
|
+
find = {}
|
46
|
+
|
1
47
|
[tool.black]
|
2
48
|
# line-length = 88
|
3
49
|
# preview = true
|
@@ -0,0 +1,26 @@
|
|
1
|
+
[extract_messages]
|
2
|
+
keywords = translate isPlural
|
3
|
+
add_comments = TRANSLATORS:
|
4
|
+
output_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
5
|
+
width = 80
|
6
|
+
|
7
|
+
[init_catalog]
|
8
|
+
domain = ckanext-search_tweaks
|
9
|
+
input_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
10
|
+
output_dir = ckanext/search_tweaks/i18n
|
11
|
+
|
12
|
+
[update_catalog]
|
13
|
+
domain = ckanext-search_tweaks
|
14
|
+
input_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
15
|
+
output_dir = ckanext/search_tweaks/i18n
|
16
|
+
previous = true
|
17
|
+
|
18
|
+
[compile_catalog]
|
19
|
+
domain = ckanext-search_tweaks
|
20
|
+
directory = ckanext/search_tweaks/i18n
|
21
|
+
statistics = true
|
22
|
+
|
23
|
+
[egg_info]
|
24
|
+
tag_build =
|
25
|
+
tag_date = 0
|
26
|
+
|
@@ -1 +0,0 @@
|
|
1
|
-
ckanext
|
@@ -1,67 +0,0 @@
|
|
1
|
-
[metadata]
|
2
|
-
name = ckanext-search-tweaks
|
3
|
-
version = 0.6.1
|
4
|
-
description =
|
5
|
-
long_description = file: README.md
|
6
|
-
long_description_content_type = text/markdown
|
7
|
-
url = https://github.com/DataShades/ckanext-search-tweaks
|
8
|
-
author = Sergey Motornyuk
|
9
|
-
author_email = sergey.motornyuk@linkdigital.com.au
|
10
|
-
license = AGPL
|
11
|
-
classifiers =
|
12
|
-
Development Status :: 4 - Beta
|
13
|
-
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
14
|
-
Programming Language :: Python :: 3.8
|
15
|
-
Programming Language :: Python :: 3.9
|
16
|
-
Programming Language :: Python :: 3.10
|
17
|
-
keywords = CKAN
|
18
|
-
|
19
|
-
[options]
|
20
|
-
packages = find:
|
21
|
-
namespace_packages = ckanext
|
22
|
-
install_requires =
|
23
|
-
freezegun
|
24
|
-
typing_extensions>=4.0.0
|
25
|
-
ckanext-toolbelt>=0.4.11
|
26
|
-
include_package_data = True
|
27
|
-
|
28
|
-
[options.entry_points]
|
29
|
-
ckan.plugins =
|
30
|
-
search_tweaks = ckanext.search_tweaks.plugin:SearchTweaksPlugin
|
31
|
-
search_tweaks_query_relevance = ckanext.search_tweaks.query_relevance.plugin:QueryRelevancePlugin
|
32
|
-
search_tweaks_field_relevance = ckanext.search_tweaks.field_relevance.plugin:FieldRelevancePlugin
|
33
|
-
search_tweaks_spellcheck = ckanext.search_tweaks.spellcheck.plugin:SpellcheckPlugin
|
34
|
-
search_tweaks_advanced_search = ckanext.search_tweaks.advanced_search.plugin:AdvancedSearchPlugin
|
35
|
-
search_tweaks_query_popularity = ckanext.search_tweaks.query_popularity.plugin:QueryPopularityPlugin
|
36
|
-
babel.extractors =
|
37
|
-
ckan = ckan.lib.extract:extract_ckan
|
38
|
-
|
39
|
-
[options.extras_require]
|
40
|
-
advanced-search =
|
41
|
-
|
42
|
-
[extract_messages]
|
43
|
-
keywords = translate isPlural
|
44
|
-
add_comments = TRANSLATORS:
|
45
|
-
output_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
46
|
-
width = 80
|
47
|
-
|
48
|
-
[init_catalog]
|
49
|
-
domain = ckanext-search_tweaks
|
50
|
-
input_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
51
|
-
output_dir = ckanext/search_tweaks/i18n
|
52
|
-
|
53
|
-
[update_catalog]
|
54
|
-
domain = ckanext-search_tweaks
|
55
|
-
input_file = ckanext/search_tweaks/i18n/ckanext-search_tweaks.pot
|
56
|
-
output_dir = ckanext/search_tweaks/i18n
|
57
|
-
previous = true
|
58
|
-
|
59
|
-
[compile_catalog]
|
60
|
-
domain = ckanext-search_tweaks
|
61
|
-
directory = ckanext/search_tweaks/i18n
|
62
|
-
statistics = true
|
63
|
-
|
64
|
-
[egg_info]
|
65
|
-
tag_build =
|
66
|
-
tag_date = 0
|
67
|
-
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/cli.py
RENAMED
File without changes
|
{ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/plugin.py
RENAMED
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
|
File without changes
|
{ckanext_search_tweaks-0.6.1 → ckanext_search_tweaks-0.6.1.post1}/ckanext/search_tweaks/shared.py
RENAMED
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|