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.
django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun. It provides an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags.
This package provides a facility for configuring Django cache settings with a CACHE_URL environment variable.
django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.
This package provides a bootstrap4 template pack for python-django-crispy-forms.
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.
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.
This package provides a facility for configuring Django email backend settings from URLs.
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.
This package provides a facility for configuring Django Haystack applications with a SEARCH_URL variable.
This package provides a bootstrap3 template pack for python-django-crispy-forms.
A Django app that provides helper for generating JavaScript catalog to static files.
Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.
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.
This Django package allows you to utilize 12factor inspired environment variables to configure your Django application.
This package provides mappings for the PostgreSQL INET and CIDR fields for use in Django projects.
This package provides a Django extension to work with htmx.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing.
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.
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.
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).
This form field allows users to provide SVG images for models that use Django's standard ImageField, in addition to the image files already supported by it.