ckanext-search-tweaks 0.6.1__py3-none-any.whl → 0.6.1.post1__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.
ckanext/__init__.py ADDED
@@ -0,0 +1,10 @@
1
+
2
+ # this is a namespace package
3
+ try:
4
+ import pkg_resources
5
+
6
+ pkg_resources.declare_namespace(__name__)
7
+ except ImportError:
8
+ import pkgutil
9
+
10
+ __path__ = pkgutil.extend_path(__path__, __name__)
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ckanext-search-tweaks
3
- Version: 0.6.1
4
- Home-page: https://github.com/DataShades/ckanext-search-tweaks
5
- Author: Sergey Motornyuk
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,4 +1,4 @@
1
- ckanext_search_tweaks-0.6.1-py3.8-nspkg.pth,sha256=NXfLjB2L7-vMVBgj11KMWlHly-aPPPj1kuWUW7A1iMM,472
1
+ ckanext/__init__.py,sha256=xsigU4VzvLfcHEa08OUsv-05ZXU-qwjs3Y3f6PWA7fY,203
2
2
  ckanext/search_tweaks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  ckanext/search_tweaks/cli.py,sha256=Pex34fMESkVycy6kOfODtNmHh8nPMvzFKTeZD0txLvc,308
4
4
  ckanext/search_tweaks/config.py,sha256=NX7rsslGJyxQ8xTZidy9fI-SDkJ4lX4oLTX54lVLGI0,941
@@ -44,10 +44,9 @@ ckanext/search_tweaks/tests/query_relevance/test_score.py,sha256=RwG_o8QyW3BZBx3
44
44
  ckanext/search_tweaks/tests/query_relevance/test_storage.py,sha256=xBHB69zHE301mHlUB2hz0RXJaqFrhRMesAz2LNYNFE0,2825
45
45
  ckanext/search_tweaks/tests/spellcheck/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  ckanext/search_tweaks/tests/spellcheck/test_plugin.py,sha256=4pocLV8uzea2ua8LUTC3IXlyYc3oKbhApODA1uWHNFU,2517
47
- ckanext_search_tweaks-0.6.1.dist-info/LICENSE,sha256=2lWcRAHjsQhqavGNnR30Ymxq3GJ9BaYL_dnfGO_-WFA,34500
48
- ckanext_search_tweaks-0.6.1.dist-info/METADATA,sha256=2QXShGSroLXSecuBihN3hKU2gy-ZRlOqTTYrLGQT_28,12138
49
- ckanext_search_tweaks-0.6.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
50
- ckanext_search_tweaks-0.6.1.dist-info/entry_points.txt,sha256=0hvD0BILJCAPZBOTH28bAMN8XCbPrltTZ6Q8-mUZGyE,615
51
- ckanext_search_tweaks-0.6.1.dist-info/namespace_packages.txt,sha256=5yjNwq-s42weaiMMUuA5lZ45g99ANsfcRBCvac1JMS4,8
52
- ckanext_search_tweaks-0.6.1.dist-info/top_level.txt,sha256=5yjNwq-s42weaiMMUuA5lZ45g99ANsfcRBCvac1JMS4,8
53
- ckanext_search_tweaks-0.6.1.dist-info/RECORD,,
47
+ ckanext_search_tweaks-0.6.1.post1.dist-info/LICENSE,sha256=2lWcRAHjsQhqavGNnR30Ymxq3GJ9BaYL_dnfGO_-WFA,34500
48
+ ckanext_search_tweaks-0.6.1.post1.dist-info/METADATA,sha256=-ES_Zxv8rown_0E33sqp3Z74FqlIF4IHojk0DdzIo9I,12255
49
+ ckanext_search_tweaks-0.6.1.post1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
50
+ ckanext_search_tweaks-0.6.1.post1.dist-info/entry_points.txt,sha256=0hvD0BILJCAPZBOTH28bAMN8XCbPrltTZ6Q8-mUZGyE,615
51
+ ckanext_search_tweaks-0.6.1.post1.dist-info/top_level.txt,sha256=5yjNwq-s42weaiMMUuA5lZ45g99ANsfcRBCvac1JMS4,8
52
+ ckanext_search_tweaks-0.6.1.post1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1 +0,0 @@
1
- import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('ckanext',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('ckanext', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('ckanext', [os.path.dirname(p)])));m = m or sys.modules.setdefault('ckanext', types.ModuleType('ckanext'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)