I have this working using the well-documented Pulp API[1] with basic auth. For my needs this approach will work fine.
I would be interested in hearing from someone who has implemented a large part of the Pulp API using our python bindings. Not having a PyPI package makes using the bindings non-obvious. -Aaron [1] http://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/index.html ----- Original Message ----- > I'm looking at writing a simple plugin to "Dock"[1] to upload images to a > pulp server. Does anyone have a "hello world" example using with the Pulp > Python bindings[2]? > > My initial look at the CLI admin client suggests this is a complex task. Any > guidance is much appreciated. > > [1] Dock: a simple python library for building docker images > https://github.com/DBuildService/dock > [2] https://github.com/pulp/pulp/tree/master/bindings/pulp/bindings > > _______________________________________________ > Pulp-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/pulp-list > _______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
