Skip to content

Use of PlanPro importer in example outdated/not working #9

@instant-sky

Description

@instant-sky

The example uses from planpro_importer.reader import PlanProReader and

reader = PlanProReader("MVP") 
topology = reader.read_topology_from_plan_pro_file()

Importing the required functionality as from planpro_importer import PlanProVersion, import_planpro and using

topology = import_planpro("MVP", PlanProVersion.PlanPro19)

should work

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