-
python3-routes-2.5.1-2.fc36.noarch
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpm-4.19.94-1.lbn36.x86_64
The python3-rpm package contains a module that permits applications
written in the Python programming language to use the interface
supplied by RPM Package Manager libraries.
This package should be installed if you want to develop Python 3
programs that will manipulate RPM packages and databases.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpm-generators-14-12.lbn36.noarch
Dependency generators for Python RPMs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpm-macros-3.13-3.lbn36.noarch
RPM macros for building Python 3 packages.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpm-spec-0.11-1.lbn36.noarch
[](https://github.com/bkircher/python-rpm-
spec/actions)
[](https://badge.fury.io/py/python-rpm-spec)
python-rpm-spec is a Python library for parsing RPM spec files.
*tl;dr*
If you want to quickly parse a spec file on the...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpmautospec-0.7.3-2.lbn36.noarch
A package and CLI tool to generate RPM release fields and changelogs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-rpmfile-2.0.0-1.lbn36.noarch
rpmfile[ 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-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