piker/piker/accounting
Tyler Goodlet b1ef549276 Move `broker_init()` into `brokers._daemon`
We might as well start standardizing on `brokerd` init such that it can
be used more generally in client code (such as the `.accounting.cli`
stuff).

Deats of `broker_init()` impl:
- loads appropriate py pkg module,
- reads any declared `__enable_modules__: listr[str]` which will be
  passed to `tractor.ActorNursery.start_actor(enabled_modules=<this>)`
- loads the `.brokers._daemon._setup_persistent_brokerd

As expected the `accounting.cli` tools can now import directly from this
new location and use the common daemon fixture definition.
2023-06-27 13:42:08 -04:00
..
__init__.py Add a "perpetual_future" mkt info type 2023-06-27 13:42:08 -04:00
_allocate.py Drop `Symbol` / `.symbol` support from `.accounting` 2023-05-24 15:26:51 -04:00
_ledger.py Drop `Symbol` / `.symbol` support from `.accounting` 2023-05-24 15:26:51 -04:00
_mktinfo.py Split out crypto$ derivs into separate type set 2023-06-27 13:42:08 -04:00
_pos.py Drop `Symbol` / `.symbol` support from `.accounting` 2023-05-24 15:26:51 -04:00
cli.py Move `broker_init()` into `brokers._daemon` 2023-06-27 13:42:08 -04:00