uap-python icon indicating copy to clipboard operation
uap-python copied to clipboard

Make the API more pythonic (snake_case function names)

Open ThiefMaster opened this issue 4 years ago • 1 comments

Right now the whole API is using CamelCase which is extremely unpythonic. It would be nice if you could add snake_case alternatives, or even deprecated the old ones and eventuallt remove them.

ThiefMaster avatar May 08 '21 09:05 ThiefMaster

That matches my sensibilities, plus since the namespacing is a bit odd it should be easy to put a new API at the root of uap_python. I'll have to familiarise myself with the feature coverage (what's a useful part of the API, what's just incidental, ...) and get the project in a better shape before working on that though.

masklinn avatar Apr 26 '22 18:04 masklinn

Finally stopped putting off the merging of the new API so closing this, though it's quite far from release yet.

masklinn avatar Feb 06 '24 19:02 masklinn