1
0
Fork
You've already forked prb.py
0
A parser for *.prb files, that are used by "Delphi for Fun" Logic Problem Solver by Gary Darby.
Python 63.8%
Jupyter Notebook 36.2%
Find a file
2023年10月17日 01:02:32 +03:00
.ci Initial commit 2023年10月17日 01:02:32 +03:00
.github Initial commit 2023年10月17日 01:02:32 +03:00
tests Initial commit 2023年10月17日 01:02:32 +03:00
.editorconfig Initial commit 2023年10月17日 01:02:32 +03:00
.gitignore Initial commit 2023年10月17日 01:02:32 +03:00
.gitlab-ci.yml Initial commit 2023年10月17日 01:02:32 +03:00
Code_Of_Conduct.md Initial commit 2023年10月17日 01:02:32 +03:00
MANIFEST.in Initial commit 2023年10月17日 01:02:32 +03:00
prb.py Initial commit 2023年10月17日 01:02:32 +03:00
pyproject.toml Initial commit 2023年10月17日 01:02:32 +03:00
ReadMe.md Initial commit 2023年10月17日 01:02:32 +03:00
tutorial.ipynb Initial commit 2023年10月17日 01:02:32 +03:00
UNLICENSE Initial commit 2023年10月17日 01:02:32 +03:00

prb.py Unlicensed work

(削除) wheel (GHA via nightly.link) (削除ここまで) (削除) GitHub Actions (削除ここまで) N∅ dependencies Libraries.io Status Code style: antiflash

A parser for *.prb files, that are used by "Delphi for Fun" Logic Problem Solver by Gary Darby. The archives with the tool contain quite some pre-formalized examples, that may be used in future to test this library.

See ./tutorial.ipynb NBViewer for the docs.