Kronuz/pyScss

Status of this project?

chrisjsewell opened this issue · 5 comments

I'm a bit confused by the status of this project?

There has been commits this year, and yet a glaring issue #376, with two open PR fixes (#381 and #403), has gone unfixed for a while now.
This makes me hesitant to adopt this generally great project as a dependency.

If you are finding it hard to devote time to this, would you be interested in help on maintenance?

thanks for the merges @e0ne 😄
I hope this will be shortly preceded by a new version release 😬

Although I did create one more PR to fix a deprecation warning #411, which would be nice to go in.

There is another one that needs fixing, but involves a little more thought to update to getfullargspec:

scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
    argspec = inspect.getargspec(function)

Just a friendly reminder that a new release would be welcome. I especially look forward to having less deprecation warnings, having fixed lots of them myself in the Plone project, which uses pyScss.
But no pressure: this is volunteer work.

This ticket is almost one year old. As far, as I can see, the status of this project is still kind of unclear. I am also stumbling about DeprecationWarnings in Plone projects.

I am currently using libsass-python. But the libsass project is deprecated.
dart-sass is the latest implementation of sass. But I didn't find any python library which uses it.
Is this project reliable to use?