encointer / encointer-node

encointer node and cli client
Apache License 2.0
23 stars 8 forks source link

properly bundle python stuff for easier re-use elsewhere #271

Closed clangenb closed 1 year ago

clangenb commented 2 years ago

I would like to use some scripts in other repositories for integration testing, but currently this basically means that we need to check out the repository, as the python scripts are not standalone.

We should at least reorg the python stuff into a cohesive directory, which we can upload as an artefact and then re-use. We might even want to build a python wheel for that.

clangenb commented 1 year ago

I would say this is mitigated, as we have a client docker image, which contains all the python stuff now. The python stuff can't be completely standalone anyhow; it always needs the rust-client