WHAT DID I DO THIS WEEK?
This week, I was doing lot's of research on some issues regarding the python 32bit and 64bit build. Interesting to know that in the requirements.txt file, you can not specify if the host computer is a 64bit or 32bit. Though it provides some useful enviromental markers like sys_platform, they all return win32. So right now, I am working in collaboration with my mentors on a workaround. I came up with a solution which works but still waiting for feedback from my mentors. Secondly, I have 3 pull requests open #133, #132, #125, #127 that are on the verge of being merged
WHAT I PLAN TO DO THIS WEEK?
I plan to get these pull requests #133, #132, #125, #127 merged by the end of the week and also start working on the final phase of my proposal, which is the automatic deployment to PyPi via GH actions