piker/piker
Tyler Goodlet 897c20bd4a Moar `.accounting` tweaks
- start flipping over internals to `Position.cumsize`
- allow passing in a `_mktmap_table` to `Account.update_from_ledger()`
  for cases where the caller wants to per-call-dyamically insert the
  `MktPair` via a one-off table (cough IB).
- use `polars.from_dicts()` in `.calc.open_ledger_dfs()`. and wrap the
  whole func in a new `toolz.open_crash_handler()`.
2023-07-21 23:48:53 -04:00
..
accounting Moar `.accounting` tweaks 2023-07-21 23:48:53 -04:00
brokers ib: more fixes to try and get positioning correct.. 2023-07-19 16:46:36 -04:00
clearing Adjust `.clearing._paper_engine.norm_trade()` to new sig 2023-07-15 17:35:41 -04:00
cli Add explicit `piker.cli` logger name for `pikerd` 2023-06-27 13:42:08 -04:00
data Allow disabling symcache load via kwarg as well 2023-07-20 15:27:46 -04:00
fsp Start `piker.toolz` subpkg for all our tooling B) 2023-07-20 15:23:01 -04:00
service Add marketstore client as storage-backend module 2023-06-27 13:41:47 -04:00
storage Start `piker.toolz` subpkg for all our tooling B) 2023-07-20 15:23:01 -04:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
toolz Start `piker.toolz` subpkg for all our tooling B) 2023-07-20 15:23:01 -04:00
ui Start `piker.toolz` subpkg for all our tooling B) 2023-07-20 15:23:01 -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 Move `._cacheables.open_cached_client()` into `.brokers` pkg mod 2023-06-27 13:41:47 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Drop `config` get/set/del apis.. 2023-07-12 08:45:55 -04:00
log.py Move `.accounting` related config loaders to subpkg 2023-06-27 13:42:08 -04:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00