1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/codesearch-py/pkg-descr
Carlos J. Puga Medina 012f1a102c devel/codesearch-py: Python library for accessing Chromium CodeSearch
The codesearch Python library provides an interface for talking to the
Chromium CodeSearch backend.

The primary entry point into the library is the codesearch class. Various
message classes you are likely to encounter are defined in messages.py

In addition, the library also includes facilities for maintaining an
ephemeral or persistent cache in order to minimize generated network
traffic.

WWW: https://github.com/chromium/codesearch-py

Reviewed by:	koobs
Differential Revision:	https://reviews.freebsd.org/D11336
2017-06-27 22:13:12 +00:00

12 lines
442 B
Plaintext

The codesearch Python library provides an interface for talking to the
Chromium CodeSearch backend.
The primary entry point into the library is the codesearch class. Various
message classes you are likely to encounter are defined in messages.py
In addition, the library also includes facilities for maintaining an
ephemeral or persistent cache in order to minimize generated network
traffic.
WWW: https://github.com/chromium/codesearch-py