Metadata-Version: 2.4
Name: scalpwerk
Version: 1.8.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
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.

