Skip to content

syakesaba/c-icap-python

Repository files navigation

Please make another module

A python wrapper for c-icap is strongly needed!
Like mod_wsgi, we have to change interpreters for each ICAP Requests.
Unfortunally I have no sense of programming. I hope someone else make another python wrapper for c-icap.


c-icap-python

c-icap module for python

A python port of c-icap-ruby module by Roman Shterenzon.

NOT WORK YET!!! (works only icap.py)

Install

  1. make libc-icap-python.so
  2. copy and rename it to /path/to/lib/c_icap/srv_python.so
  3. add line "Module service_handler srv_python.so" into the c-icap.conf
  4. add line "Service ServiceName /path/to/srv_echo.py" into the c-icap.conf
  5. start c-icap

Depends

  • libicapapi-dev (libssl also,)
  • python3-dev

License

GPLv3

See COPYING for detail.

Author

SYA-KE

Thanks to Roman.

About

c-icap module for load python script(not work yet)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published