Reverse Dependencies of cs.obj
The following projects have a declared dependency on cs.obj:
- 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.debug — Assorted debugging facilities.
- cs.delta — Utility functions around state changes.
- 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.fs — Assorted filesystem related utility functions, some of which have been bloating cs.fileutils for too long.
- 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.queues — Queue-like items: iterable queues, channels, etc.
- cs.resources — Resource management classes and functions.
- 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.upd — Single and multiple line status updates with minimal update sequences.
1