Personal tools
Skip to content. | Skip to navigation
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 -
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.
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
Python extension that wraps protocol parsing code in hiredis. It primarily speeds up parsing of multi bulk replies.
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete Python implementation of the Markdown spec. For information about markdown itself, see http://daringfireball.net/projects/markdown/
Recurring ICal events for Python :alt: Downloads from Pypi
See README at
The Twilio REST SDK simplifies the process of making calls using the Twilio REST API. The Twilio REST API lets to you initiate outgoing calls, list previous calls, and much more.
Microsoft Kiota Abstractions Library for Python The Microsoft Kiota abstractions library for Python is the python package defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition. A Kiota generated project will need a reference to the abstraction package to build and run. Read more about Kiota here. Using the Abstractions Library In order to use this library, install the package by running: pip install microsoft-kiota-abstractions Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions prov
Microsoft Kiota Authentication Azure Library for Python The Microsoft Kiota Authentication Azure Library is an implementation to authenticate HTTP requests using @azure/identity. A Kiota generated project will need a reference to an authentication provider to make calls to an API endpoint. Read more about Kiota here. Using the Microsoft Kiota Authentication Azure library In order to use this library, install the package by running: pip install microsoft-kiota-authentication-azure Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https:/cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provi