Hero Image

Bibliotekariens första PyPI-paket

As I write my migration scripts to FOLIO, I've started copying way too much code between the different scripts. Especially when it comes to the interaction with FOLIO itself.

It's been about time to move these things to their own package so that all scripts can use the same code, and today I hit it off.

I followed the guide How to upload your python package to PyPi and it worked really well.

So, now anyone who needs a wrapper of FOLIO's APIs can go to PyPi and download the FolioClient package. The idea going forward is not to have to define all endpoints, but instead go on the RAML files and download them more dynamically. But, we'll see.