Naming of packages #401
-
The naming convention for most packages: autora-contribution_type-contribution_name.
Option 1: When installing this package directly via pip, the user would have to write: pip install autora-novelty-sampler but when installing as subpackage from autora the command would be: pip install -U autora["experimentalist-novelty-sampler"]
For the other packages, the conversion between these two follows a simple rule:
```shell
pip install autora-theorist-darts => pip install -U autora["theorist-darts"] Option 2: pip install autora["novelty-sampler"] Option 3: pip install autora["darts"]
Suggestions or thoughts? Although the names are a bit long, I am in favor of option 1. In option 1 the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
i also support option 1. i would rather pay the price of (a little) additional length for more clarity and better overall alignment |
Beta Was this translation helpful? Give feedback.
-
The naming convention follows the folder and import structure: autora-experimentalist-sampler- |
Beta Was this translation helpful? Give feedback.
The naming convention follows the folder and import structure: autora-experimentalist-sampler-