-
python2-django-sortedm2m-1.3.3-1.lbn25.py37.noarch
sortedm2m is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.
Usecases
Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries.
This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases.
You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-stopforumspam-1.8-2.lbn25.py37.noarch
Tired of comment spam, form spam and dumb crawlers? A django application that
provides middleware for blocking IPs listed in stopforumspam.com's database. A
simple management command is provided for updating the database:
manage.py sfsupdate [--force]
Using this command, all IPs are stored in Django models. Using django-admin,
it's possible to add your own extra IP addresses on a permanent database.
This package provides Python 2 build of stopforumspam.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-tables2-1.2.3-4.lbn25.py37.noarch
django-tables2 simplifies the task of turning sets of data into HTML tables.
It has native support for pagination and sorting. It does for HTML tables
what django.forms does for HTML forms.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient,
yet powerful and highly customizable, abstraction for creating REST-style
interfaces.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-kombu-4.6.7-1.lbn25.noarch
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and
also provide proven and tested solutions to common messaging problems.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-mongoengine-0.18.2-1.lbn25.noarch
MongoEngine is a Document-Object Mapper (think ORM,
but for document databases) for working with MongoDB
from Python. It uses a simple declarative API, similar
to the Django ORM.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-nectar-1.6.0-1.lbn25.noarch
Nectar is a download library that abstracts the workflow of making
and tracking download requests away from the mechanics of how those requests are
carried out. It allows multiple downloaders to exist with different
implementations, such as the default "threaded" downloader, which uses the
"requests" library with multiple threads. Other experimental downloaders have
used tools like pycurl and eventlets.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-oauth2-1.9.0-7.post1.lbn25.noarch
Oauth2 was originally forked from Leah Culver and Andy Smith's oauth.py
code. Some of the tests come from a fork by Vic Fryzel, while a revamped
Request class and more tests were merged in from Mark Paschal's fork. A
number of notable differences exist between this code and its forefathers:
- 100% unit test coverage.
- The DataStore object has been completely ripped out. While creating unit
tests for the library I found several substantial bugs with the
implementation and confirmed with Andy Smith that it was never fully
baked.
- Classes are no longer prefixed with OAuth.
- The Request class now extends from dict.
- The library is likely no longer compatible with Python 2.3.
- The Client class works and extends from httplib2. It's a thin wrapper
that handles automatically signing any normal HTTP request you might
wish to make.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-okaara-1.0.37-2.lbn25.py37.noarch
Python library to facilitate the creation of command-line interfaces.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python2-pycurl-7.43.0-9.lbn25.py37.x86_64
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the
urllib Python module. PycURL is mature, very fast, and supports a lot
of features.
Python 2 version.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25