PrivatePandaCO groups the libraries and tools written by Parth Mittal (@ThePrivatePanda), one repository each. Research code and other projects live on his profile.
Libraries
- TypeKeeper: one decorator that checks Python function arguments against their type hints at runtime, including generics, unions,
Literal,TypedDictandProtocol. No dependencies, Python 3.9 to 3.14.pip install typekeeper - pyloggor: structured, coloured, column-aligned logging for Python. Writes ANSI codes directly, batches file writes on a background thread and flushes on exit.
pip install pyloggor
Not maintained
- KucoinPy: KuCoin API client over raw TLS sockets, with hand-written HTTP/1.1, a minimal WebSocket implementation and a pool of pre-connected sockets. Kept as a reference; not maintained.
- KucoinOBM: keeps a live local copy of KuCoin orderbooks from a snapshot plus streamed updates, re-syncs on its own, and announces changes over a UNIX socket. Built on KucoinPy. Not maintained.