Reverse Dependencies of cs.result
The following projects have a declared dependency on cs.result:
- 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.cache — A few caching data structures and other lossy things with capped sizes.
- 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.fileutils — My grab bag of convenience functions for files and filenames/pathnames.
- 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.queues — Queue-like items: iterable queues, channels, etc.
- cs.resources — Resource management classes and functions.
- cs.taskqueue — A general purpose Task and TaskQueue for running tasks with dependencies and failure/retry, potentially in parallel.
- cs.timeseries — Efficient portable machine native columnar file storage of time series data for double float and signed 64-bit integers.
1