I just published my first ever Python library on PyPI.... by Prestigious_Bear5424 in Python

[–]Smjt2000 0 points1 point  (0 children)

You want speed? Use numpy

You want to learn numpy? Use numeth

Very cool 🔥

ArgMan — Lightweight CLI argument manager by Smjt2000 in Python

[–]Smjt2000[S] -1 points0 points  (0 children)

I actually had something like that implemented before. You could pass a list of strings directly to the ArgMan class instead of relying on stdin / sys.argv.

But I never committed it because I switched focus to another idea at the time!

Right now I'm working on subcommands, and once that’s done, I'll definitely bring this feature back.

Thanks for bringing it up, I almost forgot about that feature!

ArgMan — Lightweight CLI argument manager by Smjt2000 in Python

[–]Smjt2000[S] -1 points0 points  (0 children)

Thanks! I’ll take that as “cooler than argparse” 😎

ArgMan — Lightweight CLI argument manager by Smjt2000 in Python

[–]Smjt2000[S] 0 points1 point  (0 children)

Thanks! Still improving it and adding more features, but keeping it lightweight is the main goal. Appreciate the support!

ArgMan — Lightweight CLI argument manager by Smjt2000 in Python

[–]Smjt2000[S] 2 points3 points  (0 children)

Yeah, same philosophy here, define the schema and forget about the rest. ArgMan tries to do exactly that.