khoj/tests/data
Debanjum Singh Solanky 25a749ca1d Use the src/ layout to fix packaging Khoj for PyPi
- Why
  The khoj pypi packages should be installed in `khoj' directory.
  Previously it was being installed into `src' directory, which is a
  generic top level directory name that is discouraged from being used

- Changes
 - move src/* to src/khoj/*
 - update `setup.py' to `find_packages' in `src' instead of project root
 - rename imports to form `from khoj.*' in complete project
 - update `constants.web_directory' path to use `khoj' directory
 - rename root logger to `khoj' in `main.py'
 - fix image_search tests to use the newly rename `khoj' logger
 - update config, docs, workflows to reference new path `src/khoj'
2023-02-14 15:19:06 -06:00
..
images Get XMP metadata from image using Pillow. Remove ExifTool dependency 2022-09-16 00:48:45 +03:00
ledger Improve test data organization and update correspoding conftests 2022-01-29 02:03:17 -05:00
markdown Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
music Improve test data organization and update correspoding conftests 2022-01-29 02:03:17 -05:00
org Do not version API. Premature given current state of the codebase 2022-10-08 16:32:46 +03:00
config.yml Support multiple input-filters to configure content to index via khoj.yml 2022-09-12 11:08:59 +03:00