pip install paka.cmark==2.2.0

Very lightweight CFFI-based Python bindings to cmark library (CommonMark implementation in C).

Source

Commonly used with paka.cmark

Based on how often these packages appear together in public requirements.txt files on GitHub.

fdict

Easy out-of-core computing of recursive dict

guess_language-spirit

Guess the natural language of a text

seesaw

ArchiveTeam seesaw kit

unicode_tr

a python module to make unicode strings work as expected for turkish chars. solves the turkish "İ" problem.

bdd-tester

A very very basic BDD test runner

pystuck

pystuck.py is a utility for analyzing stuck python programs (or just hardcore debugging). in order to debug a python program (hence, the debugee), add this line anywhere at startup: import pystuck; pystuck.run_server(). this script is the client, once invoked it connects to the debuggee and prints the debugee's threads stack traces (good for most cases). in addition, it opens an ipython prompt with an rpyc connection that provides access to the debuggee's modules (good for inspecting variables).

Flask-RQ

RQ (Redis Queue) integration for Flask applications

Flask-StatsD

Access to statsd in your app.

wpull

Wget-compatible web downloader and crawler.

django-kdl-ldap

Django LDAP authentication for KDL

classeviva

Classe Viva Python API

SimpleAES

SimpleAES: encryption and decryption for mere mortals.

django-activecollab-digger

Django ActiveCollab application

weblate-fedora-messaging

Weblate Fedora Messaging integration

rhumba

An asynchronous job queue written in Twisted

orgparse

orgparse - Emacs org-mode parser in Python

cronex

This module provides an easy to use interface for cron-like task scheduling.

aeidon

aeidon is a Python package for reading, writing and manipulating text-based subtitle files. It is used by the gaupol package, which provides a subtitle editor with a GTK+ user interface.

contexttimer

A timer context manager measuring the clock wall time of the code block it contains.