You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-dnf-1.1.9-2.lbn19.noarch
Python 3 interface to DNF.
RPMPackage python3-djorm-pgarray-1.2-1.lbn19.noarch
djorm-pgarray ============= NOTE: pypi package name changed from `djorm-ext- pgarray` to more simple `djorm-pgarray` PostgreSQL array field for Django. .. image:: https://img.shields.io/travis/niwibe/djorm-pgarray.svg?style=flat :target: https://travis-ci.org/niwibe/djorm-pgarray .. image:: https://img.shields.io/pypi/v/djorm-pgarray.svg?style=flat :target: ...
RPMPackage python3-djmail-0.12.0.post1-1.lbn19.noarch
djmail ====== .. image:: https://img.shields.io/travis/bameda/djmail.svg?style=flat :target: https ://travis-ci.org/bameda/djmail .. image:: https://img.shields.io/pypi/v/djmail.svg?style=flat :target: https://pypi.python.org/pypi/djmail .. image:: https://img.shields.io/pypi/dm/djmail.svg?style=flat :target: https://pypi.python.org/pypi/djmail djmail is a BSD Licensed, ...
RPMPackage python3-django-sr-0.0.4-1.lbn19.noarch
Django Settings Resolver ======================== .. image:: https://travis- ci.org/jespino/django-sr.png?branch=master :target: https://travis- ci.org/jespino/django-sr .. image:: https://coveralls.io/repos/jespino/django- sr/badge.png?branch=master :target: https://coveralls.io/r/jespino/django- sr?branch=master .. image:: https://pypip.in/v/django-sr/badge.png :target: ...
RPMPackage python3-django-slowdown-0.0.1-1.lbn19.noarch
Django-Slowdown --------------- Ultra simple slowdown middleware for django (Add a time.sleep(settings.SLOWDOWN / 1000) in a middleware). Install ======= .. code-block:: pip install django-slowdown Usage ===== Add your settings file the Slowdown middleware and the SLOWDOWN setting variable (the default value is 1000 miliseconds). .. code-block:: MIDDLEWARE_CLASSES += ...
RPMPackage python3-django-sites-0.9-1.lbn19.noarch
django-sites ============ .. image:: https://img.shields.io/travis/niwinz /django-sites.svg?style=flat :target: https://travis-ci.org/niwinz/django- sites .. image:: https://img.shields.io/pypi/v/django-sites.svg?style=flat :target: https://pypi.python.org/pypi/django-sites .. image:: https://img.shields.io/pypi/dm/django-sites.svg?style=flat :target: ...
RPMPackage python3-django-sampledatahelper-0.4-1.lbn19.noarch
Django Sample Data Helper ========================= .. image:: http://kaleidos.net/static/img/badge.png :target: http://www.kaleidos.net/community/django-sampledatahelper/ .. image:: https ://travis-ci.org/kaleidos/django-sampledatahelper.png?branch=master :target: https://travis-ci.org/kaleidos/django-sampledatahelper .. image:: ...
RPMPackage python3-django-picklefield-0.3.2-1.lbn19.noarch
.. image:: https://travis-ci.org/gintas/django-picklefield.svg?branch=master :target: https://travis-ci.org/gintas/django-picklefield .. image:: https://coveralls.io/repos/gintas/django- picklefield/badge.svg?branch=master&service=github :target: https://coveralls.io/github/gintas/django-picklefield?branch=master ----- About ----- **django-picklefield** provides an implementation of a ...
RPMPackage python3-django-pglocks-1.0.1-1.lbn19.noarch
============== django-pglocks ============== django-pglocks provides a useful context manager to manage PostgreSQL advisory locks. It requires Django (tested with 1.5), PostgreSQL, and (probably) psycopg2. Advisory Locks ============== Advisory locks are application-level locks that are acquired and released purely by the client of the database; PostgreSQL never acquires them on its own. They ...
RPMPackage python3-django-pgjson-0.3.1-1.lbn19.noarch
UNKNOWN
RPMPackage python3-django-jinja-2.1.3-1.lbn19.noarch
django-jinja ============ Simple and nonobstructive jinja2 integration with Django. **Now with support for django 1.8** .. image:: https://img.shields.io/travis/niwinz/django-jinja.svg?style=flat :target: https://travis-ci.org/niwinz/django-jinja .. image:: https://img.shields.io/pypi/v/django-jinja.svg?style=flat :target: https://pypi.python.org/pypi/django-jinja .. image:: ...
RPMPackage python3-django-ipware-1.1.5-1.lbn19.noarch
UNKNOWN
RPMPackage python3-django-doc-1.9.6-2.lbn19.noarch
This package contains the documentation for the Django high-level Python Web framework.
RPMPackage python3-django-1.10.5-1.lbn19.noarch
Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY (Don't Repeat Yourself) principle.
RPMPackage python3-distutils-extra-2.39-1.lbn19.noarch
Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils.
RPMPackage python3-diff-match-patch-20121119-1.lbn19.noarch
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Diff: Compare two blocks of plain text and efficiently return a list of differences. Match: Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location. Patch: Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. Currently available in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python. Regardless of language, each library features the same API and the same functionality. All versions also have comprehensive test harnesses.
RPMPackage python3-dialog-3.3.0-8.lbn19.noarch
A Python interface to the Unix dialog utility, designed to provide an easy, pythonic and as complete as possible way to use the dialog features from Python code.
RPMPackage python3-devel-3.4.2-6.lbn19.x86_64
This package contains libraries and header files used to build applications with and native libraries for Python 3
RPMPackage python3-defusedxml-0.4.1-7.lbn19.noarch
The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module.
RPMPackage python3-decorator-4.0.10-1.lbn19.noarch
The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. The core of this module is a decorator factory called decorator.