Metadata-Version: 2.2
Name: proby
Version: 0.0.13
Summary: A package to compute probailities of complex match structures.
Author-email: Marco Milanta <marco.milanta@gmail.com>
Project-URL: Homepage, https://github.com/mmilanta/probable-spork
Project-URL: Issues, https://github.com/mmilanta/probable-spork/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# proby
A python library to compute enhancing winning probability of matches composed of many smaller points. I.e. Tennis, Ping Pong, Volleybal, ...
## Compile to wasm
```
ecc proby/probycapi/algo.c \
    -o algo.js \
    -O3 \
    -s WASM=1 \
    -s EXPORTED_FUNCTIONS='["_prob", "_explen", "_malloc", "_free"]' \
    -s EXTRA_EXPORTED_RUNTIME_METHODS='["ccall", "cwrap"]'
```
