ENZYME-APD / tapir-archicad-automation

The easiest way to use the JSON/Python API from Archicad without knowing how to code.
MIT License
57 stars 17 forks source link

Renaming folders not to contain hypen #175

Closed runxel closed 2 weeks ago

runxel commented 2 months ago

I'd like to see the folders being renamed so they don't contain the minus/hypen -any more. Instead we should use underscores like this: "python-package" becomes "python_package".

Python e.g. doesn't accept hyphens in relative imports:

grafik

There might be more circumstances where the hyphen is a big hinderance.

tlorantfy commented 2 weeks ago

Python package is obsoleted, we won't change it anymore.