Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

python 3(.7) support #56

@thierryba

Description

@thierryba

I had complained in the past that python 3 is not supported but with v2, I provided a patch and now with v3 it is broken again
among other things you can't do "import event" but "from . import event"
and then async is a keyword

File "..../python/lib/python3.7/site-packages/clever/apis/data_api.py", line 124
async=params.get('async'),
^
SyntaxError: invalid syntax

Everybody else is moving to python3. Are there any plans for clever?
At this point I need to go back to clever 2.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions