tibersam

Results 4 issues of tibersam

Currently it installs 0.5.8 if python3.11 is installed (as currently on debian sid). Is there a reason for the upper limit?

In the debian sources, some packages, which are prepended with py e.g.: pyyaml have the py stripped (pyyaml -> python3-yaml). This PR tries to account for such situations.

Hi all, Thank you for your work on oatpp. In my Application i am analyzing the provided Content-Type Header attribute during a multipart/form-data post request of the overall request and...

This PR implements some parts of #29. It adds three tests: * Unittest of analysisfunctions used in other tests * Test of different inputs into python worker * Test of...