aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pyelasticsearch
Commit message (Collapse)AuthorAgeFilesLines
* - Switch from easy_install to installAntoine Brodin2013-12-152-40/+3
| | | | | | | | - Use PYDISTUTILS_AUTOPLIST - License is BSD3CLAUSE Notes: svn path=/head/; revision=336592
* New port: textproc/py-pyelasticsearchAntoine Brodin2013-11-234-0/+73
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It provides features like... * Transparent conversion of Python data types to and from JSON * Translating HTTP status codes representing failure into exceptions * Connection pooling * Load-balancing of requests across nodes in a cluster * Failed-node marking to avoid downed nodes for a period * Optional automatic retrying of failed requests WWW: https://github.com/rhec/pyelasticsearch Notes: svn path=/head/; revision=334695