Personal tools
Skip to content. | Skip to navigation
This is a metapackage bringing in widechars extras requires for python3-tabulate. It makes sure the dependencies are installed.
Python implementation of Tarjan's algorithm Tarjan's algorithm takes as input a directed (possibly cyclic!) graph and returns as output its strongly connected components in a topological order.Example.. code:: >>> tarjan({1:[2],2:[1,5],3:[4],4:[3,5],5:[6],6:[7],7:[8],8:[6,9],9:[]}) [[9], [8, 7, 6], [5], [2, 1], [4, 3]]Uses Cyclic dependencies In various cases, dependencies might be cyclic and...
Dictionary where __getitem__() is run through Jinja2 template.
Objects and routines pertaining to date and time (tempora).
This is a Tornado websocket backend for the term.js Javascript terminal emulator library.
Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the filesystem, and tools for mocking system commands and recording calls to those.
testresources: extensions to python unittest to allow declarative use of resources by test cases.Copyright (C) 2005-2013 Robert Collins <robertc@robertcollins.net> Licensed under either the Apache License, Version 2.0 or the BSD 3-clause license at the users choice. A copy of both licenses are available in the project source as Apache-2.0 and BSD. You may not use this file except in compliance...
text-unidecode is the most basic port of the Text::Unidecode Perl library.
.. NOTES FOR CREATING A RELEASE:.. * bumpversion {major|minor|patch} .. * git push && git push --tags .. * twine upload -r textract dist/* .. * convert into release Extract text from any document. No muss. No fuss.Full documentation <>__.|Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status| |Updates| |Stars| |Forks|.. |Build Statu .. |Version| image::
.. _the-fuck-versionversion-badgeversion-link-build-statusworkflow- badgeworkflow-link-coveragecoverage-badgecoverage-link-mit-licenselicense- badge: The Fuck |Version| |Build Status| |Coverage| |MIT License| ========================================================== *The Fuck* is a magnificent app, inspired by a [@liamosaur](https://twitter.com/liamosaur/) `tweet...