- _core - holds the core.dll or core.so file
- _engines - holds the Python3 built-in packages
- _libs - holds Source.Python's Python-side API
One change that is definitely going to be made is _libs will be made _packages, as we more use packages with modules instead of all-in-one libraries. We are also considering adding a special packages directory to be used for helper packages created by the community. I'm not sure what to call this, but _custom_packages is one option. That stems from this thread:
http://www.sourcepython.com/showthread.php?202-k2tools-General-purpose-libary-package-WIP-SVN&p=1966&viewfull=1#post1966
The biggest change, though, that we are considering, is adding a folder for the scripts to go into. We can call that folder any of the following:
- addons
- scripts
- plugins
If you prefer one of these, or none of them, please let us know. If you have a better suggestion as to what to call it, please post that here, as well. If we end up creating this folder change, all of the leading underscores will be removed from the other directories.
Let us know your thoughts on all of this. Thanks,
Satoon