Skip to content

w512/sphinxapi-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

========== The Python 3 client for Sphinx Search

Sphinx Search documentation: http://sphinxsearch.com/docs/current.html

Using

import sphinxapi
client = sphinxapi.SphinxClient()
client.SetServer('localhost', 9312)
results = client.Query('test')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages