Osheen MacOscar builds a package:
In this blog series (this and the next blog) I am going to demonstrate how to use Poetry to create a Python package, set up testing infrastructure and install it. I am going to be creating a wrapper around the Fantasy Premier League API and creating a function which can create a weekly league table.
This is a straightforward example of how to create a new Python package and add a function call to it.
Leave a Comment