Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an LDAP authentication backend for Django.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
This package provides a Django library that logs request, response, and exception details in a JSON document. It can also send logs directly to ElasticSearch.
This package provides a bootstrap4 template pack for python-django-crispy-forms.
This package provides a generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.
Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
django-configurations helps you organize the configuration of your Django project by providing glue code to bridge between Django'smodule based settings system and programming patterns like mixins, facades, factories and adapters that are useful for non-trivial configuration scenarios.
This application provides simple, extensible contact-form functionality for Django sites.
Sekizai means blocks in Japanese, and that is what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javascript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Channels wraps Django's native asynchronous view support, allowing Django projects to handle not only HTTP, but protocols that require long-running connections too - WebSockets, MQTT, chatbots, amateur radio, and more. It does this while preserving Django's synchronous nature, allowing you to choose how you write your code - synchronous, fully asynchronous, or a mixture of both.
Channels also bundles this event-driven architecture with channel layers, a system that allows you to easily communicate between processes, and separate your project into different processes.
This package provides a Rollbar support plugin for Django Q.
This package provides a facility for configuring Django email backend settings from URLs.
This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.
This package provides a full featured Redis cache backend for Django.
Pickled object field for Django
django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
This package provides a templating backend for Django, using Jinja2. It provides certain advantages over the builtin Jinja2 backend in Django, for example, explicit calls to callables from templates and better performance.
This package provides a multiprocessing distributed task queue for Django. Django Q2 is a fork of Django Q with the new updated version of Django Q, dependencies updates, docs updates and several bug fixes.
pdf2djvu creates DjVu files from PDF files. It is able to extract:
graphics,
text layer,
hyperlinks,
document outline (bookmarks),
metadata (including XMP metadata).
minidjvu is a multipage DjVu encoder and single page encoder/decoder. It doesn't support colors or grayscales, just black and white.
DjView is a standalone viewer for DjVu files.
Its features include navigating documents, zooming and panning page images, producing and displaying thumbnails, displaying document outlines, searching documents for particular words in the hidden text layer, copying hidden text to the clipboard, saving pages and documents as bundled or indirect multi-page files, and printing page and documents.
The viewer can simultaneously display several pages using a side-by-side or a continuous layout.
This is a small tool to convert DjVu files to PDF files.