Skip to content

papermerge/xapian-bindings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Bindings for Xapian search engine

Installation

  1. Ensure you have essential build & development tools installed on your system.
  2. Ensure you have xapian-core installed via your system package manager or source tarball.
  3. Run pip install xapianpy.
  4. Verify installation by running python -c "import xapian; print(xapian.__version__)".

About

Python bindings for xapian search engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.9%
  • Dockerfile 16.2%
  • Python 4.9%