Skip to content

simulate-digital-rail/cli-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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/cli-importer

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

0 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors

Languages