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 a Sentry support plugin for Django Q.
This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
django-storages is a project to provide a variety of storage backends in a single library.
Easy thumbnails is a Django plugin to dynamically create thumbnails based on source images. Multiple thumbnails can be created from a single source image, using different options to control parameters like the image size and quality.
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 Rollbar support plugin for Django Q.
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.
Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite.
Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding.
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
This package provides a facility for configuring Django email backend settings from URLs.
A Django app that provides helper for generating JavaScript catalog to static files.
This package provides an LDAP authentication backend for Django.
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.
Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
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.
Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.
The dj_database_url.config method returns a Django database connection dictionary, populated with all the data specified in your URL. There is also a conn_max_age argument to easily enable Django’s connection pool.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
This package provides a bootstrap4 template pack for python-django-crispy-forms.
The main goal of Django URL Filter is to provide an easy URL interface for filtering data. It allows the user to safely filter by model attributes and also specify the lookup type for each filter (very much like Django's filtering system in ORM).
Django Ninja is a web framework for building APIs with Django and Python type hints. It is designed to be fast and easy to use thanks to asyncio and Pydantic.