S.Lott

Results 43 comments of S.Lott

http://www.naics.com/ You probably want both SIC as well as NAICS as more widely-used alternatives to the SCC Industry Codes. Having inspected the data available from SCC, NAICS and SIC, it's...

Something like this? | SCC Code | SCC Decription | SIC Code | SIC Description | | --- | --- | --- | --- | | 0 | GENERAL |...

This may be more helpful. ``` python - {scc_code: '00', scc_description: GENERAL, sic_code: '99', sic_description: Non-Classifiable Establishments} - {scc_code: '11', scc_description: ELECTRIC, sic_code: '49', sic_description: 'Electric, Gas, & Sanitary Services'}...

And this. Not sure where you want to offer this or how the results should be package. ``` python import yaml from collections.abc import Callable class File_Map: """ >>> with...

This is a feature request, really.

Black has (almost) no configuration, which is why it's widely used. We don't include a format check on this repository right now, but we will in the future. I need...

Fascinating. While the bash convention is optional arguments BEFORE positional arguments, it seems that we have space for more flexibility here. Also. This seems to suggest there's a more general...

Let me revise my comment after some thought. One. Line joining is a "transformation" not really formatting. Further, it's `lambda txt: " ".join(txt.splitlines())`. Something that's configurable and can be defined...

I added `import sys; print(sys.version_info)` to the demo code shown above. ``` Using Python 3.13.0 environment at: issue80 Resolved 8 packages in 790ms Built cel-python @ file:///Users/slott/github/local/cel-python Prepared 5 packages...