Skip to content

Conversation

akx
Copy link

@akx akx commented Aug 6, 2024

Inspired by this question – one shouldn't need distutils/setuptools just to see if a string feels truthy.

The set of truthy-feeling strings was borrowed from setuptools.

Fixes #2091.

@CLAassistant
Copy link

CLAassistant commented Aug 6, 2024

CLA assistant check
All committers have signed the CLA.

@akx akx force-pushed the drop-distutils-dep branch from b1e6de6 to e1abfd6 Compare August 26, 2024 09:46
Copy link

Copy link

@Swastik-SQED
Copy link

strtobool is also used in env_helper.py and should also be replaced,
https://github.com/sodadata/soda-core/blob/main/soda/core/soda/common/env_helper.py#L4

It would be great if this PR can also address env_helper

@akx
Copy link
Author

akx commented Jul 22, 2025

@Swastik-SQED Sure – this PR is open for maintainers to edit as they see fit. That file was added 2 months ago, this PR was created nearly a year ago... I didn't have a crystal ball at that point :)

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

Successfully merging this pull request may close these issues.

distutils is deprecated. distutils.util.strtobool needs replacement.
4 participants