
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
pysolr-tornado
is a Python library providing access to Apache Solr
via Tornado coroutines.
.. image:: https://img.shields.io/travis/CANTUS-Project/pysolr-tornado/master.svg?style=flat-square :target: https://travis-ci.org/CANTUS-Project/pysolr-tornado :alt: Build Status .. image:: https://www.quantifiedcode.com/api/v1/project/e650bacf59a0427fa3388771f34a7df4/badge.svg :target: https://www.quantifiedcode.com/app/project/e650bacf59a0427fa3388771f34a7df4 :alt: Code Issues
This project is a fork of pysolr
, hosted on GitHub at https://github.com/toastdriven/pysolr. We
offer a few minor improvements over pysolr
, but we attempt to keep the APIs identical. However,
it is impossible to offer a compatible API because Tornado coroutines are coroutines, and must
therefore be used with Python's yield
keyword.
If you are trying to decide between pysolr
and pysolr-tornado
, we recommend pysolr
unless you
are already sure that you want to use Tornado.
With pysolr-tornado
4.0, the version numbers no longer correspond meaningfully to upstream
versions. We made the decision to jump to a new major release because of the refactoring of the
:class:Results
class, which we view as backward incompatible. We sympathize with the upstream's
decision to release this as a point release, because it is such a minor change in most situations,
but it broke our client application and it may break yours too.
FAQs
A library to access Solr via Tornado coroutines.
We found that pysolr-tornado demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.