Personal tools
Skip to content. | Skip to navigation
This is a metapackage bringing in idna2008 extras requires for python3-rfc3986. It makes sure the dependencies are installed.
This module provides regular expressions according to RFC 3986 "Uniform Resource Identifier (URI): Generic Syntax" <http://tools.ietf.org/html/rfc3986> and RFC 3987 "Internationalized Resource Identifiers (IRIs)" <http://tools.ietf.org/html/rfc3987>, and utilities for composition and relative resolution of references. This package includes the Python 3 version of the module.
python-route53 :Info: A Python 2.7/3.x compatible Route53 module. :Author: Greg TaylorThe python-route53 Python package is a simple Python 3 compatible API for Amazon's Route 53_.Why not boto? -boto_ is a wonderful piece of software, one that I continue to contribute to. However, we needed a Python 3 compatible route53 module, and boto has a long way to go on this front.I've also taken what I...
A Python module for semantic versioning. Simplifies comparing versions.
|Tests Badge| |codecov| |Python Versions| |PyPI Version| |Docker Badge| |Email Notifications Badge| |MIT licensed| |Twitter Follow| |GitHub contributors| |Open Source Helpers|**This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via Python.****NEW:****The default branch name for this repository has been changed to main as of 07/27/2020.**- Subscribe to email...
Use this package if you want to verify that a PyCA cryptography certificate is valid for a certain hostname or IP address, or if you use pyOpenSSL and don’t want to be MITMed, or if you want to inspect certificates from either for service IDs. service-identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service-identity implements RFC 6125 fully.
This is a metapackage bringing in idna extras requires for python3-service-identity. It makes sure the dependencies are installed.
🎰 Slotscheck :target:
Python Slugify A Python slugify application that handles unicode. Overview Best attempt to create slugs from unicode strings while keeping it DRY. Notice This module, by default installs and uses text-unidecode (GPL & Perl Artistic) for its decoding needs. However, there is an alternative decoding package called Unidecode (GPL). It can be installed as python-slugify[unidecode] for those who prefer it. Python Versions & Official Support Python 2.7 <-> python-slugify < 5.0.0 Python 3.6+ <-> python-slugify >= 5.0.0 Python 3.7+ <-> python-slugify >= 7.0.0 How to install easy_install python-slugify |OR| easy_install python-slugify[unidecode] -- OR -- pip install python-slugify |OR| pip install python-slugify[unidecode] Options def slugify( text, entities=True, decimal=True, hexadecimal=True, max_length=0, word_boundary=False, separator='-', save_order=False, stopwords=(), regex_pattern=None, lowercase=True, replacements=(), allow_uni