Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency stringcase seems to be unmaintained #1655

Open
pierrecamilleri opened this issue Apr 29, 2024 · 0 comments
Open

Dependency stringcase seems to be unmaintained #1655

pierrecamilleri opened this issue Apr 29, 2024 · 0 comments

Comments

@pierrecamilleri
Copy link

pierrecamilleri commented Apr 29, 2024

Context

Frictionless has stringcase as a dependency.

From what I can see, it is used for conversion of strings to snakecase or camelcase.

Issue

The stringcase dependency seems not maintained anymore.

It triggers for instance DepreciationWarnings :

python3.9/site-packages/stringcase.py:247: DeprecationWarning: invalid escape sequence \W
return re.sub("\W+", "", string)

Proposition

I would either remove the dependency and include all code to perform this in frictionless-py, or use the Casefy alternative replacement of this library.

Do you have a preferred option? I can propose a Pull Request.

@pierrecamilleri pierrecamilleri changed the title Dependency stringcase seem to be unmaintained Dependency stringcase seems to be unmaintained Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant