aromanovich / jsl

A Python DSL for describing JSON schemas
http://jsl.readthedocs.org/
Other
218 stars 21 forks source link

Python 3 support #1

Closed playpauseandstop closed 9 years ago

playpauseandstop commented 9 years ago

Ported JSL to Python 3.3 and 3.4 as jsonschema supports only these Python 3 versions (and I'm not sure that it's still a necessary to port libraries to Python 3.2 at all)

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.09%) to 97.72% when pulling d683f75681d4969dcdca0db057c78c91c865c766 on playpauseandstop:master into 6fb9f3778cbf1d79726602cd39989b4f98e85916 on aromanovich:master.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.09%) to 97.72% when pulling d683f75681d4969dcdca0db057c78c91c865c766 on playpauseandstop:master into 6fb9f3778cbf1d79726602cd39989b4f98e85916 on aromanovich:master.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.09%) to 97.72% when pulling d683f75681d4969dcdca0db057c78c91c865c766 on playpauseandstop:master into 6fb9f3778cbf1d79726602cd39989b4f98e85916 on aromanovich:master.

aromanovich commented 9 years ago

Thanks! :) I've uploaded a new version with your changes on PyPI.

I expect jsonschema to be added to the JSL requirements (currently it does not have any) a few versions later, so yeah, let's not start supporting Python 3.2.