Reverse Dependencies of cs.py.func
The following projects have a declared dependency on cs.py.func:
- cs.app.mklinks — Tool for finding and hardlinking identical files.
- cs.app.myke — my make program; parallel make tool with superior expression syntax
- cs.app.portfwd — Manage persistent ssh tunnels and port forwards.
- cs.debug — Assorted debugging facilities.
- cs.excutils — Convenience facilities for managing exceptions.
- cs.iso14496 — Facilities for ISO14496 files - the ISO Base Media File Format, the basis for several things including MP4 and MOV.
- cs.later — Queue functions for execution later in priority and time order.
- cs.lex — Lexical analysis functions, tokenisers, transcribers: an arbitrary assortment of lexical and tokenisation functions useful for writing recursive descent parsers, of which I have several. There are also some transcription functions for producing text from various objects, such as `hexify` and `unctrl`.
- cs.logutils — Logging convenience routines.
- cs.pfx — Easy context prefixes for messages.
- cs.progress — A progress tracker with methods for throughput, ETA and update notification; also a compound progress meter composed from other progress meters.
- cs.resources — Resource management classes and functions.
- cs.result — Result and friends: various subclassable classes for deferred delivery of values.
- cs.sqlalchemy-utils — Assorted utility functions to support working with SQLAlchemy.
- cs.taskqueue — A general purpose Task and TaskQueue for running tasks with dependencies and failure/retry, potentially in parallel.
- cs.threads — threading and communication/synchronisation conveniences
1