-
python3-rpy2-2.8.3-1.lbn19.x86_64
Python interface to the R language (embedded R)
Located in
LBN
/
…
/
Big Data
/
BastionLinux 19
-
python3-rq-1.16.2-1.lbn36.noarch
RQ (Redis Queue) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It should be integrated in your web stack
easily.
RQ requires Redis >= 3.0.0.
Full documentation can be found here.
Support RQ
If you find RQ useful, please consider supporting this project via Tidelift.
Getting started
First, run a Redis server, of course:
$ redis-server
To put jobs on queues, you don't have to do anything special, just define
your typically lengthy or blocking function:
import requests
def count_words_at_url(url):
"""Just an example function that's called async."""
resp = requests.get(url)
return len(resp.text.split())
You do use the excellent requests package, don't you?
Then, create an RQ queue:
from redis import Redis
from rq import Queue
queue = Queue(connection=Redis())
And enqueue the function call:
from my_module import count_words_at_url
job = queue.enq
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rrdtool-1.7.2-23.fc36.x86_64
Python RRDtool bindings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rsa-3.4.1-2.lbn25.py37.noarch
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library as
well as on the command-line.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-rsa-4.9-6.lbn36.noarch
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library as
well as on the command-line.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rtree-0.9.7-4.fc36.noarch
Rtree is a ctypes Python wrapper of the spatialindex library, that
provides a number of advanced spatial indexing features for the
spatially curious Python user. These features include:
-Nearest neighbor search
-Intersection search
-Multi-dimensional indexes
-Clustered indexes (store Python pickles directly with index entries)
-Bulk loading
-Deletion
-Disk serialization
-Custom storage implementation
(to implement spatial indexing in ZODB, for example)
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ruamel-yaml-0.17.21-1.lbn36.x86_64
ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
It is a derivative of Kirill Simonov’s PyYAML 3.11
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-ruamel-yaml-0.15.41-2.lbn25.py37.x86_64
ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
It is a derivative of Kirill Simonov’s PyYAML 3.11
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-ruamel-yaml-clib-0.2.7-1.lbn36.x86_64
It is the C based reader/scanner and emitter for ruamel.yaml.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rudder-sdk-2.0.2-1.lbn36.noarch
RudderStack is a platform for collecting, storing and routing customer event data
to dozens of tools. RudderStack is open-source, can run in your cloud environment
(AWS, GCP, Azure or even your data-centre) and provides a powerful transformation
framework to process your event data on the fly.
Located in
LBN
/
…
/
Business
/
BastionLinux 36