maurycyp

Results 7 comments of maurycyp

Hi @thehesiod . FYI, there are a few doctests that handle some basic edge cases here: https://github.com/maurycyp/vincenty/blob/master/vincenty/__init__.py#L19 . The algorithm comes from Wikipedia (linked in the README) so there's nothing...

Hi @donal6343 , could you provide more info (OS, installation method, etc). I am able to install ethjsonrpc 0.2.7 from PyPI (`pip install ethjsonrpc`) and by cloning the repo and...

Constructor args implemented here https://github.com/ConsenSys/ethjsonrpc/commit/4f9e2f3ccbc8f24042ede643b02df76ff2766fa5 per this PR.

Hi @maxmalysh , thanks for this PR. I should have it tested, merged, and released this weekend. If I remember correctly, the main thing that was holding back Python3 support...

@ferret-guy Mark, are there any licensing issues we should be concerned about with regard to cutting and pasting this code?

I chose the Unlicense to avoid thinking about these issues. I suppose I could re-license--BSD or MIT may be better.

@emum8 I think you're referring to this issue: https://github.com/ConsenSys/ethjsonrpc/issues/5 .