bundesAPI / dip-bundestag-api

Bundestag: Dokumentations- und Informationssystem für Parlamentsmaterialien
https://dip.bundestag.api.bund.dev/
16 stars 2 forks source link

Broken integration with deutschland package on PyPI #13

Closed maximiliancw closed 1 year ago

maximiliancw commented 1 year ago

Hi all,

now that the issue related to boto3 is resolved, I'm running into another problem: running poetry add deutschland -E dip_bundestag seems to not be downloading/installing the de-dip-bundestag package. Therefore the usage example described here won't work.

As mentioned in my latest PR, I actually discovered two problems:

  1. The installation as extra of deutschland doesn't work. Installing the de-dip-bundestag package directly works, but provides an outdated client.
  2. Thus I assume that the GH action is not syncing with PyPI as intended, thus the generated client in the PyPI package differs from the one included in this repo

Of course, we could install directly from GH, but this is rather tedious and contradicts having an actual Python package on PyPI.

maximiliancw commented 1 year ago

Done: https://github.com/bundesAPI/dip-bundestag-api/pull/12