alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 807 forks source link

Rename Python `aliceVision` module into `pyalicevision` #1667

Closed cbentejac closed 4 months ago

cbentejac commented 4 months ago

Description

This PR renames the Python module aliceVision to pyalicevision: this prevents ambiguous imports (e.g. in Meshroom, if the import is made from a node that is located in the "aliceVision" folder), fixes issues with Windows (the target "aliceVision" already exists in the CMakeLists, and the VS solution cannot have two targets with the same name), and complies with PEP8 rules for the naming of modules.