Michael Blahay

Results 15 comments of Michael Blahay

I like it. Not sure about the name, but it is an elegant solution to a common problem.

I just noticed there is no pull request. Are you planning on submitting one?

@mahmoud, Do you have any metrics on how many python2 installations versus python3 installations are using boltons?

I found the download metrics for the last 30 days. The vast majority are python 3.6 and above. 3.6 | 464325 |   3.7 | 245761 |   3.8 | 64091 |  ...

@moltenform, do you have the code available in a personal repo?

@moltenform, Do you plan on submitting pull requests to start integrating your work into boltons?

@rammy22 , what is the specific rule you are suggesting. I see a specific use case above, but you aren't really defining the new rule. I am guessing that you...

Here is a fairly simply way to accomplish what you desire: `list("".join(x) for x in itertools.product("ABC"', "123"))` You can also create a simply construct using map() to do the same...

@kurtbrose, when you say configurable type, are you looking for a version of product that can accept a transformation function?

@mahmoud , Should this be closed?