AlexHarker / FrameLib

A library for arbitrary-rate arbitrary-size frame processing
BSD 3-Clause "New" or "Revised" License
74 stars 9 forks source link

[Enhance] Module Free Python #87

Closed jamesb93 closed 2 years ago

jamesb93 commented 2 years ago

This PR reworks the py code so that there is no pip install required.

I've also opted in the same pass to move the yaml file to a JSON file which removesa dependency needed in Python.

As a result the code is much more portable and has less steps to run it

AlexHarker commented 2 years ago

Merged to temporary branch to enable testing and checks. Thanks!

AlexHarker commented 2 years ago

Now merged onto develop with some small fixes. Thanks again.