Skip to content

BP2022-AP1/cli-importer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Importer

This commandline tool can be used to quickly generate railway topology in the yaramo format.

Import

To use the importer as a library, install it via:

pip3 install git+https://github.com/simulate-digital-rail/planpro-exporter

Afterwards you can import it to your application with:

   from cli_importer.cli import CLI

    _cli = CLI()
    _cli.run()
    print(_cli.topology)

Usage

The basic commands are explained as part of the script. The user may create Nodes, Edges and Signals.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%