Metadata-Version: 2.4
Name: scalpwerk
Version: 2.13.0
Summary: 
License-File: LICENSE
Author: Nils P. Kujath
Author-email: 63961429+NilsKujath@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: charts
Requires-Dist: fastapi (>=0.136.3,<0.137.0)
Requires-Dist: matplotlib (>=3.7) ; extra == "charts"
Requires-Dist: uvicorn (>=0.48.0,<0.49.0)
Requires-Dist: websockets (>=16.0,<17.0)
Description-Content-Type: text/markdown

# scalpwerk

Fast-paced trading infrastructure for Python.

## For Developers

### Broker Implementation

Broker implementations must emit `OrderAccepted` before any `Fill` for the same order,
otherwise fills would arrive before the strategy's working order tracking has the entry to update.

