Skip to content

All-in-one Packages #60

@ModernMAK

Description

@ModernMAK

Why i thought it was a good idea

All in one packages (Relic-Tool, SGA, Chunky) only exist to allow us to do something like

pip install relic-tool

Why it still kind-of is

Which makes sense for our plugin container packages

E.G.
pip install relic-tool-sga[all]
pip install relic-tool-sga[v2]

pip install relic-tool-chunky[all]
pip install relic-tool-chunky[v1]

Why it kind-of isn't

Relic tool can't leverage that level of depth
BUT, it can leverage GAME level packages, so maybe something like
pip install relic-tool[core]
pip install relic-tool[dow1]
pip install relic-tool[dow2]
pip install relic-tool[dow3]
And maybe some of the non-container plugins like UCS?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions