You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-fcm-django-1.0.12r1-1.lbn36.noarch
Django app for Firebase Cloud Messaging. Used as an unified platform for sending push notifications to mobile devices & browsers (android / ios / chrome / firefox / ...). Supports Firebase Cloud Messaging HTTP v1 API. If you're looking for the legacy API, use fcm-django<1! FCMDevice model fields registration_id (required - is FCM token) name (optional) active (default: true) user (optional) device_id (optional - can be used to uniquely identify devices) type ('android', 'web', 'ios') Functionality: all necessary migrations model admins for django admin admin actions for testing single and bulk notification sending automatic device pruning: devices to which notifications fail to send are marked as inactive devices marked as inactive will not be sent notifications Django rest framework viewsets
RPMPackage python3-emoji-2.14.1-1.lbn36.noarch
Full featured simple emoji library for Python. This project was inspired by kyokomi. The entire set of Emoji codes as defined by the unicode consortium is supported in addition to a bunch of aliases. By default, only the official list is enabled but doing emoji.emojize(use_aliases=True) enables both the full list and aliases.
RPMPackage python3-django-sns-view-0.1.2-1.lbn36.noarch
Django SNS View A drop in configurable django view that is used to subscribe and process AWS SNS messages. Installation .. code-block:: bash pip install django-sns-view Default Django Settings - .. code-block:: python SNS_CERT_DOMAIN_REGEX r"sns.[a-z0-9\-]+.amazonaws.com$" Regex to match on cert domain SNS_VERIFY_CERTIFICATE True Whether to verify signature against certificate SNSEndpoint Attributes -
RPMPackage python3-django-rest-polymorphic-0.1.10-1.lbn36.noarch
Django REST Polymorphic Polymorphic serializers for Django REST Framework.-- django-rest-polymorphic allows you to easily define serializers for your inherited models that you have created using django-polymorphic library.
RPMPackage python3-django-ratelimit-4.1.0-1.lbn36.noarch
Django Ratelimit provides a decorator to rate-limit views. Limiting can be based on IP address or a field in the request–either a GET or POST variable. Code: https:/github.com/jsocol/django-ratelimit License: Apache Software License 2.0; see LICENSE file Issues: https:/github.com/jsocol/django-ratelimit/issues Documentation: http:/django-ratelimit.readthedocs.io/
RPMPackage python3-django-polymorphic-3.1.0-1.lbn36.noarch
.. image:: Polymorphic Models for Django
RPMPackage python3-django-mirage-field-1.4.0-1.lbn36.noarch
django-mirage-field![]( [![Hits]( IntroduceA Django model fields collection that encrypt your data when save to and decrypt when get from database. It keeps data always encrypted in database. Base on AES, it supports query method like get() and filter() in Django.Mirage can also migrate data from origin column to encrypted column in database with a good performance.
RPMPackage python3-django-migration-linter-4.1.0-1.lbn36.noarch
Django migration linterDetect backward incompatible migrations for your Django project. It will save you time by making sure migrations will not break with a older codebase.[![Build Status]( [![codecov]( [![PyPI](
RPMPackage python3-django-log-request-id-2.1.0-1.lbn36.noarch
django-log-request-id **Django middleware and log filter to attach a unique ID to every log message generated as part of a request.****Author:** Jamie Matthews, [@j4mie]( Status]( [33031a43fc244539895fef70c433337e] myproject.apps.myapp.views: Doing something in a view DEBUG [33031a43fc244539895fef70c433337e] myproject.apps.myapp.forms: The form validated successfully! DEBUG...
RPMPackage python3-django-deprecate-fields-0.1.1-1.lbn36.noarch
Django - Deprecate Field[![PyPi]( [![License]( [![Contributing]( [![3yourminD- Careers]( [![Stars](
RPMPackage python3-django-dbconn-retry-0.1.7-1.lbn36.noarch
Django Database Connection Autoreconnect This library monkeypatches django.db.backends.base.BaseDatabaseWrapper so that when a database operation fails because the underlying TCP connection was already closed, it first tried to reconnect, instead of immediately raising an OperationException. Why is this useful? I use HAProxy as a load-balancer in front of my PostgreSQL databases all the time, sometimes in addition to pgbouncer. Even though you can mostly prevent surprises by enabling TCP keep-alive packets through tcpka, clitcpka and srvtcpka, I still encounter situations where the underlying TCP connection has been closed through the load-balancer. Most often this results in django.db.utils.OperationalError: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. This library patches Django such that it try to reconnect once before failing. Another application of this is when using Hashicorp Vault, where
RPMPackage python3-django-anymail-9.1-1.lbn36.noarch
Anymail: Django email integration for transactional ESPs .. This README is reused in multiple places: * Github: project page, exactly as it appears here * Docs: shared-intro section gets included in docs/index.rst quickstart section gets included in docs/quickstart.rst * PyPI: project page (via setup.py long_description), with several edits to freeze it to the specific PyPI release (see...
RPMPackage python3-django-amazon-ses-4.0.1-1.lbn36.noarch
django-amazon-ses A Django email backend that uses Boto 3 < to interact with Amazon Simple Email Service (SES) <
RPMPackage python3-django-add-default-value-0.10.0-1.lbn36.noarch
Django Add Default Value Django Migration Operation that can be used to transfer a field's default value to the database scheme.[![PyPi]( [![License]( [![Contributing]( [![3yourminD-Careers](
RPMPackage ruby-shadow-2.5.1-2.lbn36.x86_64
This module provides access to shadow passwords on Linux, OSX, FreeBSD, OpenBSD, and Solaris.
RPMPackage python3-zopfli-0.2.3-1.lbn36.x86_64
cPython bindings for zopfli.
RPMPackage python3-mkdocs-material-extensions-1.3.1-1.lbn36.noarch
MkDocs Material Extensions NOTE: This project is now deprecated as MkDocs for Material now implements this logic directly. Users should migrate to using mkdocs-material's material.extensions.emoji.twemoji and material.extensions.emoji.to_svg in place of the respective materialx.emoji.twemoji and materialx.emoji.to_svg functions provided by this library. Markdown extension resources for MkDocs for Material Install Generally, just installing MkDocs Material will automatically install mkdocs-material-extensions. But if you had a need to manually install it, you can use pip. pip install mkdocs-material-extensions But make sure you've also installed MkDocs Material as well as this won't work without it. pip install mkdocs-material Inline SVG Icons MkDocs Material provides numerous icons from Material, FontAwesome, and Octicons, but it does so by inlining the SVG icons into the source. Currently there is no easy way access these icons and arbitrarily insert them into Markdown content. Us
RPMPackage python3-mkdocs-material-9.5.44-1.lbn36.noarch
A powerful documentation framework on top of MkDocs Write your documentation in Markdown and create a professional static site for your Open Source or commercial project in minutes – searchable, customizable, more than 60 languages, for all devices. Check out the demo – squidfunk.github.io/mkdocs-material.   Silver sponsors Bronze sponsors Everything you would expect It's just Markdown Focus on the content of your documentation and create a professional static site in minutes. No need to know HTML, CSS or JavaScript – let Material for MkDocs do the heavy lifting for you. Works on all devices Serve your documentation with confidence – Material for MkDocs automatically adapts to perfectly fit the available screen estate, no matter the type or size of the viewing device. Desktop. Tablet. Mobile. All great. Made to measure Make it yours – change the colors, fonts, language, icons, logo, and more with a few lines of
RPMPackage python3-mkdocs-get-deps-0.2.0-1.lbn36.noarch
mkdocs-get-deps An extra command for MkDocs that infers required PyPI packages from plugins in mkdocs.yml. Installation:Alternatively through MkDocs itself: pip install mkdocs-get-deps pip install mkdocs This command guesses the Python dependencies that a MkDocs site requires in order to build. It simply prints the PyPI packages that need to be installed. In the terminal it can be combined directly with a pip install command, as per the last example below: Usage:Alternatively through MkDocs itself: mkdocs-get-deps mkdocs-get-deps > requirements.txt pip install $(mkdocs-get-deps) mkdocs get-deps mkdocs get-deps > requirements.txt pip install -r requirements.txt pip install $(mkdocs get-deps) The idea is that right after running this command, you can directly follow it up with mkdocs build and it will almost always "just work", without needing to think which dependenci
RPMPackage python3-mkdocs-autorefs-1.0.1-1.lbn36.noarch
mkdocs-autorefs Automatically link across pages in MkDocs. Installation With pip: python3 -m pip install mkdocs-autorefs Usage plugins: - search - autorefs In one of your Markdown files (e.g. doc1.md) create some headings: Link to [Hello, World!](#hello-world) on the same page. This is a normal link to an anchor. MkDocs generates anchors for each heading, and they can always be used to link to something, either within the same page (as shown here) or by specifying the path of the other page. But with this plugin, you can link to a heading from any other page on the site without needing to know the path of either of the pages, just the heading title itself. Let's create another Markdown page to try this, subdir/doc2.md: We can [link to that heading][hello-world] from another page too. This works the same as [a normal link to that heading](../doc1.md#hello-world). Linking to a heading without needing to know the destinatio