stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
140 stars 43 forks source link

Refactored jsonpointer.py, added tox.ini #11

Closed thekafkaf closed 6 years ago

thekafkaf commented 9 years ago

And fixed most of flake8 errors(except 'lines too long' errors where its ok) I would review this pr not unified :) Hope it helps!

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 7a4071ae03c10ce4bf158d1fed52cca11e09b247 on thekafkaf:refactoring into 490c7a25147b0674fc0234d0462726595bd4fd87 on stefankoegl:master.

thekafkaf commented 9 years ago

Thanks for the feedback, I'll get on to fixing everything.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 6e64a22dc7d8564ceaa399bb2e97765e2e70d270 on thekafkaf:refactoring into 490c7a25147b0674fc0234d0462726595bd4fd87 on stefankoegl:master.

stefankoegl commented 6 years ago

Merged - thanks :)