SPB Git forge

spb/hfmarketdata

Public

Open high-frequency market data platform — FirstRate full-history downloader, DuckDB/Parquet lake, open REST API and React docs platform (www.hfmarketdata.io)

127commits 1branches 0releases
24.7 MBsize
maindefault branch
11 days agolast push
JavaScript 53.7% Python 38.3% CSS 4.6% TypeScript 3.1%
212 B · 10 lines ini
Raw Blame History
1[pytest]2testpaths = tests3pythonpath = hfmarketdata/api4asyncio_mode = auto5markers =6    slow: timing-sensitive checks (deselect with -m "not slow")7filterwarnings =8    ignore::DeprecationWarning9addopts = -q10