piker/piker
Tyler Goodlet 7b3d724908 Rework `.config` routines to use `pathlib.Path`
Been meaning to do this port for a while and since it makes passing
around file handles (presumably alongside the in mem obj form) a lot
simpler/nicer and the implementations of all the config file handling
much more terse with less presumptions about the form of filename/dir
`str` values all over the place B)

moar technically, let's us:
- drop remaining `.config` usage of `os.path`.
- return `Path`s from most routines.
- adds a special case to `get_conf_path()` such that if the input name
  contains a `pps.` pattern, we avoid validating the name; this is going
  to be used by new `.accounting.open_pps()` code which will instead
  write a separate TOML file for each account B)
2023-05-09 14:49:26 -04:00
..
accounting Move `.clearing._allocate` -> `accounting._allocate` 2023-05-09 14:49:26 -04:00
brokers `ib`: only process ledger-txs once per client 2023-05-09 14:49:26 -04:00
clearing Move `.clearing._allocate` -> `accounting._allocate` 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 Drop more `Optional` usage on our `Struct` 2023-05-09 14:49:25 -04:00
fsp Drop `Symbol.front_fqsn()` usage from chart, fsp and clearing stuff 2023-05-09 14:49:25 -04:00
service Drop `Optional` use from daemon mod 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 Move `.clearing._allocate` -> `accounting._allocate` 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 Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05: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