Reverse Dependencies of cs.logutils
The following projects have a declared dependency on cs.logutils:
- cs.app.dlog — Log a line in my daily log.
- 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.osx.objc — Convenience facilities for working with pyobjc (MacOSX Objective C facilities). See also: https://pyobjc.readthedocs.io/en/latest/index.html
- cs.app.osx.plist — Some simple MacOS plist facilities. Supports binary plist files, which the stdlib `plistlib` module does not.
- cs.app.osx.spaces — Access to the MacOS X display spaces.
- cs.app.playon — PlayOn facilities, primarily access to the download API. Includes a nice command line tool.
- cs.app.portfwd — Manage persistent ssh tunnels and port forwards.
- cs.app.svcd — SvcD class and "svcd" command to run persistent service programmes.
- 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.csvutils — CSV file related facilities
- cs.debug — Assorted debugging facilities.
- 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.ffmpegutils — Convenience facilities for using FFmpeg (ffmpeg.org), with invocation via `ffmpeg-python`.
- 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.hashindex — A command and utility functions for making listings of file content hashcodes and manipulating directory trees based on such a hash index.
- 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.mappings — Facilities for mappings and objects associated with mappings.
- 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.py.doc — Create documentation from python modules and other objects.
- cs.queues — some Queue subclasses and ducktypes
- cs.range — a Range class implementing compact integer ranges with a set-like API, and associated functions
- cs.service-api — ServiceAPI, a base class for APIs which talk to a service, typically a web service via HTTP.
- cs.splink — Assorted utility functions for working with data downloaded from Selectronics' SP-LINK programme which communicates with their solar inverter controllers.
- 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.timeseries — Efficient portable machine native columnar file storage of time series data for double float and signed 64-bit integers.
- cs.urlutils — convenience functions for working with URLs
1