Python IPFS API library maintenence

From what I see the current version of Python IPFS API client library doesn’t support pubsub and some other things that have been added in the last few months.

Also when tests are ran against go-ipfs v0.4.9 they fail.

Should I try to update the tests to run against latest version and implement support for things recently added to go-ipfs (pubsub etc.) or is someone currently working or planning to work on it?

@TheKysek Thank you for checking this out and for offering to update the tests.

I recommend posting this question as an issue on https://github.com/ipfs/py-ipfs-api/issues – the maintainers of that repo might not be following discuss.ipfs.io. The IPFS core team only maintain the Go and JavaScript implementations.

My guess: PRs are always welcome. If you have ideas for how to improve that code base, the maintainers will probably be happy to see it.