Reverse Dependencies of cs.threads
The following projects have a declared dependency on cs.threads:
- cs.app.myke — my make program; parallel make tool with superior expression syntax
- cs.app.playon — PlayOn facilities, primarily access to the download API. Includes a nice command line tool.
- cs.cmdutils — Convenience functions for working with the cmd stdlib module, the BaseCommand class for constructing command line programmes, and other command line related stuff.
- cs.configutils — Utility functions and classes for .ini style configuration files.
- cs.ebooks — Utilities and command line for working with EBooks. Basic support for talking to Apple Books, Calibre, CBZ, Kindle, Kobo, Mobi, PDF. These form the basis of my personal Kindle/Kobo/Calibre workflow.
- cs.fileutils — My grab bag of convenience functions for files and filenames/pathnames.
- cs.fstags — Simple filesystem based file tagging and the associated `fstags` command line script.
- 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.packetstream — general purpose bidirectional packet stream connection
- cs.pop3 — POP3 stuff, particularly a streaming downloader and a simple command line which runs it.
- 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.sqltags — Simple SQL based tagging and the associated `sqltags` command line script, supporting both tagged named objects and tagged timestamped log entries.
- cs.tagset — Tags and sets of tags with __format__ support and optional ontology information.
- cs.taskqueue — A general purpose Task and TaskQueue for running tasks with dependencies and failure/retry, potentially in parallel.
- cs.upd — Single and multiple line status updates with minimal update sequences.
- cs.urlutils — convenience functions for working with URLs
1