piker/piker
Tyler Goodlet 765b8f8e5c Support both input msg-sequence types
The legacy version was a `dict` of `dicts` vs. now we want to be handed
a `list[FeedInit]`; process both in a factored way.

Drop `FeedInit.bs_mktid` since it's already defined on `.mkt.bs_mktid`
and we don't really need it top level.
2023-05-09 14:49:26 -04:00
..
accounting `.accounting`: Use `_fqme()` throughout and export decimal converters 2023-05-09 14:49:26 -04:00
brokers ib: make `stream_quotes()` compat with new init msg bare-minimums 2023-05-09 14:49:26 -04:00
clearing `._paper_engine`: right, load `MktPair` in `fqme is not None` usage 2023-05-09 14:49:26 -04:00
cli Move all docker and external db code to `piker.service` 2023-03-09 15:37:42 -05:00
data Support both input msg-sequence types 2023-05-09 14:49:26 -04:00
fsp Use more "hierarchical" schema for fsp shm segment names 2023-05-09 14:49:26 -04:00
service Drop `loglevel` from `spawn_args` inputs to `maybe_spawn_daemon()` 2023-05-09 14:49:26 -04:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
ui Port oustanding parts of codebase to `unpack_fqme()` 2023-05-09 14:49:26 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Start `piker.service` sub-package 2023-03-09 15:37:42 -05:00
_cacheables.py Another `@acm` in `._cacheables` XD 2023-05-09 14:49:26 -04:00
_profile.py Make profiler work when nested and not? 2023-02-13 12:27:58 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Rework `.config` routines to use `pathlib.Path` 2023-05-09 14:49:26 -04:00
log.py Doc string and types bump in loggin mod 2023-03-09 15:37:42 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00