Monday, June 8, 2020

PSF GSoC students blogs: Week #2

<meta name="uuid" content="uuid1f6vT3Xd98b4"><meta charset="utf-8">

What did you do this week?

DFFML can now make dataflows out of arbitrary python functions, this week I changed the current ffmpeg example to use these new changes. I also added flow attribute to the dataflow create CLI command so that the input flow can now be modified. Support to receive and verify secrets from GitHub webhook was added. I also updated theses changes in the documentation of ffmpeg example usage.

 

What is coming up next?

I'll be adding new dataflow tutorial's covering specific areas and use cases.

 

Did you get stuck anywhere?

There were certain places where I had to discuss with the community to make suitable changes, the weekly meetings helped a lot in this regard.

 

Thanks for reading!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...